Commit Graph

9949 Commits

Author SHA1 Message Date
9917be0233 Another attempt at fixing maintainer labeleng 2025-03-14 00:09:57 +01:00
7537192c9a Add /regex-toggle slash command
- Add /regex-toggle command, similarly to /extension-toggle
- toggles the state of both global and character-bound scripts
- Update jsdoc being inconsistent

Closes #3613
2025-03-13 23:55:08 +01:00
eaa7b91f1d Workflows use checkout step for label apply
- Checkout might be needed/useful, otherwise config files are not present
- Do not remove labels from PR updates anymore. Has to be done manually. Otherwise manual labelling really isn't possible.
2025-03-13 23:47:11 +01:00
ea989df6a1 Hard-code maintainer list for maintainer label 2025-03-13 23:08:29 +01:00
166b404ea7 Remove PR auto-labels when not relevant anymore 2025-03-13 22:37:58 +01:00
25792b53f2 Improve logging and workflow names 2025-03-13 22:28:32 +01:00
aad4b449ee Merge pull request #3678 from SillyTavern/update-git-workflows
Update github workflows for better issue & PR management, automating chores
2025-03-13 22:14:56 +01:00
5743972a26 Extract workflows for merge conflicts + issue done
- Extract merge conflicts check to its own workflow, plus make it run on push
- Add issues update as Done or Done staging based on extracted commit messages
2025-03-13 22:13:00 +01:00
be37b6ff8f Merge pull request #3679 from bmen25124/command_a
Added command-a-03-2025 and command-a tokenizer
2025-03-13 22:14:03 +02:00
cd0ca0363e Fix /inject id not being required, cause undefined 2025-03-13 20:35:39 +01:00
fdcff7a7f0 Fixd "model.id" check 2025-03-13 22:25:20 +03:00
d9c868b2fe Move PR size message to auto label replies 2025-03-13 20:12:55 +01:00
15dbadbfe0 Move unstale to the issue/pr manager
Doesn't make sense to run the scheduled workflow and then skip most of it's jobs.
And it looks weird in the PR boxy thingy
2025-03-13 19:57:30 +01:00
707efac5b9 Fix PR labeling failing 2025-03-13 19:40:41 +01:00
972eea1efd Rename some labels, add config label
- Rename PR size labels
- Add config.yaml label on config changes
- Add config.yaml to the backened changes label
- Awaiting User Response will not be blocked by Keep Open
2025-03-13 19:28:23 +01:00
a77f4045f8 Added command-a-03-2025 and command-a tokenizer 2025-03-13 21:16:08 +03:00
cc3e08ddaa Merge branch 'staging' into update-git-workflows 2025-03-13 16:43:23 +01:00
eb17e37002 Fix maintainer label, minor docs 2025-03-13 16:42:49 +01:00
ecaee2dbbf Directly remove stale labels on comments 2025-03-13 16:35:15 +01:00
84e7ddbf74 PR workflow, add labels based on files/branch name
- Add PR labels based on changed files
- Add PR labels based on branch names
2025-03-13 16:33:47 +01:00
4f7695b0ce Update auto comments to make them more uniform 2025-03-13 16:28:28 +01:00
5f726d2b25 A bit more auto-labeling on issue open 2025-03-13 12:08:49 +01:00
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