6a4b8c3870
Added group wrapper events
2025-03-18 22:21:25 +03:00
283edd94b9
Merge pull request #3718 from SillyTavern/feat/an-macro
...
Add macros for Author's Notes
2025-03-18 21:08:18 +02:00
909c7f1037
Merge pull request #3719 from SillyTavern/fix-workflows-v2-v1.1
...
Fixing GitHub Workflows - again (maybe this time it works)
2025-03-18 19:51:26 +01:00
5bda6eac13
Switch pr workflow back to pull_request_target
2025-03-18 19:49:30 +01:00
8d37f9f38c
Replace workflow secrets with automatic secret
2025-03-18 19:48:04 +01:00
68965d0791
Update auto labeling
...
- Fix labeling of issues not using word boundaries
- Add new PR by branch name labels
2025-03-18 19:45:02 +01:00
8309c30a3e
Merge branch 'staging' into feat/an-macro
2025-03-18 20:27:37 +02:00
4df98b0341
Add macro for charDepthPrompt
2025-03-18 20:27:15 +02:00
490aa991d2
Maybe it's a permissions issue
2025-03-18 19:24:07 +01:00
819d698938
Try fix PR size labeling by conditional
2025-03-18 19:14:44 +01:00
b6c1c9a40d
MistralAI: Add new models
2025-03-18 19:53:02 +02:00
c716494622
Merge pull request #3711 from qvink/fix_genraw_prompt_bias
...
Fixing user_prompt_bias being incorrectly added using generateRaw()
2025-03-18 19:11:50 +02:00
6e4bd00ef8
Update parameter naming
2025-03-18 19:09:57 +02:00
1122c675e5
Merge pull request #3715 from GhostXia/staging
...
change 01ai endpoint
2025-03-18 19:02:04 +02:00
e2eec77a19
Update HTML link
2025-03-18 19:00:01 +02:00
3c61074d78
Add macros for Author's Notes
...
Closes #3716
2025-03-18 18:15:59 +02:00
1943325653
added button to rename chat completion preset
2025-03-18 15:15:51 +00:00
8d279dd94d
Fix saveChat positional argument migration
2025-03-18 10:33:52 +00:00
e2f9489684
Merge pull request #3698 from SillyTavern/integrity
...
Add integrity check when saving solo chat files
2025-03-18 12:28:38 +02:00
eb52872b13
change 01ai endpoint
2025-03-18 17:19:22 +08:00
3412d1ce1f
adding option to cleanUpMessage() to not include the user prompt bias, and removing the user prompt bias from generateRaw() results.
2025-03-17 20:44:32 -06:00
c92ca8dbfb
Merge branch 'staging' into integrity
2025-03-18 01:51:07 +02:00
03d590415b
Merge pull request #3700 from SillyTavern/reasoning-template
...
Reasoning templates
2025-03-18 01:49:06 +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
cbb69adf53
Merge pull request #3709 from SillyTavern/fix-expression-override-display
...
Fix Expression Override not resetting if empty
2025-03-18 01:05:58 +02:00
b3406f8abf
Merge branch 'release' into staging
2025-03-18 00:59:15 +02:00
594a3720ad
Fix TTS
2025-03-18 00:59:04 +02:00
b1346910a4
Adjust reasoning template migration procedure
2025-03-18 00:47:20 +02:00
271c93a504
Rename DeepSeek template, add Blank reasoning template
2025-03-18 00:32:31 +02:00
6ff06ff04b
Use performFuzzySearch
2025-03-18 00:29:03 +02:00
5585220d0a
Fix Expression Override not resetting if empty
...
- When switching chars, override field gets correctly loaded. The display value won't be reset when the override was empty. This was likely unintended.
2025-03-17 23:23:58 +01:00
49949f2f8e
Merge pull request #3705 from Yokayo/staging
...
Update ru-ru translation
2025-03-18 00:01:15 +02:00
058bddfe81
Merge pull request #3708 from SillyTavern/fix-swipes-reasoning
...
Fix deleting swipes overwriting reasoning
2025-03-17 23:53:36 +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
3f95f30a2b
Merge pull request #3706 from bmen25124/custom_request_chat_comp_url
...
Added "custom_url" to ChatCompletionService
2025-03-17 15:37:58 +02:00
1dade2970b
Reasoning keys
2025-03-17 20:21:11 +07:00
86de927ab9
Added "custom_url" to ChatCompletionService
2025-03-17 14:54:59 +03:00
fba2d809d0
Merge branch 'release' into staging
2025-03-17 09:47:11 +00:00
b01e2824be
Remove trim from /start-reply-with
2025-03-17 09:46:52 +00:00
40c3674da1
Update tl
2025-03-17 16:09:36 +07:00
df48428d1d
Merge pull request #3702 from SillyTavern/hotfix-pr-workflow-v2
...
Hotfix pr workflow v2
2025-03-16 23:46:11 +02:00
f245c48b17
Merge pull request #3701 from bmen25124/exports_for_chat_rebuild
...
New exported methods
2025-03-16 23:43:57 +02:00
c022858e5b
Fix structuredClone
2025-03-16 23:37:18 +02:00
0bdb131c22
Refine Docker CLI documentation
2025-03-16 23:25:42 +02:00
8dc66bd21b
Better WI type readability, fixed clone and type opeators.
2025-03-17 00:13:39 +03:00
111fa0dee5
Use older version of PR size labeler
2025-03-16 22:09:28 +01:00
d887eb2258
Revert "Fix PR workflow by chaining actions"
...
This reverts commit aacbc5b6db
.
2025-03-16 22:08:22 +01:00
1593951281
Cloned preset before using
2025-03-17 00:00:37 +03:00