58bbfc0d4e
Add types for global translation function
2025-02-19 22:18:09 +02:00
380bd4ef4b
refactor: update runWebpackCompiler to accept options object
2025-02-19 22:03:43 +02:00
bb64e9b5c5
Merge pull request #3500 from SillyTavern/webpack-cache-dataroot
...
Move webpack cache to data root
2025-02-19 21:53:58 +02:00
1ef5154770
Merge branch 'staging' into webpack-cache-dataroot
2025-02-19 21:34:02 +02:00
57aa820dc3
Merge pull request #3510 from underscorex86/patch-3
...
autoswipe length tooltip
2025-02-19 21:27:41 +02:00
c12f26441e
Merge branch 'staging' into support-multiple-expressions
2025-02-19 20:22:02 +01:00
e4269f5d1d
Update i18n
2025-02-19 21:17:03 +02:00
947d4f215e
autoswipe length tooltip
...
clarify that it is # of characters
2025-02-19 20:13:05 +04:00
826e4f6d16
Merge pull request #3499 from SillyTavern/accesslog-dataroot
...
Move access.log to data root
2025-02-19 11:32:37 +02:00
0f46128980
Set lib.js output path to data
2025-02-18 20:24:07 +02:00
1a4bcbb794
Remove input length restrictions from OpenAI compatible TTS
...
Closes #3505
2025-02-18 10:34:15 +02:00
441e5c6f7e
Move webpack cache to data root
2025-02-17 23:41:59 +02:00
da3b620f74
Move access.log to data root
2025-02-17 22:58:06 +02:00
fa4a75215b
Merge pull request #3497 from SillyTavern/fix-char-rename-aux-connections
...
Fix renaming characters losing connections of several aux fields
2025-02-17 21:14:41 +02:00
0cdc389794
Fix type handling of active_character_id
2025-02-17 21:00:09 +02:00
434bdab585
Merge branch 'staging' into fix-char-rename-aux-connections
2025-02-17 20:57:23 +02:00
ce67f3a658
Ensure node is an Element in DOMPurify hook
2025-02-17 20:54:11 +02:00
277fc00f38
Remove dompurify types stub
2025-02-17 20:53:42 +02:00
36a3a7d615
Merge pull request #3486 from Yokayo/staging
...
Update ru-ru translation
2025-02-17 20:45:40 +02:00
d15d49b295
Merge pull request #3484 from SillyTavern/reasoning-parsing-streaming
...
Implement reasoning parsing during streaming, based on provided prefix/suffix
2025-02-17 20:27:57 +02:00
87afb1633b
reasoning-set: Return if message not found
2025-02-17 19:54:50 +02:00
e5e2c9fe49
Merge branch 'staging' into reasoning-parsing-streaming
2025-02-17 19:43:09 +02:00
580856064e
Merge pull request #3496 from SillyTavern/parse-reasoning-command-args
...
Add 'return' and 'strict' to `/reasoning-parse`, and make all reasoning parsing strict by default
2025-02-17 19:37:20 +02:00
1a5b1f77d7
Merge pull request #3495 from SillyTavern/vectors-requests
...
Vectors: Don't use headers for source-specific fields in requests
2025-02-17 15:50:44 +02:00
f5d68f1cd9
Fix typo
2025-02-17 16:36:06 +07:00
2e77171137
Change key
2025-02-17 16:32:40 +07:00
ab27b29819
cleanup group on auto load if name not found
2025-02-17 09:58:37 +01:00
231068f729
await character renamed event
2025-02-17 09:47:35 +01:00
7b65427236
typo
2025-02-17 09:19:08 +01:00
9f21f7771c
Auto-load char/group resets if target is not found
2025-02-17 07:28:59 +01:00
1c0ca414b9
Update "active character" field on char rename
2025-02-17 05:34:28 +01:00
4f0921856f
On char rename, update auxiliary connections
...
- Move WI char lore (additional lorebooks) based on rename
- Move character-bound Author's Note based on rename
- Extend core `getCharFilename` to be able to take an avatarKey, instead of just uid
2025-02-17 05:32:13 +01:00
994d69508b
Merge branch 'parse-reasoning-command-args' into reasoning-parsing-streaming
2025-02-17 03:54:24 +01:00
1ad3a2b968
Add 'return' and 'strict' to /reasoning-parse
...
- Add 'return' arg to `/reasoning-parse` to decide whether to return the reasoning, or the content without reasoning. Defaulting to reasoning.
- Add 'strict' arg to `/reasoning-parse` to decide whether the reasoning block has to be at the beginning of the provided message or not. Defaulting to true.
- Update parsing of all reasoning (even the auto parse one) to be strict by default - meaning the regex block has to be at the beginning (excluding whitespaces)
2025-02-17 03:47:31 +01:00
cd2d6e85e0
Merge branch 'staging' into reasoning-parsing-streaming
2025-02-17 00:13:27 +02:00
058c86f3c1
Vectors: Don't use headers for source-specific fields in requests
2025-02-16 23:59:00 +02:00
a771dd5478
Show reasoning editor when hidden and empty
2025-02-16 23:21:08 +02:00
baa4632071
Merge branch 'staging' into reasoning-parsing-streaming
2025-02-16 23:16:04 +02:00
ebe877e6b6
Update dompurify
2025-02-16 23:14:50 +02:00
1156b648eb
Merge branch 'staging' into reasoning-parsing-streaming
2025-02-16 23:12:41 +02:00
ec49b19aff
Fix chat render when OpenRouter "website setting" model used
2025-02-16 22:46:44 +02:00
75aec77271
Merge pull request #3493 from SillyTavern/staging
...
Staging
1.12.12
2025-02-16 21:15:21 +02:00
7348e0274d
Bump package version
2025-02-16 21:00:25 +02:00
362470da18
Plugins: Add auto-update functionality ( #3487 )
...
* Plugins: Add auto-update functionality
* Check if directory is a git repo
* Display message if any plugins were loaded
2025-02-16 20:55:53 +02:00
4d323ec76f
OpenRouter: Add new providers to the list
...
Closes #3491
2025-02-16 18:15:26 +02:00
0039b48d1b
Merge pull request #3490 from Dakraid/feature/safety_tolerance-falai
...
Set safety_tolerance for Flux on FAL
2025-02-16 17:45:13 +02:00
050e65861c
Set safety_tolerance for Flux on FAL
2025-02-16 16:40:10 +01:00
a434d217cc
Fix input prompt title for creating a new Quick Reply Set
2025-02-16 16:25:08 +02:00
890d10d811
Work on tl
2025-02-16 18:43:57 +07:00
1723ce0f22
Merge pull request #3482 from SillyTavern/fix-auto-expand-new-message-v2.1
...
Fix auto expand on thinking during new message (v2.1)
2025-02-16 12:46:03 +02:00