1373 Commits

Author SHA1 Message Date
Wolfsblvt
7952b5f2c9 Handle aborting status check gracefully 2024-09-07 23:27:46 +02:00
Cohee
669c49ebba Merge branch 'staging' into connection-manager 2024-09-07 23:23:26 +03:00
Cohee
97a2c4b2c7 Add quiet arg to /context 2024-09-07 21:40:21 +03:00
Cohee
10ddf77948 Await for profiles loading before continuing 2024-09-07 21:33:31 +03:00
Cohee
42b1a368cb Fix instruct toggle commands not working 2024-09-06 23:27:42 +03:00
Cohee
3bea7d4885 Add /instruct-state command 2024-09-06 23:16:11 +03:00
Cohee
c68b344b60 Add quiet args to /instruct and /model 2024-09-06 23:09:06 +03:00
Cohee
3e3597673b Less horrible charListGrid load 2024-09-05 21:22:54 +03:00
Cohee
ac0c33eb76 Use CSS.supports to determine auto-fit validity 2024-09-05 20:00:45 +03:00
RossAscends
8e1dad6800 initial reversion commit 2024-09-06 01:48:21 +09:00
Cohee
0b89c8aee9 Remove async in theme toggles load 2024-09-04 22:15:29 +03:00
Cohee
7e5417c072 Fix no-char mode not using persona description 2024-09-04 21:51:15 +03:00
Cohee
49f411b9fa No need to async when returning promise 2024-09-04 21:18:22 +03:00
Cohee
17c60ca916 Add /tempchat command 2024-09-04 21:12:04 +03:00
Cohee
830df41380 Update Advanced Formatting verbiage 2024-09-03 22:59:41 +03:00
Cohee
f7de495321
Chat without character selected (#2757)
* WIP: Enable chatting without character selected

* Add burger menu item

* Neutral assistant chat space

* Revert "Neutral assistant chat space"

This reverts commit be2da4a629fb8cfef2f7387272eec9d88b9c4328.

* Revert "Add burger menu item"

This reverts commit d4e8d990c1ae847a4bc18ee0d4b886cbcd065b7f.

* Use simple ephemeral chats

* Only start a new assistant chat if not already in it

* Don't emit event not to clear pending files

* Allow edits, disable checkpoints and branches

* Exclude from tags, allow copy

* Allow hide/unhide

* Allow zooming avatar

* Suppress warning

* Rename neutral character

* Rename neutral back to Assistant
2024-09-03 20:36:30 +03:00
Cohee
527321b9e2 Fix warning toast on negative swipe id 2024-09-02 01:02:46 +03:00
Wolfsblvt
4e95887803 Merge branch 'staging' into del-swipe-fix 2024-09-01 23:27:25 +02:00
Wolfsblvt
e8d8915183 Fix delete swipe button being inconsistent
- Fixes #2749
2024-09-01 23:21:51 +02:00
Wolfsblvt
d663be53ac Refactor deleteSwipe from callback into func 2024-09-01 23:12:33 +02:00
Cohee
48c2646dfa Run Safari patch before loading settings 2024-09-02 00:11:59 +03:00
Cohee
61515c249f Add debug func to restart onboarding 2024-09-01 23:49:56 +03:00
Cohee
e3a6f01fdc Fix typo in getContext func 2024-09-01 23:47:55 +03:00
Cohee
4de3b10af2 Merge branch 'staging' into delete-newbie-mode 2024-09-01 23:39:21 +03:00
Cohee
675f9076a4 Emit message_updated on edit cancel 2024-09-01 21:19:56 +03:00
Cohee
9ae7325100 Remove newbie mode 2024-09-01 17:39:36 +03:00
Cohee
9a6a82b400 Emit event on streaming tick 2024-09-01 11:35:09 +03:00
Cohee
1fa9710a5c
Fix bulk delete async hell (#2730)
* Fix bulk delete async hell

* Remove refresh flag (always refresh)

* Don't throw on deletion fetch failed

* Clear toast on bulk finish
2024-08-30 19:52:57 +03:00
Cohee
9010880b64 Fix last prompt line not counted toward token limit 2024-08-30 00:00:51 +03:00
Cohee
b21ba850c0 Fix not counting chat separator and preamble toward token limit 2024-08-29 23:36:07 +03:00
Cohee
07a6e1aa53
Merge pull request #2708 from Yokayo/staging
Update ru-ru translation
2024-08-28 21:23:45 +03:00
Cohee
e11e7b7d52 Translate message copy 2024-08-28 21:15:20 +03:00
Cohee
c3a253baf3 Persona: add None position, fix double insert on In-chat position 2024-08-28 21:08:32 +03:00
Cohee
5fc16a2474 New AI21 Jamba + tokenizer 2024-08-26 12:07:36 +03:00
Yokayo
c807e9f36c Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging 2024-08-26 01:42:41 +07:00
Yokayo
383d46fe4d Work on tl 2024-08-26 01:39:56 +07:00
Cohee
60c22bf803 Add config value for extensions auto-update 2024-08-25 19:48:01 +03:00
Cohee
87dd120ec0 Move trimToEnd at the end of message clean-up 2024-08-25 14:37:44 +03:00
Cohee
06ef515b2f
Merge pull request #2706 from d-ber/saveMoreSettings
Save more settings
2024-08-25 11:59:35 +03:00
d-ber
d153991a11 Use saved settings instead of local storage
noShadows, fast_ui_mode, avatar_style and hotswap_enabled are now using settings json instead of local storage.
2024-08-23 19:22:00 +02:00
Cohee
38f0929e3d Cull the usage of MAG in streaming 2024-08-23 19:14:51 +03:00
Cohee
e4d012e49d
Merge pull request #2691 from SillyTavern/quiet
Add quiet flags to /api and /summarize
2024-08-22 19:48:17 +03:00
Cohee
954b77f16c Adjsut /api return values 2024-08-22 19:45:27 +03:00
Cohee
880233122c Discard toast on /api connect 2024-08-22 19:43:23 +03:00
Cohee
52bd06b910 Add alias for /api google 2024-08-21 21:22:42 +03:00
Cohee
86ec1fdd40 Don't replace message text if displaying a different text.
Closes #2696
2024-08-21 20:47:29 +03:00
Cohee
5288d81424 Add quiet flags to /api and /summarize
Closes #2661
2024-08-20 22:50:29 +03:00
Cohee
7d2e35d950
Merge pull request #2674 from SillyTavern/random-fix
Suspend macros in first messages
2024-08-20 20:58:54 +03:00
Cohee
cd9d2001c7 Merge branch 'staging' into enable-autoselect-inputs 2024-08-18 12:35:31 +03:00
Cohee
abdf1f29cf Add support for Kobold Classic 2024-08-18 12:18:06 +03:00