Commit graph

682 commits

Author SHA1 Message Date
mic
6463e180af tb115 segmenter removed. see #616 2026-01-30 22:24:17 +01:00
mic
63b80d4e42 summarize icon added. see #615 2026-01-29 23:29:27 +01:00
Mic
fca6558133
Merge pull request #597 from gdkrmr/gk/thread_summary
thread summary
2026-01-29 23:10:52 +01:00
Mic
1d04aa4941
Merge branch 'main' into v3.8.0 2026-01-16 22:31:53 +01:00
mic
1d83c3a8c0 correctly handling empty body with no placeholders. see #614 2026-01-16 22:29:34 +01:00
Guido Kraemer
66cc35746f move email separators to extra prompt field 2026-01-10 21:22:11 +01:00
Guido Kraemer
fe427c29ee Add Email Template Editor to Summarize Panel 2026-01-10 21:22:11 +01:00
Guido Kraemer
8abb7e349b Add summarize prompt to specialPrompts 2026-01-10 21:22:11 +01:00
Guido Kraemer
4ab6da2faf change all "summary" -> "summarize" 2026-01-10 21:22:11 +01:00
Guido Kraemer
84a65acd8f resolve rebase conflicts 2026-01-10 21:22:11 +01:00
mic
12ba436f4d hiding api keys in the prompt log 2026-01-09 23:37:35 +01:00
mic
de7ba70993 debug log improved. now commented out 2026-01-09 23:32:55 +01:00
mic
a22398a354 Gett the completion of the job on ChatGPT Web. Fixes #607 2026-01-06 12:07:31 +01:00
mic
1779a30c84 getConnectionType call updated. see #604 2026-01-04 17:47:53 +01:00
mic
d0fac711fb getConnectionType improved. see #604 2026-01-04 17:43:39 +01:00
mic
1b5c904030 the custom prompts reset button is cearling all specific api settings in the prompt. see #601 2026-01-04 17:12:28 +01:00
mic
fd97d302ef improved the uniqueness of the tag IDs 2026-01-03 23:50:19 +01:00
mic
07477b6d38 using specific api configuration in special prompts 2026-01-03 23:36:47 +01:00
mic
fdc8d0920b api_model removed. see #102 2026-01-03 23:10:31 +01:00
mic
441a2d5835 info comment updated. see #102 2026-01-03 23:09:33 +01:00
mic
b32ce4f756 copyright date updated to 2026 2026-01-03 23:04:01 +01:00
mic
97b016ab63 refining how to handle specific api settings. see #102 2026-01-03 00:03:48 +01:00
mic
1d8e955ba7 mzta_specialCommand class improved 2026-01-01 21:52:01 +01:00
mic
e3d927ab29 specific integration settings are now saved at prompt level. see #102 2026-01-01 21:41:48 +01:00
mic
9429395030 maxtokens is parsed as an int 2026-01-01 21:38:30 +01:00
mic
d39771f02c some comments translated to english 2026-01-01 15:14:30 +01:00
mic
f47b12946a workers updated to use the new dynamic settings 2025-12-29 22:03:45 +01:00
mic
a7d42530fc improved isAPIKeyValue method 2025-12-29 21:31:31 +01:00
mic
3adb5faab2 working on a dynamic special prompts settings managing system 2025-12-28 23:27:27 +01:00
mic
ef940e40b5 NaN check fixed 2025-12-28 21:45:05 +01:00
mic
7f4f3e6fe7 claude temperature check fixed 2025-12-28 21:36:31 +01:00
mic
7803fc3006 openai worker init improved 2025-12-28 21:32:58 +01:00
mic
6b7160bde5 ollama worker init improved 2025-12-28 21:32:24 +01:00
mic
17fe989dec claude worker init improved 2025-12-28 21:31:17 +01:00
mic
c7a43bbb21 gemini worker init improved 2025-12-28 21:30:03 +01:00
mic
7c3d3458c8 openai comp worker init fixed 2025-12-28 21:28:54 +01:00
mic
69516bd056 temperature added to OpenAI Compatibile API. see #575 2025-12-28 21:23:09 +01:00
mic
17a0aeb632 temperature added to Ollama API. see #574 2025-12-28 21:12:08 +01:00
mic
78b691271f many fixes in using the temperature parameter. see #571 #572 #573 2025-12-27 22:56:57 +01:00
mic
dfa4da5b2e temperature added to Open AI API. see #571 2025-12-27 22:40:51 +01:00
mic
c2d99076b2 temperature added to the Claude API. see #573 2025-12-27 22:21:20 +01:00
mic
3c089fc04e temperature added to the google gemini class. see #572 2025-12-26 23:16:56 +01:00
mic
de7a2ca831 correctly handling dynamic palceholders when autocompleting. see #553 2025-12-26 23:03:23 +01:00
mic
c9b0e39433 property name fixed. see #553 2025-12-26 22:56:36 +01:00
mic
cc2d3b8e5a mapPlaceholderToSuggestion exported directly. see #553 2025-12-26 22:49:26 +01:00
mic
385241efb3 mapPlaceholderToSuggestion method added. see #553 2025-12-26 22:48:09 +01:00
mic
5468928673 console.log debug lines commented out 2025-12-26 22:32:18 +01:00
mic
5e8015161b correctly substituting text for a dynamic placeholder see #527 2025-12-26 12:09:26 +01:00
mic
049b88302a if it's async, you have to wait..... 2025-12-26 11:51:34 +01:00
mic
f22482d083 console.log debug line added 2025-12-26 11:49:36 +01:00
mic
5521945d70 fixed wrong line modified 2025-12-26 11:47:24 +01:00
mic
06c13a4f81 using the correct dynamic id for the substitution. see #527 2025-12-26 11:47:05 +01:00
mic
633f0dc3e2 getMailHeader method added. see #527 2025-12-26 11:45:20 +01:00
mic
61c7edc544 var name fixed. see #527 2025-12-26 11:45:05 +01:00
mic
7a6927ceec dynamic placeholder methods added. see #527 2025-12-26 11:37:25 +01:00
mic
936f225adf OpenAI class for responses constructor fixed. see #407 2025-12-24 00:08:18 +01:00
Mic
3e7f67b698 removing commented line 2025-12-22 23:55:00 +01:00
Mic
f6141f8852 old openai api files removed. see #407 2025-12-23 00:29:00 +01:00
Mic
713415c1d2 now using the openai responses API. see #407 2025-12-23 00:29:00 +01:00
mic
65ee959f0d improved openai responses see #407 2025-12-22 23:46:33 +01:00
Mic
8e04393c19 implemented the new api call, no response elaboration yet 2025-12-22 23:37:05 +01:00
mic
b540e0ba73 JSON parsing lines error handling improved in APIs. See #550 2025-12-14 22:19:04 +01:00
mic
9ac80030df fixing OpenRouter first line. see #550 2025-12-08 16:33:58 +01:00
mic
f57b855337 debug console.log statement commented 2025-12-08 16:22:45 +01:00
mic
59d500de43 Rollback #551 2025-12-08 15:40:26 +01:00
Mic
3c63da4f95 fixed custom div positioning after chatgpt web interface update. see #556 2025-12-08 11:53:11 +01:00
mic
8d8f8abaf3 added method fixJsonBraces, see #551. 2025-12-07 18:31:07 +01:00
mic
f5abf08a9a system_prompt added to the anthropic worker. See #549 2025-12-07 18:09:25 +01:00
mic
ea67c56d22 system_prompt added to the anthropic class. See #549 2025-12-07 18:07:57 +01:00
mic
ba12839f1d method name fixed. see #535 2025-10-22 22:58:23 +02:00
mic
88c55b2507 diff.js updated with the correct comment header, as requested by ATN reviewers 2025-10-19 23:03:53 +02:00
mic
9daa1a76e3 ensuring an empty string when needed. see #520 2025-10-16 22:16:41 +02:00
mic
8f19cea3cd mztaDoCustomText is now always a string. see #522 2025-10-03 23:33:50 +02:00
Mic
3fccf39852 Merge branch 'main' of github.com:micz/ThunderAI 2025-10-02 20:44:41 +02:00
Mic
4df034a670 chatgpt_isIdle now works also with the thumb-up icon 2025-10-01 23:47:00 +02:00
Mic
3e8924350e in chatgpt web do not show the force complete hint if the prompt has not been sent 2025-10-01 23:38:00 +02:00
mic
0d33809368 error log changed to warning. see #517 2025-10-01 20:50:43 +02:00
mic
a20b06f80f log message fixed 2025-09-26 22:02:36 +02:00
mic
684f8eaebb checking response arrays in google gemini worker. see #514 2025-09-24 22:23:39 +02:00
Mic
886ff98abe Anthropic API renamed to Cloude API. see #510 2025-09-16 19:20:00 +02:00
mic
9d52edbb2c specific prompt integration improved with two new methods: checkAPIIntegration and hasSpecificIntegration. see #438 2025-09-14 23:10:16 +02:00
Mic
78f2936d65 clicking on the force completion message closes it forcing the completion. see #419 2025-09-12 00:17:00 +02:00
Mic
f77d1dabe5 autotag and spamfilter context menu icons added 2025-09-10 00:35:00 +02:00
Mic
ca8d6a32d0 console.log debug line commented out 2025-09-10 00:29:00 +02:00
Mic
942a3ba19e log statement added 2025-09-09 23:39:00 +02:00
Mic
a6acc6559c setDefaultPromptsProperties fixed, is no more saving undefined values 2025-09-09 23:36:00 +02:00
Mic
640ff4fa50 getGPTWebModelString improved 2025-09-09 23:36:00 +02:00
Mic
03f2cfafab handling also an undefined value 2025-09-09 23:36:00 +02:00
mic
0372c8a25d double import removed 2025-09-09 22:18:43 +02:00
Mic
b7953fe366
Merge branch 'issue_438_autofeat_apimodel' into api_improvements 2025-09-09 21:54:10 +02:00
Mic
ac519c3ff5 trim fixed 2025-09-08 22:09:00 +02:00
Mic
59758a76c0 using thinking_budget in gemini. see #494 2025-09-08 22:00:00 +02:00
Mic
2b794690d8 thinkingBudget renamed to thinking_budget. see #494 2025-09-08 22:00:00 +02:00
Mic
9d34ef2cf7 gemini, added model default option for the thinking budget. see #494 2025-09-08 22:00:00 +02:00
Mic
a34d3c41e0 code formatted. better prefs import. 2025-09-08 21:42:00 +02:00
Mic
c02bcc087e info added about gemini thinking budget. see #494 2025-09-08 21:42:00 +02:00
Mic
9750592ee9 thinkingBudget added to google gemini. see #494 2025-09-08 21:22:00 +02:00
Mic
3c919ac67d APIs constructors are now accepting an object as input argument 2025-09-08 21:13:00 +02:00
Mic
c55985d076 getConnectionType now has a use_promptspecific_api = true third parameter 2025-09-07 20:05:00 +02:00
Mic
b8501f5974 clearPromptAPI method prop names fixed 2025-09-07 19:55:00 +02:00