Commit Graph

7260 Commits

Author SHA1 Message Date
Cohee e0c3ac84a2 Fix alignment of swipe counter 2024-09-11 19:52:31 +03:00
Cohee 86d9a80ff8 Fix restoration of current character after /ask
Fixes #2825
2024-09-11 19:34:26 +03:00
Cohee 9e522b0330 #1358 Add findLastIndex polyfill for old Safari 2024-09-11 19:22:31 +03:00
Wolfsblvt f6b240b294 Add Assistant to char enum provider 2024-09-10 22:15:56 +02:00
Wolfsblvt fbcd546db2 Fix lint issues in enum providers 2024-09-10 22:08:36 +02:00
Cohee c4cc33cad9
Merge pull request #2823 from SillyTavern/fix-sendas-forced-avatar
Fix `/sendas` to not always enforce avatar, if not needed in solo chats
2024-09-10 22:38:44 +03:00
Cohee aed4a8e36d It was very close. 2024-09-10 22:37:53 +03:00
Cohee ea6fa265c7 /instruct command: add forceGet argument. Document that it enables instruct mode if disabled. 2024-09-10 22:33:00 +03:00
Cohee 59e9fda312 /instruct command: don't return current template name if instruct mode is disabled 2024-09-10 22:20:54 +03:00
Wolfsblvt 748005b903 Remove unnecessary double popup for replace 2024-09-10 21:19:35 +02:00
Wolfsblvt 27e0905a1b Changes based on code review 2024-09-10 21:06:31 +02:00
Wolfsblvt d21b24666a fix neutral avatar again 2024-09-10 20:02:26 +02:00
Wolfsblvt a989ccf318 Don't force avatar on neutral assistant chat 2024-09-10 19:44:27 +02:00
Wolfsblvt 9e73e2598e Small fix group chats not using default avatars 2024-09-10 19:15:49 +02:00
Wolfsblvt 894b95679c Merge branch 'staging' into small-bookmark-updates 2024-09-10 19:05:05 +02:00
Wolfsblvt 10a23012f3 Fix /sendas not needed to enforce avatar
- Fixes #2820
2024-09-10 18:46:38 +02:00
Cohee e5f42253c6 Merge branch 'release' into staging 2024-09-10 14:47:38 +00:00
Cohee 78a25f361b Bump dependencies 2024-09-10 14:47:11 +00:00
Cohee 87f2dd9ae5 Remove pollinations refine toggle 2024-09-10 10:54:41 +00:00
Cohee 8948354bf0 Load pollinations models from an endpoint 2024-09-10 10:51:48 +00:00
Cohee 4522d3cbae Filter null-values from /model selection 2024-09-10 10:25:23 +00:00
Cohee b2705d1396
Merge pull request #2806 from SillyTavern/bypass-command-string-parser
Execute profile commands callbacks directly
2024-09-10 12:06:10 +03:00
Cohee 1582974ba9 Fix context checkbox squish 2024-09-10 11:48:33 +03:00
Cohee ec0e31482d Tabby inline model disclaimer 2024-09-10 01:36:29 +03:00
Cohee b0214298fd
Merge pull request #2810 from SillyTavern/tabby-models-list
Tabby models list
2024-09-10 00:37:31 +03:00
Cohee 7c73792f8a Extend inline loading hint 2024-09-10 00:03:44 +03:00
Cohee 4464d3a47f
Merge pull request #2817 from SillyTavern/emit-on-stream-error
Emit message events on stream abortion
2024-09-09 22:17:22 +03:00
Cohee dc3be8afc1 Merge branch 'staging' into tabby-models-list 2024-09-09 22:09:47 +03:00
Cohee e9c3374579 Fix the UI Theme menu being literally unusable 2024-09-09 21:16:08 +03:00
Cohee 075391e720 Add continue type to not-emit list 2024-09-09 20:46:29 +03:00
Cohee 70450d7867 Emit message events on stream abortion 2024-09-09 20:39:30 +03:00
Cohee 58238fe42b
Merge pull request #2812 from imesha10/staging
Fix to BR #2811 - Renaming character in Group Chat does not select the right character and renames the wrong character
2024-09-09 20:27:00 +03:00
Cohee e277f24709
Merge pull request #2815 from sm1945/staging
update vi-vn.json localization file
2024-09-09 20:21:24 +03:00
Cohee 79d037e7e8 Add new pollinations flux models 2024-09-09 20:19:12 +03:00
sm1945 49d1a20dfb update vi-vn.json localization file
updates vietnamese locale file to sound more natural, logical and less google translated
2024-09-09 23:14:00 +07:00
RossAscends 0109242f85 OCD-havers rejoice 2024-09-09 17:13:26 +09:00
I 448af33b4d
Update script.js - fixes group chat this_chid being set twice in character edit panel 2024-09-09 00:17:19 -04:00
RossAscends 58d17d4bd9 prettily support more than 999 swipes 2024-09-09 12:36:58 +09:00
RossAscends daeef9407d fix sampler select color highlights 2024-09-09 11:29:04 +09:00
Cohee 725aff3474 Display API and model used in itemization 2024-09-09 00:26:06 +03:00
Cohee 0811ec7fc3 Use Tabby-recognizable YAML 2024-09-08 23:56:10 +03:00
Cohee 0c9f2e91eb Merge branch 'staging' into tabby-models-list 2024-09-08 23:53:53 +03:00
Cohee 75e279091c Fix open drawer sizing issues in Firefox 2024-09-08 23:41:26 +03:00
Cohee 038b9b95ce Remove stray tags 2024-09-08 23:26:13 +03:00
Cohee 7534e137ae Parse Tabby streaming error. 2024-09-08 22:24:03 +03:00
Cohee 42fa3c79d7 Add Tabby model selection 2024-09-08 22:23:25 +03:00
Cohee 1c421cc117 Await GENERATION_STARTED event 2024-09-08 19:19:18 +03:00
Cohee 3bf801aeee Don't trigger "Send" to continue if pending file attachments
Fixes #2763
2024-09-08 19:15:50 +03:00
Cohee f5873aec25 Add format selector to /listinjects 2024-09-08 18:24:12 +03:00
Cohee 0db9bc6591 Fix attachments being sent on irregular generation types
Fixes #2763
2024-09-08 18:11:38 +03:00