Commit graph

1548 commits

Author SHA1 Message Date
mic
a81b9daa54 Enhance ChatGPT Web model selection by adding event listeners for new model inputs and updating HTML structure for better integration in custom prompts 2025-05-02 00:10:59 +02:00
mic
eb804860b9 Refactor chatgpt_web_models_list_table styles and update HTML structure for better integration 2025-05-02 00:03:26 +02:00
mic
75e25c2824 Update styles and HTML structure for ChatGPT Web models integration in custom prompts 2025-05-01 23:55:46 +02:00
mic
1d798c4a8c Add ChatGPTWeb_models export to mzta-utils.js and update imports in mzta-options.js 2025-05-01 23:43:19 +02:00
mic
ca8e62aac4 Add getChatGPTWebModelsList_HTML function to mzta-utils.js and update imports in mzta-options.js 2025-05-01 23:41:17 +02:00
mic
dfe1c5c8a4 removed duplicated getChatGPTWebModelsList_HTML function 2025-05-01 23:37:32 +02:00
mic
59ae3643a5 Ported all the mods from v3.3.* into v3.4.0 2025-05-01 23:32:52 +02:00
mic
c2065e09b6 Comment out debug console logs in tb115_loader.js and mzta-background.js for cleaner output 2025-05-01 23:20:45 +02:00
mic
0dbaaca316 release notes updated 2025-05-01 23:20:08 +02:00
Mic
557e9060b4
Merge pull request #364 from micz/chatgpt_web_custom_gpt_project
Chatgpt web custom gpt project
2025-05-01 23:12:05 +02:00
Mic
59aebf2394 Add warning message for temporary chat usage in project settings. See #277 2025-05-01 23:02:40 +02:00
Mic
d02dc2c3e1 Adjust wait time in openChatGPT function for improved responsiveness when using a project. see #277 2025-05-01 23:00:02 +02:00
Mic
2ff757b529 Hide warning message and update loading state in doRetry function 2025-05-01 22:55:01 +02:00
Mic
eafb278eda Refactor error handling to simplify textarea not found warning message display 2025-05-01 22:50:50 +02:00
Mic
f75f252068 typo fixed 2025-05-01 22:46:09 +02:00
Mic
0bc864938c Update checkGPTModel to return a promise and improve DOM element handling 2025-05-01 22:44:40 +02:00
Mic
d4aac5cb14 Add warning message for Custom GPT setting override in options. see #277 #168 2025-04-30 22:29:35 +02:00
Mic
e99b030033 Update chatgpt_getRegenerateButton to detect read aloud icon instead of thumb up icon 2025-04-30 22:23:50 +02:00
Mic
83d7cdc376 Add support for custom GPT and web project in openChatGPT function. See #277 #168 2025-04-30 00:19:00 +02:00
Mic
80bd81cb5a Enhance chatgpt_getRegenerateButton to detect thumb up icon in addition to regen icon. see #277 #168 2025-04-30 00:19:00 +02:00
Mic
f043f2e93b fix: update regex in validateChatGPTWebCustomData to allow additional characters. see #277 #168 2025-04-30 00:19:00 +02:00
Mic
483d8a14d2 add default values for chatgpt web model, project, and custom GPT in defaultPrompts. see #277 #168 2025-04-30 00:19:00 +02:00
Mic
9a48c8fe14 using sanitizeChatGPTModelData on all data 2025-04-30 00:19:00 +02:00
mic
314089ea07 refactor openChatGPT to utilize custom model from prompt_info 2025-04-29 23:16:29 +02:00
mic
72e3701740 add color styling for ChatGPT web additional info elements. see #277 #168 2025-04-29 23:01:44 +02:00
mic
52049df162 add default values for chatgpt web model and project in getCustomPrompts function. see #277 #168 2025-04-29 23:01:29 +02:00
Mic
059a0f8cac using sanitizeChatGPTModelData 2025-04-28 21:13:00 +02:00
Mic
bc17be4853 add new fields to clearFields function for ChatGPT web model and project. see #277 #168 2025-04-28 21:13:00 +02:00
Mic
f742f0460a remove debug console logs from mzta-custom-prompts.js and mzta-popup.js 2025-04-28 21:08:00 +02:00
Mic
0eb54137cf fixed get_task options visibility 2025-04-28 21:08:00 +02:00
Mic
d10c31da87 typo fixed 2025-04-28 21:03:00 +02:00
Mic
0492fa34be improved validateChatGPTWebCustomData method. see #277 #168 2025-04-28 21:03:00 +02:00
Mic
be78527b0b Refactor and improve handling of additional properties in ChatGPT web interface. see #277 #168 2025-04-28 20:58:00 +02:00
Mic
99a67f4f59 fix show additional properties at startup. see #277 and #168 2025-04-28 20:58:00 +02:00
Mic
f17e5e889f work in progress for #277 and #168 2025-04-28 20:53:00 +02:00
Mic
9e22d0b8a4 Refactor ChatGPT web additional info handling and improve input validation. see #277 #168 2025-04-27 22:25:00 +02:00
Mic
808482b035 Enhance ChatGPT web additional info toggle functionality and styling. see #277 #168 2025-04-27 22:20:00 +02:00
Mic
788513851c added visual confirmation for additional prop. see #277 #168 2025-04-27 22:20:00 +02:00
Mic
373f61eb3b removed useless import 2025-04-27 22:20:00 +02:00
Mic
504ff391bb Move validation function for ChatGPT web custom data to the utils js file and update imports 2025-04-27 22:20:00 +02:00
Mic
2e22cea996 Add sanitizeChatGPTModelData function and update usage in options 2025-04-27 22:20:00 +02:00
Mic
3e6603bd6a saving cahtgpt additional prop. see #277 #168 2025-04-27 22:15:00 +02:00
Mic
9b170c9982 Add toggle functionality for ChatGPT additional properties in custom prompts. see #277 and #168 2025-04-27 22:10:00 +02:00
mic
0214885a9f commented out debug console logs for Intl.Segmenter in tb115_loader.js and messagesArea.js 2025-04-27 21:33:30 +02:00
Mic
c33c294ea1 working on custom prompts add new form. see #277 and #168 2025-04-24 01:57:00 +02:00
Mic
79f88e3c9a Update prompts properties info based on latest modifications. see #277 and #168 2025-04-24 01:57:00 +02:00
Mic
0f543ab885 custom prompts form improved 2025-04-24 01:52:00 +02:00
Mic
d1fa3b3cbf release notes updated 2025-04-24 01:52:00 +02:00
Mic
93204054e7 Add additional information for opening ChatGPT Web and update message formatting 2025-04-24 01:47:00 +02:00
Mic
7c510bee57 Add sanitizeChatGPTWebCustomData function and update usage in options. see #277 and #168 2025-04-24 01:47:00 +02:00