Commit Graph

182 Commits

Author SHA1 Message Date
6dc5337952 move autocomplete into class and floating with details 2024-04-23 10:40:24 -04:00
d4b8094038 dirty more detailed cmd defs 2024-04-23 09:03:28 -04:00
db5d2f13f9 add click hint on parser error toast 2024-04-21 16:11:35 -04:00
2fbb4aade5 fix send on enter when no match 2024-04-20 09:00:57 -04:00
ba0c896eef remove old parser 2024-04-20 09:00:36 -04:00
45cde8b5f1 Merge branch 'neo-server' into parser-v2 2024-04-20 08:43:26 -04:00
94fa19bd2d fix autocomplete select on blank / "no match" 2024-04-20 08:30:53 -04:00
2a86fe6842 fix "no match" autocomplete message 2024-04-20 07:09:13 -04:00
bc6ff9756a restore old escape handling and parser flag for strict escaping 2024-04-20 07:08:53 -04:00
2a2a63c52c Add Perplexity as Chat Completion source 2024-04-20 00:09:38 +03:00
0b6bb59955 Try optimize slash autocomplete 2024-04-19 22:46:49 +03:00
b7b57421e6 cleanup 2024-04-19 09:07:26 -04:00
ec8f1eaafa reduce autocomplete render debounce 2024-04-19 09:07:16 -04:00
210caace4a Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging 2024-04-19 21:02:05 +09:00
db3d86cb29 optimize slash command helper popup 2024-04-19 21:02:02 +09:00
4a5d952800 Fix script comments. Add type hints 2024-04-19 14:19:57 +03:00
41a4de7224 Limit slash autocomplete 2024-04-19 13:35:36 +03:00
38e468dc4f restore selection on non-replace select 2024-04-17 09:02:37 -04:00
ed01e94c9f re-enable blur listener 2024-04-17 09:02:21 -04:00
04fca9f370 fix options filter 2024-04-17 09:02:10 -04:00
001b22bec0 improve performance 2024-04-16 16:44:48 -04:00
b36740d3a2 clean up autocomplete 2024-04-13 17:58:19 -04:00
215fbea211 Merge branch 'neo-server' into parser-v2 2024-04-13 16:13:40 -04:00
306bff0a92 #2085 Switch to async token counters 2024-04-13 21:33:19 +03:00
3921e943b7 Merge branch 'neo-server' into parser-v2 2024-04-12 21:48:51 -04:00
2e1a7b5811 throwing shit at the wall for /: autocomplete 2024-04-12 21:43:27 -04:00
e0801176ac add autocomplete style selector 2024-04-12 17:26:39 -04:00
208e089761 Replace hideChatMessage with hideChatMessageRange 2024-04-12 16:03:50 +09:00
35634415c2 Merge branch 'staging' into parser-v2 2024-04-11 22:24:10 -04:00
94f14340ae add background image name reporting for /bg with no args 2024-04-12 08:21:17 +09:00
43dd251ca1 remove some logging 2024-04-11 14:34:47 -04:00
66c5fc554d switch textarea to monospace when value starts with slash 2024-04-09 20:11:02 -04:00
e3ee93d838 stop executeSlashCommand if parser throws 2024-04-09 13:27:12 -04:00
3a5691ffe8 fix typo 2024-04-08 19:30:39 -04:00
d1682350e3 fix alias list in help string 2024-04-07 16:50:04 -04:00
16e8037e7f cleanup and comment 2024-04-07 16:41:35 -04:00
98f0bbd1aa fix no executor found 2024-04-07 16:18:32 -04:00
4222ceefb5 add enter to select autocomplete 2024-04-07 16:09:00 -04:00
22a67d1573 cleanup and docs 2024-04-06 18:38:15 -04:00
29d6ee45de improve autocomplete show/hide logic and editor selection 2024-04-05 11:45:50 -04:00
6440fd3840 add theming to autocomplete (theme, dark, light) 2024-04-05 11:20:55 -04:00
2ec8640870 Merge branch 'staging' into parser-v2 2024-04-05 10:43:25 -04:00
67eca6a50b autocomplete positioning 2024-04-05 10:41:45 -04:00
35f2770d6e when to show autocomplete vs info only 2024-04-05 10:41:16 -04:00
27698fd024 Add ability to get model name with /model 2024-04-03 00:52:30 +03:00
3b545a7ab1 use /run to call closures and no arguments on immediate closures 2024-04-02 12:47:11 -04:00
cba2140152 Merge branch 'staging' into parser-v2 2024-04-02 09:02:59 -04:00
9838ba8044 #1994 Add Cohere as a Chat Completion source 2024-04-02 00:20:17 +03:00
3331cb6491 Add ability to temporarily override response length for /gen and /genraw 2024-03-31 21:02:38 +03:00
ad4269f476 Add system prompt to /genraw command 2024-03-31 19:42:12 +03:00