mic
|
6582d85b09
|
textareaAutocomplete is now in a separate file
|
2024-12-15 20:37:25 +01:00 |
|
mic
|
a4bdebabbd
|
added methods to get and set specialprompts. see #183
|
2024-12-14 23:31:23 +01:00 |
|
mic
|
09a32bfe47
|
added testing code without actual API call
|
2024-12-14 22:42:00 +01:00 |
|
Mic
|
b02dae5748
|
using the exclusion list when getting tags from the AI. see #183
|
2024-12-13 00:53:00 +01:00 |
|
Mic
|
136795a45e
|
correctly returning a response with the internal messaging system even when asking for additional text
|
2024-12-13 00:48:00 +01:00 |
|
Mic
|
a16639f881
|
message selection fixed in all tab types
|
2024-12-13 00:43:00 +01:00 |
|
Mic
|
0d0d157d35
|
add_tags dialog position and size fixed. see #183
|
2024-12-13 00:33:00 +01:00 |
|
Mic
|
5170e80140
|
add_tags_maxnum used in the prompt. see #183
|
2024-12-13 00:28:00 +01:00 |
|
Mic
|
45b26747fa
|
useless css removed. var names improved
|
2024-12-13 00:18:00 +01:00 |
|
Mic
|
ddb8ef223f
|
the tags form is now a dialog. see #183
|
2024-12-13 00:13:00 +01:00 |
|
Mic
|
9907d35233
|
correctly calling isThunderbird128OrGreater
|
2024-12-13 00:08:00 +01:00 |
|
mic
|
5fdd47dd62
|
mail_tags and full_tags_list placeholders added. see #197 and #198
|
2024-12-13 00:10:14 +01:00 |
|
mic
|
96cf382deb
|
choose tag dialog buttons fixed. see #183
|
2024-12-12 22:54:07 +01:00 |
|
Mic
|
4592a38a89
|
first version of the tags selector dialog. see #183
|
2024-12-12 00:51:00 +01:00 |
|
Mic
|
205bd788d1
|
more logs added
|
2024-12-12 00:36:00 +01:00 |
|
Mic
|
938c818b99
|
correctly handling the menus loading special prompts. see #183
|
2024-12-12 00:26:00 +01:00 |
|
mic
|
501fdf2fc1
|
calling the API to get the tags. see #183
|
2024-12-11 23:42:07 +01:00 |
|
mic
|
8a9099f37c
|
first version of add tags special command added
|
2024-12-11 22:47:29 +01:00 |
|
mic
|
36c8e3054e
|
workers moved in their folder
|
2024-12-11 22:28:09 +01:00 |
|
mic
|
0b3db54ba0
|
returning a value to the popup also for the classic prompts.
|
2024-12-10 23:35:30 +01:00 |
|
mic
|
0a8b89aeda
|
getTags message handling added. see #183
|
2024-12-10 23:33:44 +01:00 |
|
mic
|
07d9395719
|
returning an object when asking for tags. see #183
|
2024-12-10 23:32:48 +01:00 |
|
mic
|
8adaccae38
|
added some comments
|
2024-12-10 22:51:32 +01:00 |
|
mic
|
50e54da6d0
|
working on special menus... see #183
|
2024-12-10 22:04:31 +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
|
0efe16450d
|
Merge pull request #192 from micz/i18n_default_prompts
I18n default prompts
|
2024-12-08 22:58:21 +01:00 |
|
mic
|
ee19d7d06b
|
all default prompts adde to i18n translation. fixes #185
|
2024-12-08 22:49:24 +01:00 |
|
mic
|
01eacb6471
|
translared more strings. added some it strings. see #185
|
2024-11-29 23:09:19 +01:00 |
|
mic
|
7f233681ff
|
setting the apdding in the new interface with slots
|
2024-11-29 21:38:19 +01:00 |
|
Mic
|
9d8e5e705a
|
correctly handling the presence of the audio button. fixes #188
|
2024-11-29 21:03:41 +01:00 |
|
mic
|
817c57889b
|
two prompts adde to i18n english only, see #185
|
2024-11-28 22:58:45 +01:00 |
|
Mic
|
503462b9ca
|
more logs added to chatgpt web itnerface
|
2024-10-29 19:02:17 +01:00 |
|
Mic
|
1fb05b6fb3
|
getGPTWebModelString returns an empty string if the model is unknown
|
2024-10-29 18:36:46 +01:00 |
|
mic
|
f0f2ee7b5e
|
added double quotes to prompt_reply_advanced. see #150
|
2024-10-23 22:45:26 +02:00 |
|
Mic
|
863ce095f8
|
Merge branch 'main' into v2.3.0
|
2024-10-23 22:33:34 +02:00 |
|
Mic
|
d429d739af
|
prompt_reply_advanced added. fixes #150
|
2024-10-23 22:15:20 +02:00 |
|
Mic
|
8b75a7e17d
|
checking the model before sending the prompt
|
2024-10-22 21:56:06 +02:00 |
|
Mic
|
5021e7e6b7
|
added getGPTWebModelString method
|
2024-10-22 21:55:32 +02:00 |
|
Mic
|
e40fc8163e
|
[chatgpt web] Now it is possible to specify the model to use and the temporary chat. see #169 and #171
|
2024-10-21 21:44:47 +02:00 |
|
mic
|
1a80ab7991
|
formatting fixed
|
2024-10-17 20:55:07 +02:00 |
|
Mic
|
3370fbf5e9
|
Implemented a workaround for a Thunderbird bug, see #166
|
2024-10-17 17:10:32 +02:00 |
|
mic
|
01073a728e
|
working on using a dialog as a workaround
|
2024-10-16 22:56:32 +02:00 |
|
mic
|
3cee7a2490
|
prompt_reply improved
|
2024-10-16 20:46:17 +02:00 |
|
Mic
|
0f8f45f8ed
|
Renamed mail_body and html_body placeholders. fixes #164
|
2024-10-16 18:22:08 +02:00 |
|
mic
|
7544699422
|
additional_text implemented for chatgpt_web. see #153
|
2024-10-16 00:20:54 +02:00 |
|
mic
|
1d718b3797
|
additional_text implemented for api calls. see #153
|
2024-10-15 23:43:13 +02:00 |
|
mic
|
b29d9034c6
|
sanitizeHtml method added
|
2024-10-15 22:24:15 +02:00 |
|
mic
|
a5600cdf75
|
statement fixed
|
2024-10-15 22:06:05 +02:00 |
|
mic
|
58f92610d5
|
placeholders_use_default_value option added and implemented. see #146
|
2024-10-15 22:03:02 +02:00 |
|