mic
|
3adb5faab2
|
working on a dynamic special prompts settings managing system
|
2025-12-28 23:27:27 +01:00 |
|
mic
|
5468928673
|
console.log debug lines commented out
|
2025-12-26 22:32:18 +01:00 |
|
mic
|
633f0dc3e2
|
getMailHeader method added. see #527
|
2025-12-26 11:45:20 +01:00 |
|
mic
|
59d500de43
|
Rollback #551
|
2025-12-08 15:40:26 +01:00 |
|
mic
|
8d8f8abaf3
|
added method fixJsonBraces, see #551.
|
2025-12-07 18:31:07 +01: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
|
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
|
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
|
b7953fe366
|
Merge branch 'issue_438_autofeat_apimodel' into api_improvements
|
2025-09-09 21:54:10 +02:00 |
|
Mic
|
a34d3c41e0
|
code formatted. better prefs import.
|
2025-09-08 21:42:00 +02:00 |
|
Mic
|
c55985d076
|
getConnectionType now has a use_promptspecific_api = true third parameter
|
2025-09-07 20:05:00 +02:00 |
|
Mic
|
1c39801a2a
|
always showing with proper message the addtags and spamfilter rows. see #438
|
2025-09-04 22:56:00 +02:00 |
|
Mic
|
e7f0eb30d7
|
checkSpecificIntegration method added
|
2025-09-04 22:31:00 +02:00 |
|
Mic
|
005e697e9c
|
getActiveSpecialPromptsIDs is considering addtags specific integration configuration. see #438
|
2025-09-04 22:26:00 +02:00 |
|
Mic
|
acba02ed44
|
added info comment
|
2025-09-04 22:26:00 +02:00 |
|
Mic
|
c34e5f5fed
|
getConnectionType method added
|
2025-09-03 23:18:00 +02:00 |
|
Mic
|
c15fe8e85f
|
isAPIKeyValue method added
|
2025-09-02 22:50:00 +02:00 |
|
Mic
|
0ec19550c0
|
moved populateConnectionTypeOptions
|
2025-09-02 22:50:00 +02:00 |
|
Mic
|
e551974a56
|
work in progress, saving a point before working on generalizing the connetiontype html code. see #438
|
2025-09-02 22:45:00 +02:00 |
|
Mic
|
d404897911
|
connection_type dynamic loading
|
2025-09-02 22:45:00 +02:00 |
|
Mic
|
c25639b245
|
normalizeStringList method improved again
|
2025-09-01 23:40:00 +02:00 |
|
Mic
|
e563492e3f
|
normalizeStringList method improved
|
2025-09-01 23:30:00 +02:00 |
|
Mic
|
34fcb3c157
|
normalizeStringList method added
|
2025-09-01 23:30:00 +02:00 |
|
Mic
|
4be5db1373
|
Improved getAPIsInitMessageString args handling. see #491
|
2025-08-31 15:41:00 +02:00 |
|
mic
|
ad6ac50dc9
|
method convertNewlinesToParagraphs added. see #482
|
2025-08-22 23:16:57 +02:00 |
|
Mic
|
c17b3187b2
|
Merge branch 'main' into 3.6.1_issue_469
|
2025-08-22 22:49:47 +02:00 |
|
Kilian Singer
|
51614ea95d
|
new lines are now preserved in mzta-menus.js
also newlines are normalized to \n in chase
\r\n (like on windows platforms) are present.
some LLMs work better with proper paragraph breaks.
|
2025-08-21 09:37:43 +02:00 |
|
mic
|
704fa10a04
|
chatgpt web models list fixed. see #464
|
2025-08-20 21:53:16 +02:00 |
|
Kilian Singer
|
09d620c294
|
also removing <style> tags
|
2025-08-20 18:42:36 +02:00 |
|
Kilian Singer
|
c24097245b
|
added export keyword
|
2025-08-20 18:21:04 +02:00 |
|
Kilian Singer
|
a96702b0a8
|
used DOMParser to convert HTML to plain text
|
2025-08-20 18:10:18 +02:00 |
|
mic
|
9483a57936
|
Enhance htmlBodyToPlainText function to handle additional block tags and improve HTML tag removal
|
2025-08-20 09:46:49 +02:00 |
|
mic
|
8223f4ef4f
|
Add htmlBodyToPlainText function to sanitize HTML content. see #470
|
2025-08-19 16:24:17 +02:00 |
|
mic
|
58d449c7e6
|
chatgpt web interface models list updated. see #464
|
2025-08-11 22:27:41 +02:00 |
|
Mic
|
647f23a50b
|
Improved the AI web chat init message
|
2025-06-19 21:36:28 +02:00 |
|
mic
|
4b9631db47
|
Refactor stripHtmlKeepLines to utilize convertBrToNewlines for improved HTML handling
|
2025-06-18 23:22:05 +02:00 |
|
mic
|
5c0b011dad
|
Add convertNewlinesToBr function to replace newlines with <br> tags
|
2025-06-18 22:25:37 +02:00 |
|
Mic
|
6bafae81ca
|
Add additional_message parameter to getAPIsInitMessageString for enhanced output. see #429 and #430
|
2025-06-18 00:00:00 +02:00 |
|
Mic
|
2351034e3c
|
Rename getCustomPromptsUsedSpace to getLocalStorageUsedSpace for clarity and update references
|
2025-06-15 23:17:00 +02:00 |
|
mic
|
bbf8eb7c5e
|
Enhance tag assignment logging and prevent new tag creation when not needed. see #390
|
2025-05-25 22:03:08 +02:00 |
|
mic
|
ea22caa23c
|
Refactor tag existence check to use label comparison and enhance logging for tag assignment. See #390
|
2025-05-25 11:41:14 +02:00 |
|
mic
|
95f6c0e40f
|
Add API connection messages and refactor initialization logging
|
2025-05-21 21:49:33 +02:00 |
|
mic
|
527b127ede
|
fixed getCurrentIdentity methof. Fixes #369
|
2025-05-07 18:30:11 +02:00 |
|
mic
|
e7c1d0d701
|
fixed mail_ quoted_text placeholder also for forwarded messages
|
2025-05-03 22:54:58 +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
|
59ae3643a5
|
Ported all the mods from v3.3.* into v3.4.0
|
2025-05-01 23:32:52 +02:00 |
|
Mic
|
f043f2e93b
|
fix: update regex in validateChatGPTWebCustomData to allow additional characters. see #277 #168
|
2025-04-30 00:19:00 +02:00 |
|