Cohee
17105568f4
Reduce hard coded anim. durations
2023-12-11 16:23:21 +02:00
Cohee
c6bd3ef255
Fix /sys continue in groups
2023-12-11 15:08:20 +02:00
Cohee
7450112e9b
Unbust user continue in group chats
2023-12-11 00:02:49 +02:00
valadaptive
33f969f097
Have Generate() return a promise
...
Generate(), being async, now returns a promise-within-a-promise.
If called with `let p = await Generate(...)`, it'll wait for generation
to *start*. If you then `await p`, you'll wait for generation to
*finish*. This makes it much easier to tell exactly when generation's
done. generateGroupWrapper has been similarly modified.
2023-12-10 12:30:10 -05:00
valadaptive
03884b29ad
Always call resolve in Generate()
...
This lets us get rid of the janky hack in group-chats to tell when a
message is done generating.
2023-12-10 12:26:30 -05:00
valadaptive
f5d2e50f5e
Remove isGenerationAborted
...
Just check the AbortSignal.
2023-12-10 12:24:18 -05:00
valadaptive
8027372fc2
Rename group API endpoints
2023-12-06 19:59:58 -05:00
valadaptive
6efe95f4f1
Rename chat API endpoints
2023-12-06 19:58:24 -05:00
Cohee
64a3564892
lint: Comma dangle
2023-12-02 22:06:57 +02:00
Cohee
c63cd87cc0
lint: Require semicolons
2023-12-02 21:11:06 +02:00
valadaptive
a37f874e38
Require single quotes
2023-12-02 13:04:51 -05:00
valadaptive
518bb58d5a
Enable no-unused-vars lint
...
This is the big one. Probably needs thorough review to make sure I
didn't accidentally remove any setInterval or fetch calls.
2023-12-02 12:11:19 -05:00
valadaptive
97c49a405b
Enable no-extra-boolean-cast lint
2023-12-02 10:32:26 -05:00
valadaptive
367f3dba27
Enable no-unsafe-finally lint
2023-12-02 10:32:07 -05:00
RossAscends
fe21a7c25b
Add toggle for hiding muted group member sprites
2023-11-22 07:48:35 +09:00
Cohee
4222b2aa21
Add enable/disable group member commands
2023-11-20 23:49:04 +02:00
Cohee
dbf995fd24
Add character card macros
2023-11-08 16:28:55 +02:00
Cohee
36c627bd1b
Save itemized prompts between sessions
2023-11-04 23:25:22 +02:00
Cohee
91862bff43
Fix double-emit of CHAT_CHANGED on /go command
2023-10-29 23:23:42 +02:00
Cohee
339dcaf506
Fix message trigger on disabled character in amalgamate group mode
2023-10-26 02:10:14 +03:00
Cohee
5cdc3d1d18
Smudge groups depth prompts in Join mode.
2023-10-26 00:39:11 +03:00
Cohee
8dcfe57888
#1268 Add group card amalgamation mode
2023-10-26 00:09:22 +03:00
Cohee
51d2c9feba
Add UI option for group gen strategy
2023-10-25 22:39:31 +03:00
Cohee
6a1b230c7e
#1226 Add chat-bound lorebooks
2023-10-16 23:03:42 +03:00
Cohee
6e6e5f4747
Group popout "improvements"
2023-10-15 19:42:23 +03:00
RossAscends
19ff0fd618
clean up draggables, gallery, and close buttons
2023-10-14 00:29:41 +09:00
Cohee
15cf87ef01
Fix new group avatar upload
2023-10-08 11:34:39 +03:00
Cohee
6dd09858d4
Don't remove names from the past chat. Fix non-streaming auto-continue.
...
We took fair criticism from the NovelAI dev.
2023-09-15 23:32:01 +03:00
Cohee
d34f7d3e1a
Replace multigen with auto-continue
2023-09-15 21:34:41 +03:00
Cohee
af38971a01
Delete vectors on deleting chats
2023-09-09 22:15:47 +03:00
Cohee
42fd317188
Merge branch 'staging' into vectors
2023-09-08 16:41:26 +03:00
Cohee
ab460199ab
#1117 Fix typing indicator and auto-scroll breaking mobile layout
2023-09-08 16:36:00 +03:00
Cohee
02bdd56e20
Make printMessages async
2023-09-08 12:10:41 +03:00
Cohee
242600a5a3
Remove group chat no members warning
2023-09-02 17:28:03 +03:00
Cohee
c91ab3b5e0
Add Kobold tokenization to best match logic. Fix not being able to stop group chat regeneration
2023-08-24 21:23:35 +03:00
Cohee
cd2faea2b2
Fix group chats with streaming
2023-08-24 17:46:44 +03:00
Cohee
031a6cb2a4
Performance and data integrity improvements
2023-08-23 21:32:38 +03:00
Cohee
ea4d4a8fd6
Fix system messages using incorrect timezone
2023-08-22 18:13:03 +03:00
Cohee
0ffb3a8dda
Merge pull request #996 from kingbased/scale
...
Alternative method for scale generations
2023-08-22 16:41:07 +03:00
based
32f9908a97
Unrelated Optimization: one slipped through.
2023-08-22 23:11:07 +10:00
Cohee
9deaec5877
More typechecks and comments
2023-08-22 14:30:49 +03:00
Cohee
069a07a139
Add pagination for WI entries #964
2023-08-21 21:10:11 +03:00
Cohee
05d719107f
Move total token counter. Tighten the UI
2023-08-21 17:00:28 +03:00
Cohee
065dffa8a4
Use CSS for fav group candidate coloring
2023-08-20 19:47:14 +03:00
Cohee
6e6eb8f61e
Use CSS class for coloring
2023-08-20 19:09:19 +03:00
Cohee
a27bef8b12
Merge branch 'staging' into qolfeatures
2023-08-20 18:47:43 +03:00
Cohee
106f7afdcb
Slight performance increase for opening large World Infos
2023-08-20 13:15:02 +03:00
Cohee
94754af013
Reformat code
2023-08-20 12:37:38 +03:00
city-unit
e8c996ff61
Move to char+timestamp for img naming.
2023-08-20 01:41:58 -04:00
city-unit
f70baff95e
Comment tweaks
2023-08-20 00:33:37 -04:00
city-unit
3ce8343016
Add comments and stuff
2023-08-20 00:15:57 -04:00
city-unit
e76001a600
Merge branch 'staging' of https://github.com/city-unit/SillyTavern into feature/exorcism
2023-08-19 23:58:11 -04:00
city-unit
c1d43c9e68
Remove base64 from groups too
2023-08-19 23:53:34 -04:00
Cohee
bab368e3d2
Fix auto-load not triggering from hotswaps
2023-08-19 22:22:24 +03:00
Cohee
941c67139a
Fix opening groups after conversion
2023-08-19 21:44:15 +03:00
Cohee
aef78c6d99
Fix group candidates search. Fix tag exclusion filter display
2023-08-19 21:08:35 +03:00
based
dba685bffb
Added detection for broken/deleted bookmark links, can expand on this to automatically delete broken links, but for now it just hides the icon.
2023-08-20 02:45:20 +10:00
based
b56fe3e01b
Made favorite characters/groups more apparent
2023-08-20 02:30:57 +10:00
Cohee1207
2d61c9954b
Pagination tweaks
2023-08-19 16:11:09 +03:00
Cohee1207
991ff98eaa
Performance optimizations for character edit / chat opening
2023-08-19 15:58:17 +03:00
Cohee
3019b889cd
Filter group candidates before mapping
2023-08-19 03:22:10 +03:00
Cohee
059647b286
Dynamically update group avatars
2023-08-19 03:13:40 +03:00
Cohee
f27107e0ef
Refactor and optimize group members display
2023-08-19 02:53:05 +03:00
Cohee
602c5cd791
Add pagination for characters list view
2023-08-18 23:13:15 +03:00
Cohee
980c65b6cf
Add toastr warning
2023-08-13 18:44:32 +03:00
maver
a5e2f11e61
Use EventEmitter instead of native event handling
2023-08-12 18:40:18 +02:00
maver
4476cbdc81
Fire event when selecting a group chat
2023-08-12 18:40:18 +02:00
Cohee
40f466b2c3
Summary plugin improvements: In-chat position, customizable template, force insert after X words
2023-07-30 23:10:37 +03:00
Cohee
edd41989fd
Initial commit
2023-07-20 20:32:15 +03:00