Refactor to not use array
Commits
main2025-03-11
2025-03-10
Fix instruct macro checkbox missing control bindings Fixes #3643
Add group pooled order Closes #3650
TC: Increased unlocked response to 32k
Fix "Response Length" slider showing wrong value (#3659)Signed
Fix "Response Length" slider showing wrong value
feature: 'kokoro-js' supports TTS #3412 (#3656)Signed
Update merge conflicts workflow
Remove unused maintainers response workflow
Update remove labels on close workflow
Update stale workflow
Update PR size workflow
Merge pull request #3653 from SillyTavern/fix-group-create-tagsSigned
Clear group tags list on create click
Better wording for /input arg descriptions
Merge pull request #3657 from SillyTavern/fix-buttons-popup-displaySigned
Fix /buttons buttons not being displayed
Apply regex to multiswipe reasoning, set reasoning_type to Parsed
Replace link to regex editor docs
Merge pull request #3652 from SillyTavern/default-middlewareSigned
2025-03-09
Fix group creation inheriting tags from characters[0]
Use default middleware for parsing request body
Merge pull request #3651 from SillyTavern/input-handling-argsSigned
onCancel and onSuccess handlers for /input command
Merge pull request #3648 from SillyTavern/regex-info-blockSigned
Switch /input command definition to fromProps
Refactor regex info block to use a shared function
Implement disk caching for character data using node-persist
(CC) Move continue nudge at the end of completion (#3611)Signed
Clean-up code
Add info block for find regex flags #3647
Add a second row to profile editing name
Add 'start-reply-with' to Connection Profiles (#3632)Signed
Merge pull request #3646 from SillyTavern/fix-persona-auto-lockSigned
Fix persona auto-lock to chat not working
Merge pull request #3634 from SillyTavern/continue-from-reasoningSigned
Prevent rollover on keyboard left swipe if repeating (#3644)Signed
Run parsing at least once before rendering reasoning DOM on continue
Remove goofy comment leftover
Ditto for right swipe
Prevent rollover on keyboard left swipe if repeating Closes #3636
2025-03-08
Merge branch 'staging' into continue-from-reasoning
Force settings content check on user creation Closes #3641
Vectors WebLLM (#3631)Signed
Parse reasoning in multi-swipe swipes
Clean-up swipe_info of multi-swipes
Fix syncMesToSwipe checks Ported from #3634