Commit Graph

4383 Commits

Author SHA1 Message Date
Cohee 39f9ba0ef5
Update feature-request.yml 2024-03-31 13:56:56 +03:00
deffcolony 3b8188877f update ISSUE_TEMPLATE 2024-03-31 12:47:51 +02:00
Cohee 045d4e972a
Merge pull request #1982 from Wolfsblvt/improve-bulk-edit-and-fixes
Improve bulk edit and bug fixes to tags
2024-03-31 11:00:28 +03:00
Cohee b2f42f1b9f Close context menu immediately when clicked on mass tag 2024-03-31 10:54:23 +03:00
Cohee e99baac9c0 Adjust drilldown arrow style
This thing was huge
2024-03-31 10:48:23 +03:00
Cohee b0fb50aef6 Fix example dialogue separator being skipped in instruct mode 2024-03-31 10:30:06 +03:00
Hirose 0a71d09fe1 Fix default instruct format in settings.json
Updated the default Alpaca instruct in settings.json to match the latest PR.
2024-03-30 18:37:01 -05:00
Wolfsblvt c58fcfd4da Fix actionable filters and bogus selection again
- Fix actionable filters and their toggle state
- Make bogus folders clickable again
- Even more code documentation
2024-03-31 00:21:33 +01:00
Cohee a96bb40505 #1991 Add API key for llama.cpp 2024-03-31 00:27:12 +02:00
Cohee 4d0cef7516 Add gitkeep to themes 2024-03-30 23:57:49 +02:00
Cohee 8c5a81baff Only transition actionable tag filters 2024-03-30 23:23:14 +02:00
Cohee 32cde5f13f Fix tag map cleanup on tag deletion, run lint 2024-03-30 23:20:46 +02:00
Cohee 153f75cf1a Add role selection to Character's Note depth prompt 2024-03-30 23:12:01 +02:00
Wolfsblvt 71a630ad85 Code documentation for tags & bogus state
- Add lots of code documentation for tag functions (I'm sorry, I live in object oriented languages...)
- Fix bogus folder setting not being respected for some controls
2024-03-30 22:06:50 +01:00
Cohee 50670c1e6a + more reused config variable 2024-03-30 22:52:57 +02:00
Cohee 271266b828
Merge pull request #1990 from LumiWasTaken/patch-1
Update server.js to include a warning for basic auth.
2024-03-30 22:47:18 +02:00
Cohee af6deda64d Null safety + reuse variable 2024-03-30 22:46:18 +02:00
Cohee 98dbe3364c Merge branch 'staging' into patch-1 2024-03-30 22:44:02 +02:00
Cohee c94460714d Whitelist to check listen mode via console 2024-03-30 22:42:51 +02:00
Cohee 4d98310848 Limit console log depth again (a little bit) 2024-03-30 22:38:09 +02:00
Wolfsblvt 6fe7c1fdaf Fix reprint loop on tag filters
- Fix endless loop if a tag was selected
- Tag selection is now saved, both 'selected' and 'excluded' (old state is lost though)
- Streamlined reprinting even more by refactoring bogus drilldown
2024-03-30 20:33:08 +01:00
Lumi a8388259ab
Update server.js
Print warning if basicAuth username or password fails to parse.

In a normal case the user has no way to be informed if the username or password fails to parse. While this might end up being a skill issue on the users side it could help them to troubleshoot the issue.
2024-03-30 19:57:23 +01:00
Wolfsblvt 1ff40f0af4 Merge remote-tracking branch 'upstream/staging' into improve-bulk-edit-and-fixes 2024-03-30 19:03:03 +01:00
Cohee 9f201a78de
Merge pull request #1979 from SillyTavern/instruct-rework
Instruct rework
2024-03-30 19:09:33 +02:00
Cohee bd62c2fb70 Add 'as' argument for /gen command 2024-03-30 18:13:55 +02:00
Cohee 26690353e1 + edge case comment 2024-03-30 16:05:43 +02:00
Cohee 34c79049ad Fix edge case with newlines in quiet prompts with wrap enabled 2024-03-30 16:04:10 +02:00
Cohee e99d37d549 Remove extraneous newlines when formatting quiet prompts 2024-03-30 15:54:42 +02:00
Cohee 9987ec33d9 Add new contexts to content index 2024-03-30 15:48:24 +02:00
Cohee a17206dd38 Merge branch 'staging' into instruct-rework 2024-03-30 14:56:37 +02:00
Cohee 9c7e29115f
Merge pull request #1989 from kir-gadjello/sd-drawthings-api
Implement drawthings local app api support for sd extension
2024-03-30 14:50:07 +02:00
Cohee 46e7b25ede Merge branch 'release' into staging 2024-03-30 14:24:42 +02:00
Cohee 652987ae01 Add missing auth header 2024-03-30 14:23:50 +02:00
Cohee b747bdf89b Fix nav styles for narrower screens 2024-03-30 13:46:46 +02:00
Cohee 21b6dfac38
Merge pull request #1988 from HiroseKoichi/instruct-rework
Fix formats in the Instruct-rework branch
2024-03-30 12:59:15 +02:00
Cohee d997f8dc53 Add {{trim}} macro 2024-03-30 12:26:21 +02:00
Cohee 06e15e6d5f L + skill issue + bad copypaste 2024-03-30 12:00:10 +02:00
Cohee 12a36341f8 Fix newline trimming for the last message 2024-03-30 11:50:20 +02:00
Wolfsblvt ea4ba57408 Fix horizontal scrollbar appearing in popups
- Fix that annoying horizontal scrollbar appearing in popups, e.g. the tag popup when you drag tags around
- Still provide possibility to make popups actually utilize scrollbars
2024-03-30 05:41:54 +01:00
kir-gadjello dddcac9af8
implement drawthings local app api support for sd extension 2024-03-30 01:12:29 -03:00
Hirose e0bff492b8
Update Synthia.json 2024-03-29 21:30:48 -05:00
Hirose f4eed15e4a
Update ChatML.json 2024-03-29 21:13:33 -05:00
Wolfsblvt 80f4bd4d9e Global refactor of printCharacter and filter print
- (!) Refactor character list and filter redrawing to one global debounce
- Refactor all places where character list and filters where redrawn to the correct usage (hope I didn't miss any)
- Automatically redraw character list on each tag bulk edit
- Fix tags not being sorted in bulk edit mutual tags list
- Refactor bulk tag edit class to actually be an instance object
- Remember scroll position on character list redraw - unless it's a full refresh
2024-03-30 03:06:40 +01:00
Hirose 3c627996e0
Update Alpaca.json 2024-03-29 21:03:23 -05:00
Hirose 79548d93a9
Update Alpaca.json 2024-03-29 21:00:36 -05:00
Hirose b9fa614093
Create Llama 2 Chat.json 2024-03-29 20:51:16 -05:00
Hirose 4b466a9871
Update Llama 2 Chat.json 2024-03-29 20:50:24 -05:00
Hirose 7a3a2a7874
Update Mistral.json 2024-03-29 20:48:07 -05:00
Hirose b49a2e6df2
Update Mistral.json 2024-03-29 20:46:59 -05:00
Hirose 8892e320e5
Create Synthia.json 2024-03-29 20:42:36 -05:00