Cohee
ef56eda2c2
Merge pull request #3730 from SillyTavern/feat/command-buttons-multiple
...
Add support for toggleable buttons/multiselect in `/buttons` command
2025-03-20 10:42:57 +02:00
Cohee
e3c465258e
Merge pull request #3731 from SillyTavern/fix-srw-trim
...
Fix replacing user_prompt_bias on display
2025-03-20 10:37:46 +02:00
Wolfsblvt
40f2eae3f3
Make it return empty array on cancel
2025-03-19 22:46:11 +01:00
Cohee
c5d4bdcd0b
Merge branch 'staging' into fix-srw-trim
2025-03-19 22:28:27 +02:00
Cohee
fb2f8dce10
Merge pull request #3721 from SillyTavern/or-prompt-post-processing
...
OpenRouter: Allow applying prompt post-processing
2025-03-19 22:16:09 +02:00
Wolfsblvt
8eee1d09a8
Add support for toggleable /buttons
...
Enhances the buttons slash command with toggleable multi-select capability
Introduces a 'multiple' parameter to enable selecting several options
Updates button styling with visual indicators for toggle states
Modifies return value to handle array of selections when multiple is enabled
2025-03-19 21:13:28 +01:00
Cohee
297a767746
Merge branch 'staging' into or-prompt-post-processing
2025-03-19 22:07:35 +02:00
Cohee
c047e1acd9
Merge pull request #3729 from Erquint/staging
...
Use Node.js path parser to extract the filename stem in the chats search.
2025-03-19 22:07:06 +02:00
Cohee
ec98746ac6
Merge pull request #3728 from SillyTavern/actions/eslint-checker
...
Add ESLint PR check action
2025-03-19 22:04:15 +02:00
Cohee
af0939038b
Fix undefined type references
2025-03-19 21:26:38 +02:00
Wolfsblvt
df5b79a1a4
Move run-eslint to PR Manager workflow
2025-03-19 20:24:26 +01:00
Cohee
a183c8f69a
Fix the rest of lints
2025-03-19 21:21:04 +02:00
Cohee
d7dbe736f8
Downgrade jsdoc plugin
2025-03-19 21:20:28 +02:00
Cohee
0af4a3ebd7
Fix unfixable lints
2025-03-19 21:10:42 +02:00
Wolfsblvt
73520b923f
break some linting...
2025-03-19 20:01:31 +01:00
Wolfsblvt
b88f9fb1ff
break some linting
2025-03-19 19:59:17 +01:00
Wolfsblvt
39a385ab04
Update eslint workflows version + formatting
...
- Add explicit version numbers (to prevent update conflicts)
- Separate the steps and give them names, for better readability on workflow log
- Only run on opened/synchronize
2025-03-19 19:58:00 +01:00
Murad "Gness Erquint" Beybalaev
6872ad9489
More pointless lint.
2025-03-19 21:26:43 +03:00
Murad "Gness Erquint" Beybalaev
5a2311b806
Linter's gonna lint…
2025-03-19 21:24:08 +03:00
Gness Erquint
cc54158f09
Use Node.js path parser to extract the stem in the chats search.
2025-03-19 21:17:42 +03:00
Cohee
20cdcc37fc
Fix fixable lints
2025-03-19 20:00:33 +02:00
Cohee
8a4a338455
Add unlinted file
2025-03-19 19:51:29 +02:00
Cohee
a7a3badb8e
Add ESLint PR check action
2025-03-19 19:46:32 +02:00
Cohee
9b76b6dd3c
Merge branch 'staging' into or-prompt-post-processing
2025-03-19 19:32:55 +02:00
Cohee
190f2f9085
Merge pull request #3727 from Erquint/staging
...
Chat titles are now included in the search. Query terms don't have to occur in the same message anymore.
2025-03-19 19:32:21 +02:00
Cohee
d3e62fe56c
Fix lint
2025-03-19 19:31:09 +02:00
Murad "Gness Erquint" Beybalaev
a3c57fb05f
Correct the chat search comment.
2025-03-19 20:27:35 +03:00
Wolfsblvt
0e746f0368
Fix workflow permissions for done labeling
2025-03-19 18:26:42 +01:00
Cohee
6bfa54e9b4
Merge pull request #3725 from SillyTavern/feat/expressions-filter-available
...
Adds filtering to expressions to ignore labels that do not have sprites available
2025-03-19 19:18:02 +02:00
Cohee
f5ecd1fa5f
Reduce warning level to debug
2025-03-19 19:15:07 +02:00
Gness Erquint
bbdd98a155
Prepend title to chat messages array before concatenating the string.
2025-03-19 19:40:28 +03:00
Cohee
0607ac98db
Fix replacing user_prompt_bias on display
2025-03-19 15:52:51 +00:00
Murad "Gness Erquint" Beybalaev
d48ebdb0d4
Join searched messages by linebreak to avoid searching for implicit whitespace.
2025-03-19 18:38:05 +03:00
Wolfsblvt
2e936e804a
Fix default value for filter argument
2025-03-19 10:17:08 +01:00
Cohee
d5d3516e18
Merge pull request #3724 from SillyTavern/fix/expressions-upload-new
...
Fix not being able to upload sprite when no sprite existed for an expression
2025-03-19 09:51:45 +02:00
Cohee
7784b71c55
Merge pull request #3726 from SillyTavern/feat/expressions-remove-reasoning
...
Clean reasoning from LLM/webLLM classify response on expression classification
2025-03-19 09:44:05 +02:00
Gness Erquint
35fa634f1d
Chat titles are now included in the search. Query terms don't have to occur in the same message anymore.
2025-03-19 06:13:54 +03:00
Wolfsblvt
a8899f7d81
Clean reasoning from classify response
...
- If a reasoning model is used (via LLM, or R1 distill via webLLM), it'll likely return reasoning. That should not be used for the search of classification inside the response
2025-03-19 03:30:53 +01:00
Wolfsblvt
5a6058d319
Adds sprite-based filtering for expressions
...
- Functionality only available for LLM/webLLM
- New toggle to filter expressions on availalbe sprites
- `getExpressionsList` filters cached expressions when checked (using sprite folder name/override)
- `/expression-list` slash command has "filter" arg to filter list
- `/expression-classify` slash command has "filter" arg now, to use filtered list for classification
- `getExpressionLabel` uses filtered expressions when LLM/webLLM
2025-03-19 03:06:50 +01:00
Wolfsblvt
8366b7de60
Fix workflow circular dependency
2025-03-19 02:38:09 +01:00
Wolfsblvt
0be952b9a0
Fix sprite upload on empty expression
...
- When no sprite was defined before, it falsely tried to derive the filename from the existing filename when "allow multiple" was not enabled. It now correctly just utilizes the expression name, not relying on filename anymore.
2025-03-19 02:17:17 +01:00
Wolfsblvt
33a72d10a0
Label PR by size last (and pray)
2025-03-18 23:03:02 +01:00
Cohee
fcaea46a54
Apply post-process before setting cache at depth
2025-03-18 23:17:26 +02:00
Cohee
7d034cba11
Remove forced newline separator from group join wrappers ( #3722 )
...
* Remove forced newline separator from group join wrappers
* Remove unnecessary ternary
* Do not trim field wrappers
2025-03-18 23:12:49 +02:00
Cohee
c1697dc3b3
Merge pull request #3720 from bmen25124/group_wrapper_events
...
Added group wrapper events
2025-03-18 21:45:34 +02:00
Cohee
46d5f79fd9
OpenRouter: Allow applying prompt post-processing
...
Fixes #3689
2025-03-18 21:33:11 +02:00
bmen25124
6a4b8c3870
Added group wrapper events
2025-03-18 22:21:25 +03:00
Cohee
283edd94b9
Merge pull request #3718 from SillyTavern/feat/an-macro
...
Add macros for Author's Notes
2025-03-18 21:08:18 +02:00
Wolfsblvt
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
Wolfsblvt
5bda6eac13
Switch pr workflow back to pull_request_target
2025-03-18 19:49:30 +01:00