Ronald Klarenbeek
bd66a37d35
feat(summary): add auto-summary preference for message previews
...
- Add new preference option to enable automatic AI summarization
- Update all localization files with new preference text
- Implement preference check in message display script
- Add default preference setting in options configuration
- Include preference toggle in options UI
This adds a user-configurable option to automatically generate and display AI summaries when viewing email messages, with appropriate warnings about data transmission to AI services.
2025-12-26 22:20:13 +01:00
Mic
1c39801a2a
always showing with proper message the addtags and spamfilter rows. see #438
2025-09-04 22:56:00 +02:00
Mic
c8d0d430d3
work in progress, moved html to connection-ui.js, starting to move the relative methods. see #438
2025-09-02 22:55:00 +02:00
Mic
d404897911
connection_type dynamic loading
2025-09-02 22:45:00 +02:00
mic
d68e7d6d68
in the openai comp integration is now possibile to clear the models list. see #472
2025-08-20 22:05:13 +02:00
mic
99ad461c84
added info about br replaceing in chatgpt web interface. see #462
2025-08-11 22:11:20 +02:00
Mic
528eb4c76c
Refactor localization keys for prompts to use a consistent naming convention and update related HTML references
2025-06-15 23:12:00 +02:00
Mic
b7d9dda158
Add button and functionality to manage data placeholders in options. see #156
2025-06-15 23:07:00 +02:00
mic
aa337edd07
added reply type info text. see #372
2025-06-13 18:16:50 +02:00
Mic
40c0602356
rename ChatGPT storage flags for consistency in messages.json and mzta-options.html
2025-06-09 21:02:00 +02:00
Mic
6cdb00444f
add 'Enable thinking' option for Ollama in settings and UI. see #398
2025-06-09 20:52:00 +02:00
Mic
521b6a8fea
move ollama ctx option after models in the options page
2025-06-09 20:52:00 +02:00
Mic
df4e0bb139
add ChatGPT store option to settings and UI. see #406
2025-06-09 20:47:00 +02:00
Mic
c65bfb5337
Add reset button for max prompt length in options
2025-05-22 00:46:00 +02:00
mic
d419373515
OpenAI Comp services shorcut added. see #378
2025-05-21 22:35:36 +02:00
mic
19565ec7c5
max_tokens added to anthropic. see #349
2025-05-20 22:05:00 +02:00
mic
059fa8c62b
Anthropic options added to the prefs page. see #349
2025-05-20 21:54:14 +02:00
mic
cb9e7934a9
minor css fixes
2025-05-13 22:33:29 +02:00
mic
59ae3643a5
Ported all the mods from v3.3.* into v3.4.0
2025-05-01 23:32:52 +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
d4aac5cb14
Add warning message for Custom GPT setting override in options. see #277 #168
2025-04-30 22:29:35 +02:00
Mic
d10c31da87
typo fixed
2025-04-28 21:03: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
bdd4d7ffc7
Add validation function for ChatGPT Web custom data and update related logic. see #277 and #168
2025-04-24 01:37:00 +02:00
Mic
2195d03f98
Add ChatGPT Web project and custom GPT options with validation. see #277 and #168 .
2025-04-24 01:32:00 +02:00
mic
6fa022ff81
fix: add [num_ctx] indicator to ollama context label in options
2025-04-22 21:37:21 +02:00
Mic
1907739f8b
Merge branch 'main' into issue_350
2025-04-22 21:08:23 +02:00
Mic
16d374046e
Add Ollama context token preferences to options and UI. see #351
2025-04-22 00:11:00 +02:00
mic
70e89e52d2
Add option for composing emails in plain text format. see #350
2025-04-20 22:25:34 +02:00
Mic
15159452ea
Add 'get task' feature to the options page and added the get_task settings managing page. see #333
2025-04-16 23:44:00 +02:00
Mic
a05cb2d4d7
Implement dynamic rendering of ChatGPT web model options in settings
2025-04-16 23:29:00 +02:00
mic
d73e4e5eb6
Add support for checking ThunderAI Sparks version and update related UI messages. Fixes #315
2025-04-15 23:25:21 +02:00
mic
d7f420dd17
Add CORS warning messages and permission request buttons for OpenAI and Ollama APIs. see #330 and #331
2025-04-08 22:22:50 +02:00
mic
b21249e5d8
localize hyprland warning message to options
2025-04-03 21:54:30 +02:00
mic
3011def9f1
add hyprland warning when using linux. fixes #318
2025-04-03 21:49:57 +02:00
Mic
f4551c3662
Merge branch 'main' into v3.2.0
2025-02-27 21:18:10 +01:00
mic
ccf7c51a8c
openai_comp remote server info added. fixes #263
2025-02-23 22:45:54 +01:00
mic
7355934f89
spamfilter added to options page. see #231
2025-02-11 21:39:35 +01:00
mic
bfce05e4f7
new models selection added for chatgpt web. see #244
2025-02-02 21:53:45 +01:00
mic
decb529cb0
showing a warning message if sparks is not present. see #182
2025-01-11 23:09:48 +01:00
mic
5ea13e6443
removed wrong tr
2025-01-11 22:43:05 +01:00
mic
a03c11794a
get_calendar_event added in the options page. see micz/ThunderAI/#182
2025-01-10 23:13:54 +01:00
mic
97d52fa0ee
chatgpt_developer_messages option added. see #218
2025-01-07 21:14:42 +01:00
mic
c65d29a918
google gemini system instructions added to the addon options page. see #217
2025-01-06 22:06:16 +01:00
mic
d34569d86e
starting to work on the gemini api. getting the models list in the options page. see #204
2025-01-05 23:24:17 +01:00
mic
eb2c07b143
Added a button to manually isnert the OpenAI Comp Model. Fixes #205
2024-12-25 20:15:44 +01:00
Mic
39da7daed8
survey link added. fixes #202
2024-12-18 01:38:00 +01:00
Mic
e8d39d22f5
tags options moved to addtags page. see #183
2024-12-18 01:03:00 +01:00
Mic
fccd707677
added a button in the options page to open the tag info page. see #183
2024-12-13 01:03: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