Cohee
079ab7db07
#1758 Mute character in group chat but keep character card
2024-01-30 12:27:31 +02:00
Cohee
4f55824d7f
QR auto-execute on group member draft
2024-01-18 18:08:38 +02:00
Cohee
f249ff8b20
Fix slash commands for offscreen group members
2023-12-18 01:39:37 +02:00
Cohee
b569d74552
Configurable auto-mode delay
2023-12-16 02:52:48 +02:00
Cohee
7482a75bbd
Merge pull request #1493 from valadaptive/generate-cleanups
...
Clean up Generate(), part 1
2023-12-11 20:21:32 +02:00
Cohee
d38a4dc6c1
Fix abort group generation
2023-12-11 20:03:31 +02:00
Cohee
e96fb0c1b5
Fix group wrapper not resolving to a valid text
2023-12-11 19:00:42 +02:00
Cohee
0fcf8fd491
Typing indicator fixed
2023-12-11 18:23:00 +02:00
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