Commit graph

65 commits

Author SHA1 Message Date
Mic
d4f7cf5e65 clearPromptAPI method added 2025-09-07 19:55:00 +02:00
Mic
0bd576eb8f allSpecial fixed 2025-09-03 23:13:00 +02:00
Mic
0aa342084c loadPrompt method added to load a single prompt 2025-09-03 23:08:00 +02:00
Mic
e39f48c06c savePrompt method added to save a single prompt 2025-09-03 23:03:00 +02:00
Mic
9995b78e39 api_type and api_model properties added to prompts. see #438 2025-09-03 22:53:00 +02:00
mic
51068dd95c Added a new default prompt to reply with a custom command asked when exectutin the prompt. See #444 2025-07-25 23:15:30 +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
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
79f88e3c9a Update prompts properties info based on latest modifications. see #277 and #168 2025-04-24 01:57:00 +02:00
Mic
173cbf8ad0 added a few logs lines 2025-04-16 23:59:00 +02:00
mic
a833766250 Add new task prompts for task extraction functionality. See #333 2025-04-16 22:39:27 +02:00
mic
c056fb074c proofread prompt added. fixes #21 2025-04-13 07:59:34 +02:00
Mic
99c70df10c Set default value for use_diff_viewer in custom prompts if undefined. see #109 2025-03-21 00:12:00 +01:00
Mic
dc8fb0b792 Add use_diff_viewer attribute to prompt configurations. see #109 2025-03-21 00:07:00 +01:00
mic
fda58db254 getSpamFilterPrompt method added. see #231 2025-02-11 23:31:46 +01:00
mic
262cfd8c17 prompt_spamfilter added. see #231 2025-02-11 22:04:15 +01:00
mic
8d964d4b1e Fixed a bug in modifing also the base arrays of prompts when translating 2025-01-29 22:49:46 +01:00
mic
dd00856ef6 correctly handling the calendar menu. see #182 2025-01-11 22:35:54 +01:00
mic
6d4c5fad52 getSpecialPrompts pupolates additional special prompts in the saved object 2025-01-11 16:32:44 +01:00
mic
1af7a18a84 get calendar event special prompt renamed 2025-01-10 23:12:57 +01:00
mic
8692a40217 prompt_get_calitem special prompt added 2025-01-10 22:53:49 +01:00
mic
3b538050b6 copyright year updated 2025-01-10 21:21:37 +01:00
mic
e2786edd79 correctly translating special prompts. fixes #206 2024-12-25 23:24:45 +01:00
mic
3c00e8e3d8 specialPrompts at the beginning of the concat array 2024-12-15 22:03:02 +01:00
mic
81a9e86314 saving the add tags prompt. see #183 2024-12-15 21:58:08 +01:00
mic
a4bdebabbd added methods to get and set specialprompts. see #183 2024-12-14 23:31:23 +01:00
mic
4d7cef81f6 includeSpecial parameter added to getPrompts. see #183 2024-12-10 22:04:03 +01:00
mic
27547da558 add tags special prompt added. see #183 2024-12-09 23:06:02 +01:00
mic
ee19d7d06b all default prompts adde to i18n translation. fixes #185 2024-12-08 22:49:24 +01:00
mic
817c57889b two prompts adde to i18n english only, see #185 2024-11-28 22:58:45 +01:00
mic
f0f2ee7b5e added double quotes to prompt_reply_advanced. see #150 2024-10-23 22:45:26 +02:00
Mic
d429d739af prompt_reply_advanced added. fixes #150 2024-10-23 22:15:20 +02:00
mic
3cee7a2490 prompt_reply improved 2024-10-16 20:46:17 +02:00
mic
f17dec6e65 fixed import blank prompts if exprted without closing the custom prompts page 2024-09-25 23:13:37 +02:00
mic
e1dce3d289 need_custom_text is now editable also in default prompts. fixes #135 2024-09-25 21:40:23 +02:00
mic
2aa692c872 prompts are now working from local storage. see #129 2024-09-13 21:05:35 +02:00
mic
efb4c61b6b define_response_lang properties added to default prompts. see #86 2024-07-19 21:54:19 +02:00
mic
29f6c07229 sorting prompts on import. see #65 2024-07-16 18:21:22 +02:00
mic
b15616b5d7 deleting idnum property on export. see #65 2024-07-16 18:18:47 +02:00
mic
47dbf0c808 method preparePromptsForImport added. see #65 2024-07-16 00:11:21 +02:00
mic
4d9329ae22 we need also the id in the preparePromptsForExport method 2024-07-14 23:23:08 +02:00
mic
7c35a33a1c added preparePromptsForExport method 2024-07-14 23:21:08 +02:00
mic
6cdfd1489f micz.it url link typo fixed 2024-05-28 18:44:32 +02:00
mic
d527c8d187 commented out some debug console.log statement 2024-05-16 22:33:18 +02:00
Mic
e9cb2fedeb ordering prompts in the menu: first the default prompts, then the custom in alphabetical order by "name" 2024-05-15 23:18:47 +02:00
Mic
1a10382053 better var naming 2024-05-15 23:12:32 +02:00
mic
e2c99e5b3e better handling of default prompt in case of future new prompts added. see #12 2024-05-14 17:48:01 +02:00
mic
5122edadac excluding disabled prompts. related to #12 2024-05-13 21:53:32 +02:00
mic
b19349a0de all values are strings 2024-05-12 23:35:28 +02:00
mic
6136e0a056 saving and loasding defaultPrompts user properties 2024-05-12 22:01:31 +02:00