cf2671c6d7
Merge branch 'staging' into reasoning-template
2025-03-16 22:51:28 +02:00
a8716d7c69
Merge branch 'release' into staging
2025-03-16 22:51:09 +02:00
ecfad12b59
Merge pull request #3699 from SillyTavern/hotfix-pr-workflow
...
Fix PR workflow by chaining actions
2025-03-16 22:50:52 +02:00
aacbc5b6db
Fix PR workflow by chaining actions
2025-03-16 21:48:50 +01:00
0e41db615e
New exports
2025-03-16 23:44:02 +03:00
d314752547
Add reasoning template to connection profiles
2025-03-16 22:39:43 +02:00
fa641e9946
Handle empty files in readFirstLine
2025-03-16 22:16:53 +02:00
8bd17de2f3
Invert conditions
2025-03-16 21:49:36 +02:00
5145e30be3
Don't bail early if empty token provided from UI
2025-03-16 21:45:07 +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
62342b35e2
Reasoning template
2025-03-16 15:01:31 +02:00
46b9bb7854
Merge pull request #3695 from Succubyss/gpt_tokenizer_tweak
...
gpt-4.5 detection tweak
2025-03-16 02:42:55 +02:00
fff1dd59c3
minor 4.5 detection tweak
2025-03-15 19:27:42 -05:00
f88e95d9be
Merge branch 'release' into staging
2025-03-16 02:25:20 +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
ead37defeb
Merge pull request #3694 from SillyTavern/workflow-hotfixes
...
Workflow hotfixes
2025-03-16 01:06:19 +02:00
f18cb91ef9
on push, check all pushed commits - duh
2025-03-16 00:02:24 +01:00
892fe7bd34
Workflows ensure explicit versions of actions
2025-03-16 00:02:24 +01:00
0126e5e5a3
Add explicit workflow permissions
2025-03-16 00:02:24 +01:00
b8afa96de5
Replace link to docs about regex flags
2025-03-15 23:07:58 +02:00
9c42391706
Uncomment cookieSecret config removal
2025-03-15 23:04:02 +02:00
d8c8bfa8a4
Merge pull request #3690 from SillyTavern/staging
...
Staging
1.12.13
2025-03-15 22:47:35 +02:00
1041d2ae9d
Update README
2025-03-15 19:52:57 +02:00
684ee98168
Add config, increase cache TTL, use async file reads
2025-03-15 19:43:26 +02:00
b8f8be8cf9
Merge branch 'staging' into disk-cache
2025-03-15 19:27:56 +02:00
a1586694b6
Fix start script for electron
2025-03-15 15:41:03 +02:00
a7aa1ff79d
Bump release version
2025-03-15 15:37:01 +02:00
0c7d5c76e2
gemini-2.0-flash-exp-image-generation
2025-03-15 14:58:06 +02:00
aa94774963
Add command-a tokenizer to manual selection list
2025-03-15 13:46:13 +02:00
628fc810c7
Add docker-compose install guide
2025-03-15 13:13:33 +02:00
fb9b0569b6
The numbers must go up
2025-03-15 12:58:36 +02:00
dc4612a0e2
Merge pull request #3688 from Erquint/staging
...
No swiping hotkeys when modifiers are held.
2025-03-15 01:08:34 +02:00
e57396040d
No swiping hotkeys when modifiers are held.
2025-03-15 00:43:37 +03:00
bafb2cba95
Happy little icons for workflows
2025-03-14 21:34:48 +01:00
f607c3bc0d
Gemma 3 ( #3686 )
...
* Gemma 3
* Adjust safetySettings
* Disable sysprompt
* Add isGemma check to tool processing logic
* Disable a google search tool for gemma
2025-03-14 21:41:28 +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
c9e716d42f
Merge pull request #3682 from SillyTavern/feat-add-regex-toggle-command
...
Add `/regex-toggle` slash command
2025-03-14 10:15:00 +02:00
bef466a5a1
Merge pull request #3685 from kallewoof/202503-gemma-3
...
chat-template: gemma 3
2025-03-14 10:13:49 +02:00
f180d22680
chat-template: gemma 3
2025-03-14 13:57:48 +09:00
18fa33d816
On review feedback of /regex-toggle
...
- Add quiet arg to suppress success toast
- Fix return values
- Switch-case instead of nested ternaries
- state uses onOfToggle
2025-03-14 01:03:08 +01:00
e60796548b
Skip status check of invalid custom endpoint URLs
...
Fixes #3683
2025-03-14 01:40:38 +02:00
0f5f8e163d
Merge branch 'staging' into feat-add-regex-toggle-command
2025-03-14 00:26:33 +01:00
95e60b0f79
Switch to action to label maintainers, duh
2025-03-14 00:24:11 +01:00
669cd49574
god give me hope this is right?
2025-03-14 00:11:28 +01:00