Commit Graph

216 Commits

Author SHA1 Message Date
5ac472fbac Implement creator's note style tag preferences (#3979)
* Implement creator's note style tag preferences

* Decouple external media preference from style preference

* Allow explicitly empty prefixes in decodeStyleTags

* Fix Copilot comments

* Refactor global styles management into StylesPreference class

* Refactor openAttachmentManager to return an object instead of an array

* Unify header structure

* Re-render characters panel on setting initial preference

* Add note about classname prefixing

* Rename event handler
2025-05-22 22:32:53 +03:00
864a733663 "Bind preset to connection" toggle (#3999)
* Implement THE TOGGLE

* Don't force reconnect on preset switch if toggle off

* Don't clear custom models list either
2025-05-17 20:40:58 +03:00
155172a2b4 Dynamically update show more title 2025-05-14 00:49:33 +03:00
49c1ee1373 Update avatar title format 2025-05-14 00:21:12 +03:00
9744e6ab2f Button enlargement therapy 2025-05-14 00:15:33 +03:00
0c411398f0 Collapse welcome recent chats button 2025-05-13 01:27:45 +03:00
e2c44161ed Show recent group chats 2025-05-12 21:44:00 +03:00
637e9d5469 Set any char as assistant. Rework welcome prompt 2025-05-12 20:50:17 +03:00
f656fba213 Replace text with chevron 2025-05-12 20:18:37 +03:00
c45f1ceaff Show more recent chats 2025-05-12 20:16:56 +03:00
31e2cf714a Permanent assistant autocreation and temporary chat restore 2025-05-12 02:14:54 +03:00
9be173e34e Fix long date title 2025-05-12 01:03:23 +03:00
415bb5f9b8 Add shortcuts to welcome prompt 2025-05-12 00:43:41 +03:00
e975d37436 [wip] Welcome screen prototype 2025-05-12 00:28:42 +03:00
a089727591 Extract templates, replace pagination format 2025-05-01 17:46:02 +03:00
7eb23a2fcc Work on tl 2025-04-29 17:23:18 +07:00
3e11a90b3c Add message and example counts to itemization templates 2025-04-27 02:26:43 +03:00
1323ac1d13 Remove prompt manager export popup
Fixes #3782
2025-03-29 16:05:31 +02:00
bc08d42d0e Progress on move entry
* Fixed header alignment
* Building HTML with browser api instead of string.
* jqueryElement.data(key, value) usages converted to jqueryElement.attr(data-key, value)
* Logs simplified
* Removed success toastry message
2025-03-27 06:21:52 +03:00
4df98b0341 Add macro for charDepthPrompt 2025-03-18 20:27:15 +02:00
40c3674da1 Update tl 2025-03-17 16:09:36 +07:00
e57396040d No swiping hotkeys when modifiers are held. 2025-03-15 00:43:37 +03:00
e476063f32 Macros: Update mesExamplesRaw documentation
Works as a normal macro and not just with story string.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
2025-03-07 13:08:30 -05:00
aee8441fc4 Mobile prompt itemization - duh
- Make it into a popup. There is no space
2025-02-10 15:07:57 +01:00
312969462e Fix AICC website reference 2025-01-26 20:35:24 +02:00
6aaeb754ef Exportable temporary assistant chats 2025-01-24 00:12:00 +02:00
15cc825f43 Template clean-up 2025-01-14 21:34:39 +02:00
3674c9d020 Fix formatting of 'Context Size - Response Length' label.
Fixing and adding more translations.
2025-01-14 14:45:17 +00:00
7a2276c176 Fix {{firstIncludedMessageId}} to not rely on DOM
Up until now, the {{firstIncludedMessageId}} macro relied on searching the DOM for the actual CSS class applied for the context line.
Bad design, as the actual message was maybe not display, with display X messages enabled.

- Use setInContextMessages() that sets the context line on generation to also update a chat metadata field
- Utilize that field inside the macro
- Update docs to clarify that this will only show the mesid that was relevant during last generation
2025-01-09 21:23:18 +01:00
a585f3abcc Add {{firstDisplayedMessageId}} macro 2025-01-09 21:12:34 +02:00
2c5cffe6be Typo fix in data-i18n attr 2025-01-01 17:12:36 +02:00
cf8bb8817b bug fix, use data-i18n="[title]Extensions" 2025-01-01 10:52:01 +08:00
6d0f58c862 Merge pull request #3244 from waht41/bugfix/extension-translate
bug fix, translate extension button
2024-12-31 20:50:08 +02:00
b4c275f9e4 Move translation to HTML template 2024-12-31 20:49:29 +02:00
75485f2d7d Add missing space and line break 2024-12-31 16:09:25 +02:00
e5989e0118 Update themeDelete.html 2024-12-31 14:18:57 +08:00
e34d777e11 Update itemizationChat.html 2024-12-31 14:17:04 +08:00
71fc73ce37 Update itemizationChat.html 2024-12-31 14:04:30 +08:00
245b9384bc Update debug.html 2024-12-31 14:03:05 +08:00
4ee0375120 Update installExtension.html 2024-12-31 14:02:09 +08:00
e92d49377f Update userReset.html: fix data-i18n 2024-12-30 19:08:06 +08:00
ca9d5c2fd8 Update themeDelete.html: fix data-i18n 2024-12-30 18:57:53 +08:00
a2355ab2ef Update scenarioOverride.html: fix data-i18n 2024-12-30 18:48:25 +08:00
7c40834eb7 Update resetSettings.html: fix data-i18n 2024-12-30 18:15:18 +08:00
b834b71c69 Update masterImport.html: fix data-i18n 2024-12-30 17:51:56 +08:00
b4aadff649 Update masterExport.html: fix data-i18n 2024-12-30 17:44:28 +08:00
7baf7da90d Update itemizationChat.html: fix data-i18n 2024-12-30 17:28:05 +08:00
8a80b43c52 Update itemizationChat.html: fix data-i18n 2024-12-30 17:06:42 +08:00
8454583131 Update installExtension.html: fix data-i18n 2024-12-30 15:48:06 +08:00
5da312356a Update createCheckpoint.html: fix data-i18n 2024-12-30 15:36:06 +08:00