Add /imagine-source command
Commits
main2024-09-30
a4d02bd9
Update defs and enums for other math commands
Extend /sd command
Fix /sub actually allowing more than two vals now
Update /mul, /max and /min definition
BugFixes and added top model categorie selection
Why join and then split again, eh?
Fix piping not using array for empty unnamed args
Update /ask toasts to warnings for consistency
/send with return value too
Update return values of send commands
Refactor if checks on /sendas
Don't trim on whitespace user prefix sequence
added gridview
whoopsie daisey
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
make AF panel toggles red and opaque when disabled
make sure old swipe counters are shown after new message added
fix weird counter text in group chats
split counter from chevron, smarter toggling
2024-09-29
RossMods: Debounce online status display
Fix /ask in neutral chats
Fix /sendas wrong name being used
Fix non-provided name not correctly preferring cur
Add connection map aliases
remove gaudy console log
initial commit, functional, needs proofing
Fix bug with undefined char on empty chats
Merge branch 'staging' into char-find-and-sendas-extended
Merge pull request #2917 from SillyTavern/st-parser-accept-multiple-namedSigned
Support multiple in /setpromptentry
Correct async calls to init scrapers
missing closing tag
missing import
Refactor findChar to utils
Update more commands for new char find
Update existing slash commands to findChar
Update /ask with new char find functionality
2024-09-28
fix: remove continue prefill logic from prompt-converters
Respect tags for current char(s) selection
Add "quiet" to /char-find
Update /sendas to work with findChar
fix: add assistant_prefill to request if people are using non prefill based continues
Merge branch 'staging' into char-find-and-sendas-extended
fix: move prefill continuation handling to populateChatHistory
fix: dont trim prefill message, but do trim message
fix: append continuation message after prefill
/char-find command to get a specific unique char
Add warning for trim spaces disabled
Adjust WI headers