Commit Graph

255 Commits

Author SHA1 Message Date
71b180ea2f Merge branch 'staging' into parser-v2 2024-04-25 20:34:03 -04:00
b542c4395e apply autocomplete colors to stscript codeblocks (hljs) 2024-04-25 15:45:58 -04:00
75814433a6 dont default to hiding avatars on new installs 2024-04-25 14:42:48 +09:00
e59a5b4449 toggle to hide chat avatars 2024-04-25 12:51:56 +09:00
586fe54913 replace registerSlashCommand with detailed declarations 2024-04-24 18:50:16 -04:00
5a51f29ee1 add default parser flags to user settings 2024-04-20 10:01:44 -04:00
45cde8b5f1 Merge branch 'neo-server' into parser-v2 2024-04-20 08:43:26 -04:00
b3bbec83b6 Merge branch 'staging' into neo-server 2024-04-20 02:56:05 +03:00
be874f55c4 Add tag name argument to /random command 2024-04-20 02:43:51 +03:00
3ff5884112 Forbid external media by default 2024-04-20 01:11:37 +03:00
c1d31809a1 Merge branch 'neo-server' into parser-v2 2024-04-18 16:08:19 -04:00
16785ae005 Merge branch 'staging' into neo-server 2024-04-18 22:57:27 +03:00
0a54eeaf44 Add output value to /cut command 2024-04-18 18:12:10 +03:00
2b12d3f8e8 Merge branch 'staging' into neo-server 2024-04-15 01:23:36 +03:00
022c180b62 Lint and clean-up 2024-04-15 00:39:15 +03:00
835d6c71fa Add option to toggle magnification behaviour 2024-04-14 17:00:10 +02:00
215fbea211 Merge branch 'neo-server' into parser-v2 2024-04-13 16:13:40 -04:00
1c4bad35b2 #2085 Implement async token counting 2024-04-13 21:05:31 +03:00
e0801176ac add autocomplete style selector 2024-04-12 17:26:39 -04:00
35634415c2 Merge branch 'staging' into parser-v2 2024-04-11 22:24:10 -04:00
3da9fb4efe Switch to module exports 2024-04-11 22:39:42 +03:00
369c3512c0 Add async template renderer 2024-04-11 22:36:23 +03:00
0dcd9ed77a Merge branch 'staging' into parser-v2 2024-04-10 20:19:29 -04:00
99a7925be4 Don't force a newline for story string if instruct wrap is disabled 2024-04-10 00:04:20 +03:00
2ec8640870 Merge branch 'staging' into parser-v2 2024-04-05 10:43:25 -04:00
0804843805 Add per-character and per-group overrides for external media 2024-04-05 00:39:54 +03:00
6cc73c2a0b Add instruct last system sequence 2024-04-04 22:27:08 +03:00
54a6f4bc62 Add speed control 2024-04-02 22:52:51 +03:00
cba2140152 Merge branch 'staging' into parser-v2 2024-04-02 09:02:59 -04:00
51b3b8bfaa Add smooth streaming 2024-04-02 14:56:15 +03:00
1ff40f0af4 Merge remote-tracking branch 'upstream/staging' into improve-bulk-edit-and-fixes 2024-03-30 19:03:03 +01:00
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
310acfe810 Use new instruct sequences in prompt formatting 2024-03-28 00:52:20 +02:00
8b7b32a141 (WIP) Add new instruct mode sequences. Deprecates separator sequence.
1. Separate suffixes for all roles
2. System message sequences
3. User alignment message
2024-03-27 23:40:10 +02:00
7078fc76ba Merge branch 'staging' into parser-v2 2024-03-26 13:14:28 -04:00
4e7cd6d63b Set active character for /random 2024-03-26 18:30:12 +02:00
da6372cf86 add fuzzy and include matching for autocomplete 2024-03-25 10:44:52 -04:00
abb8bdbc1e Extract API endpoint for moving UI 2024-03-20 01:07:28 +02:00
41528d0423 Add ability to delete UI themes 2024-03-20 00:14:32 +02:00
5b7b06aba8 Make logprobs draggable, fix conflicts between moving UI and maximization, fix z-fighting 2024-03-19 01:40:02 +02:00
7f909b99f9 Merge branch 'staging' into tags-as-folders-enhancements 2024-03-17 14:09:24 +02:00
dc74f546d5 Merge pull request #1875 from kalomaze/cubic-curve
smoothing_curve UI support
2024-03-17 02:20:51 +02:00
77784585ba Merge branch 'staging' into tags-as-folders-enhancements 2024-03-16 22:32:01 +02:00
54d5e269d5 Add type check 2024-03-15 00:22:10 +02:00
60ea9df55e Allow imports in custom CSS. Confirm import usage on theme adding. 2024-03-15 00:20:46 +02:00
7ad2473f99 Add char.card Jailbreak support for Text Completion APIs 2024-03-12 23:22:29 +02:00
c69b8137d7 Reduced motion disables background transition 2024-03-10 00:55:34 +02:00
8e184254c8 Merge branch 'staging' into tags-as-folders-enhancements 2024-03-06 01:07:22 +01:00
77791ae3e9 revamp creator note & spoiler hide/show 2024-03-03 18:55:16 +09:00
25a0ea0cb6 Tag Folders: tag filters indicator and show settings
- Add an indicator if any tag filters are applied, so you can see if there are any filters even if the list is collapsed
- Save collapse state of the tag list
- Fix folders vanishing if tag filters are applied (now really)
2024-03-03 02:12:17 +01:00