Commit Graph

9726 Commits

Author SHA1 Message Date
e43b9a3d2c Rework auto labels based on labels a bit 2025-03-13 12:08:17 +01:00
34363e6875 Add issue types to issue templates 2025-03-13 11:38:40 +01:00
79a8080b7d Merge pull request #3671 from bmen25124/events_type_param
New context methods, added type parameter to message events
2025-03-13 01:50:59 +02:00
92dacdb386 better type name, simplified context 2025-03-13 02:27:03 +03:00
4fdc28afbc Merge pull request #3673 from qvink/export_parse_reasoning
exporting parseReasoningFromString()
2025-03-13 01:20:53 +02:00
874affb2f2 exporting parseReasoningFromString() 2025-03-12 17:01:03 -06:00
37819df542 Move reasoning continue regex depth adjustment 2025-03-12 23:59:53 +02:00
160f7431d6 Fix isPrefix for continue on reasoning 2025-03-12 23:55:16 +02:00
12824bb680 Clear cached WI on deletion
Fixes #3672
2025-03-12 23:38:10 +02:00
6af3f2ee7e Remove unused splitSentences function from utils.js 2025-03-12 23:29:55 +02:00
d7085b119d Fix npm audit in tests 2025-03-12 22:09:50 +02:00
1b817cd897 Kokoro: chunk generation, add pre-process func
#3412
2025-03-12 21:35:09 +02:00
e65b72ea41 Fix global.d.ts var declarations 2025-03-12 20:54:07 +02:00
c9c5dfa8c0 Bump external packages 2025-03-12 20:53:35 +02:00
f11ebb032b Merge branch 'release' into staging 2025-03-12 20:43:47 +02:00
58e714fce4 Fix npm audit 2025-03-12 20:43:38 +02:00
ddb77732f2 New context methods, added type parameters to message events 2025-03-12 21:25:16 +03:00
01ef823da9 Dont count Continue as message 0 (#3594)
* 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

* Allow -1 as a min depth value

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2025-03-12 19:59:15 +02:00
1b02426df1 Unshallow current character on selectCharacterById 2025-03-12 11:13:48 +02:00
c4021525ac Merge pull request #3664 from SillyTavern/hide-name
Add "name" argument to /hide and /unhide
2025-03-12 10:48:19 +02:00
e7189a1260 Refactor hideMessageCallback and unhideMessageCallback to remove unnecessary console logs. Introduce onlyUniqueJson and sortIgnoreCaseAndAccents utility functions 2025-03-12 10:18:02 +02:00
843bd1cf3c Add check for PRs with merge-blocking labels 2025-03-12 04:02:14 +01:00
fc151284e4 update labels based on other labels 2025-03-12 03:21:23 +01:00
f6f87f6d5b unstale issues/prs on comments right away 2025-03-12 02:56:38 +01:00
7543a24ca7 Rewrite and expand auto comments 2025-03-12 02:44:24 +01:00
89ab138882 Auto-label PRs based on files + targeting release 2025-03-12 01:55:37 +01:00
0237b6a872 Auto-comment/label issues once on staging 2025-03-12 00:59:23 +01:00
c22ad7c2e8 auto ask for feedback on "Alternative Exists" 2025-03-12 00:06:33 +01:00
26c4d231a8 "add Maintainer label" job via on open workflow 2025-03-11 23:43:35 +01:00
1026e1f8e9 Add "name" argument to /hide and /unhide. Add default value for unnamed argument 2025-03-11 23:14:31 +02:00
d6dcededc9 Refactor workflows into more structured files 2025-03-11 21:43:27 +01:00
ebe30dceac Merge pull request #3660 from SillyTavern/group-pooled-order
Add group pooled order
2025-03-11 22:17:31 +02:00
370bd9a3a8 Refactor to not use array 2025-03-11 22:16:26 +02:00
137927bb43 Merge pull request #3662 from SillyTavern/enable-md-hotkeys-in-expando
Add markdown hotkeys support for expando editor on textareas that support markdown
2025-03-11 13:03:23 +02:00
90cfdebff8 Remove unnecessary markdown icon 2025-03-11 10:39:14 +01:00
0cde7e7a7f Add md hotkey support for expando editor
- When original textarea supports markdown, the textarea of the expanded popup will also have markdown support
- Also add the small markdown icon at the top
2025-03-11 04:42:03 +01:00
cf63b70997 Fix instruct macro checkbox missing control bindings
Fixes #3643
2025-03-11 01:31:28 +02:00
ad225138b4 Add group pooled order
Closes #3650
2025-03-11 01:24:46 +02:00
68b5be063f TC: Increased unlocked response to 32k 2025-03-11 00:24:28 +02:00
bdbe043259 Fix "Response Length" slider showing wrong value (#3659)
- "Mad Lab Mode" was falsely "resetting" the slider control, for no obvious reason besides weird implementation.
2025-03-11 00:21:59 +02:00
57a229d5fd Fix "Response Length" slider showing wrong value
- "Mad Lab Mode" was falsely "resetting" the slider control, for no obvious reason besides weird implementation.
2025-03-10 22:21:36 +01:00
e23f3a6314 feature: 'kokoro-js' supports TTS #3412 (#3656)
* feature: 'kokoro-js' supports TTS #3412

* Linting, add credits for kokoro library

* Fix voice preview

* Fix display languages on previews

* Fix settings restoration. Debounce model init on settings change

* Fix engine sorting

* Move TTS processing to a web worker. Remove unused gain setting

* Speaking rate fix

* Update status when recreating a worker

* Pass voices list from TTS engine

* Call dispose function on provider change

* Extend worker init timeout to 10 minutes

---------

Co-authored-by: ryan <1014670860@qq.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2025-03-10 22:54:54 +02:00
c722d251ff Update merge conflicts workflow
- Change the action being used
- Add comment to notify PR author on merge conflicts
2025-03-10 20:33:09 +01:00
a104de38b6 Remove unused maintainers response workflow 2025-03-10 20:11:24 +01:00
26093c1ae4 Update remove labels on close workflow
- Added more labels that should be removed
- Included PRs and their labels to be auto-removed
2025-03-10 20:11:05 +01:00
c8fbd51554 Update stale workflow
- Remove not needed "Maintainer Response" labeling
- Update to latest version
- Add link to source
2025-03-10 19:53:50 +01:00
bf75e88931 Update PR size workflow 2025-03-10 19:40:02 +01:00
13a3f4772e Merge pull request #3653 from SillyTavern/fix-group-create-tags
Fix group creation inheriting tags from characters[0]
2025-03-10 20:30:23 +02:00
a3b2cc456f Clear group tags list on create click 2025-03-10 20:30:03 +02:00
1e6f8c6637 Better wording for /input arg descriptions 2025-03-10 17:41:18 +01:00