Cohee
e9c8b8c24e
Save both files immediately
2025-03-27 22:17:53 +02:00
bmen25124
f33b31dc19
Removed type from icon element
2025-03-27 14:42:50 +03:00
bmen25124
8970c8274c
Removed jqueryElement.data usages
2025-03-27 14:38:54 +03:00
bmen25124
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
bmen25124
f14c73bfcc
Added move button for lorebook entries
2025-03-27 04:53:16 +03:00
Cohee
f4eb32c71c
Merge pull request #3760 from SillyTavern/feat/expressions-none-default-option
...
Add 'none' expression classifier API option and set as default
2025-03-26 11:10:13 +02:00
Azariel Del Carmen
b96bed7240
chore: make layer updates exportable
2025-03-25 20:09:48 -05:00
Wolfsblvt
cbfc1f7a0e
Add 'none' classifier API option and set as default
...
Introduces a no-op API selection to disable expression classification
Shows warnings when no valid API is selected to prevent silent failures
Updates migration logic and settings UI to use new default value
This allows users to explicitly opt-out of automatic expression detection
while maintaining backwards compatibility with existing configurations
2025-03-26 01:50:26 +01:00
Cohee
75be96e1f7
Merge pull request #3754 from SillyTavern/fix-openrouter-oauth
...
OpenRouter: Fix OAuth flow with enabled accounts
2025-03-25 23:20:42 +02:00
Cohee
264d77414a
Gemini 2.5 Pro
2025-03-25 21:21:23 +02:00
Wolfsblvt
d70c346b12
Expression API on new install defaults to 'local'
2025-03-25 05:17:06 +01:00
Cohee
4ced7abaa3
OpenRouter: Fix OAuth flow with enabled accounts
2025-03-24 20:22:59 +02:00
Cohee
4048a0a09a
Merge pull request #3717 from Scarlet-t/staging
...
added button to rename chat completion preset
2025-03-23 21:29:24 +02:00
Cohee
b9c5703568
Return to old id for delete
2025-03-23 21:26:27 +02:00
Cohee
a070d13723
Revert non-rename changes
2025-03-23 21:25:50 +02:00
Cohee
6d7943d2a0
Clean-up changes diff
2025-03-23 21:24:14 +02:00
Cohee
9717259776
Merge pull request #3737 from qvink/staging
...
Adding option to disable removal of "{{user}}:" and "{{char}}:" in generateRaw()
2025-03-23 18:05:12 +02:00
qvink
66832fc98a
removing whitespace trimming in trimWrongNames block
2025-03-23 09:41:03 -06:00
Cohee
e44b123330
Add no select style to select2-dropdown
...
Fixes #3745
2025-03-23 14:49:20 +02:00
Cohee
0e76530f43
Merge pull request #3746 from InspectorCaracal/patch-1
...
Fix group chid data attr in `performGroupMemberAction`
2025-03-23 14:43:14 +02:00
Cohee
a8f1bf7a17
Merge pull request #3744 from bmen25124/updateEditor_export_new_parm
...
Exported reloadEditor
2025-03-23 14:42:07 +02:00
InspectorCaracal
6bb91dd0df
fix group chid data attr
2025-03-22 23:41:29 -06:00
bmen25124
80e1226d28
Exported reloadEditor
2025-03-23 03:40:04 +03:00
qvink
36adb6992e
the cooler ternary
2025-03-22 16:43:08 -06:00
qvink
900575ee1a
adding missing colon
2025-03-22 16:30:54 -06:00
qvink
9a3e3433c7
Adding missing doc string
2025-03-22 15:54:57 -06:00
qvink
841f814137
Reverting cleanUpMessage() functionality changes.
2025-03-22 15:52:37 -06:00
Cohee
ce2fd8800d
Merge branch 'release' into staging
2025-03-22 19:39:34 +02:00
Cohee
74addf1241
Fix TogetherAI models list
2025-03-22 19:39:23 +02:00
Cohee
50334890a6
Merge pull request #3742 from bmen25124/custom_request_stream
...
Added stream support to "custom-request"
2025-03-22 18:44:02 +02:00
Cohee
0b937237c3
Refactor getStreamingReply to use nullish coalescing for show_thoughts
2025-03-22 18:27:49 +02:00
Brendan McCauley
5472ddc8e6
Fix activatePooledorder()
2025-03-21 19:58:26 -04:00
Cohee
82b885e5ef
Sorry we don't know why lint didn't work
2025-03-21 21:49:26 +02:00
bmen25124
7df6a78f33
Better overrideShowThoughts value
2025-03-21 22:19:13 +03:00
bmen25124
17e0058763
Changed options type
2025-03-21 22:16:57 +03:00
bmen25124
7619396053
Better naming
2025-03-21 22:09:41 +03:00
qvink
f713948a1b
formatting
2025-03-21 12:32:06 -06:00
qvink
c4175697ef
cleanUpMessages() now uses object args. Adding option to trim names.
2025-03-21 12:18:48 -06:00
bmen25124
ec474f5571
Added stream support to "custom-request"
2025-03-21 20:44:09 +03:00
qvink
ff21ee24d1
removing redundant .indexOf(). Adding extra length to account for the colon.
2025-03-20 21:46:16 -06:00
qvink
39ebffa282
Fix for removal of "{{user}}:" from generations
2025-03-20 20:00:26 -06:00
Cohee
ef56eda2c2
Merge pull request #3730 from SillyTavern/feat/command-buttons-multiple
...
Add support for toggleable buttons/multiselect in `/buttons` command
2025-03-20 10:42:57 +02:00
Wolfsblvt
40f2eae3f3
Make it return empty array on cancel
2025-03-19 22:46:11 +01:00
Cohee
c5d4bdcd0b
Merge branch 'staging' into fix-srw-trim
2025-03-19 22:28:27 +02:00
Wolfsblvt
8eee1d09a8
Add support for toggleable /buttons
...
Enhances the buttons slash command with toggleable multi-select capability
Introduces a 'multiple' parameter to enable selecting several options
Updates button styling with visual indicators for toggle states
Modifies return value to handle array of selections when multiple is enabled
2025-03-19 21:13:28 +01:00
Cohee
297a767746
Merge branch 'staging' into or-prompt-post-processing
2025-03-19 22:07:35 +02:00
Cohee
af0939038b
Fix undefined type references
2025-03-19 21:26:38 +02:00
Cohee
a183c8f69a
Fix the rest of lints
2025-03-19 21:21:04 +02:00
Cohee
0af4a3ebd7
Fix unfixable lints
2025-03-19 21:10:42 +02:00
Wolfsblvt
73520b923f
break some linting...
2025-03-19 20:01:31 +01:00