3165537ce8
Update script.js
...
Added trailing comma
2025-05-04 12:12:50 +02:00
5f79c0c262
Export swipe_right in public/script.js
2025-05-04 12:05:45 +02:00
3be02b7217
Fix nested inline-drawer behavior
2025-04-16 18:26:42 +01:00
0895bc6c1d
Replace getExtensionPromptMaxDepth with a constant
2025-04-14 09:57:10 +03:00
78bda9954d
Increase maximum injection depth and WI order ( #3800 )
2025-04-13 21:31:57 +03:00
c522baf4f7
Make texts translatable
2025-04-09 19:18:05 +03:00
ceceb8f3f0
Change same name logs to toast
2025-04-09 01:21:20 +02:00
47652d7fe9
Prevent similarily-ish chat name renames
2025-04-08 21:16:11 +02:00
6f543e860f
#3809 Add beforeunload event listener to prompt user when chat is saving
2025-04-04 15:58:06 +00:00
7987f02dee
Exclude <style> tags from quote and underscore italics processing
...
Fixes #3808
2025-04-04 13:53:56 +00:00
65a6e428d1
Improve tilde code blocks in message formatting and TTS processing
2025-03-30 13:25:15 +03:00
dac5f6910c
adding comments
2025-03-27 09:40:42 -06:00
f1a053c3b8
using symbols instead
2025-03-27 09:31:52 -06:00
251d242a0d
custom flag in message.extra, also apply to chat completion
2025-03-26 13:10:50 -06:00
72f91a4994
use custom flag instead
2025-03-26 09:28:42 -06:00
abb908e62c
semi
2025-03-25 22:36:05 -06:00
9d88c1578b
don't format messages with undefined content
2025-03-25 22:31:44 -06:00
66832fc98a
removing whitespace trimming in trimWrongNames block
2025-03-23 09:41:03 -06:00
36adb6992e
the cooler ternary
2025-03-22 16:43:08 -06:00
900575ee1a
adding missing colon
2025-03-22 16:30:54 -06:00
9a3e3433c7
Adding missing doc string
2025-03-22 15:54:57 -06:00
841f814137
Reverting cleanUpMessage() functionality changes.
2025-03-22 15:52:37 -06:00
82b885e5ef
Sorry we don't know why lint didn't work
2025-03-21 21:49:26 +02:00
f713948a1b
formatting
2025-03-21 12:32:06 -06:00
c4175697ef
cleanUpMessages() now uses object args. Adding option to trim names.
2025-03-21 12:18:48 -06:00
ff21ee24d1
removing redundant .indexOf(). Adding extra length to account for the colon.
2025-03-20 21:46:16 -06:00
39ebffa282
Fix for removal of "{{user}}:" from generations
2025-03-20 20:00:26 -06:00
c5d4bdcd0b
Merge branch 'staging' into fix-srw-trim
2025-03-19 22:28:27 +02:00
20cdcc37fc
Fix fixable lints
2025-03-19 20:00:33 +02:00
0607ac98db
Fix replacing user_prompt_bias on display
2025-03-19 15:52:51 +00:00
6a4b8c3870
Added group wrapper events
2025-03-18 22:21:25 +03:00
4df98b0341
Add macro for charDepthPrompt
2025-03-18 20:27:15 +02:00
8d279dd94d
Fix saveChat positional argument migration
2025-03-18 10:33:52 +00:00
c92ca8dbfb
Merge branch 'staging' into integrity
2025-03-18 01:51:07 +02:00
4965ada785
Shorten the popup header text
2025-03-18 01:41:27 +02:00
785cacbcb6
Add migration of positional arguments
2025-03-18 01:39:23 +02:00
49949f2f8e
Merge pull request #3705 from Yokayo/staging
...
Update ru-ru translation
2025-03-18 00:01:15 +02:00
ca53323a08
Fix deleting swipes overwriting reasoning
...
- Well, someone forgot about syncing extras and mes data again....
- Built the oppositive function of `syncMesToSwipe`, so we can now call `syncSwipeToMes`
2025-03-17 20:59:08 +01:00
e7c9960a45
Fix
2025-03-18 02:15:13 +07:00
40c3674da1
Update tl
2025-03-17 16:09:36 +07:00
8bd17de2f3
Invert conditions
2025-03-16 21:49:36 +02:00
5fca39fae7
Fix force flag not being passed
2025-03-16 21:39:31 +02:00
5ab284f1f5
Merge branch 'staging' into integrity
2025-03-16 21:28:37 +02:00
8ec83fd5d9
Fix corruption due to this_chid shift ( #3669 )
...
* continue works same as swipe continued message isn't depth counted
* correct early-out check
* update regex depth setting tooltips for accuracy
* update max tooltip
* remove redundant check
* Fix corruption due to this_chid shift
Fixes #3667
* Unshallow current character on reload
* Allow -1 as a min depth value
* Use selectCharacterById, fix rename logic
* Remove pointless local variables
* Add 'switchMenu' param to selectCharacterById
---------
Co-authored-by: Reithan <bo122081@hotmail.com >
2025-03-16 19:14:27 +02:00
d42a81f97c
New connection manager events, ConnectionManagerRequestService ( #3603 )
2025-03-16 16:58:34 +02:00
248132dd89
Set debug level to unshallow warnings
2025-03-16 02:25:07 +02:00
400d29e97e
Add chat integrity check to saveChat
2025-03-16 02:24:20 +02:00
0017358f8b
Gemini inline images ( #3681 )
...
* Gemini images for non-streaming
* Parse images on stream
* Add toggle for image request
* Add extraction params to extractImageFromData
* Add explicit break and return
* Add more JSdoc to processImageAttachment
* Add file name prefix
* Add object argument for saveReply
* Add defaults to saveReply params
* Use type for saveReply result
* Change type check in saveReply backward compat
2025-03-14 20:15:04 +02:00
0d2bf00810
Decrease checks interval
2025-03-14 10:44:48 +02:00
f362f94c2d
Decrease connection timeout, set 'valid' status on 'invalid URL', don't wait if not needed
...
Fixes #3683
2025-03-14 10:43:00 +02:00