Commit Graph

1674 Commits

Author SHA1 Message Date
b6af55134a Refactor context change checks during chat summarization 2025-02-28 12:54:52 +00:00
1aae08be5b Fix char A/N and expressions folder for first in the list 2025-02-28 09:12:22 +00:00
5555b3e7db Use character name for gallery URL 2025-02-28 10:49:15 +02:00
76e45abfc6 Fix SD prefixes for first in the list 2025-02-28 10:38:42 +02:00
50e49cd67b Fix gallery for first in the list 2025-02-28 10:36:26 +02:00
5c146bdd67 Add gpt-4.5 to caption extension list 2025-02-27 23:31:46 +02:00
c855cd2bf0 Bonus: add o1 to captioning list 2025-02-24 21:13:42 +02:00
82b74628c6 Sonnet 3.7 2025-02-24 21:06:12 +02:00
296037d1c8 Remove redundant styles 2025-02-24 00:57:00 +02:00
7a54b0cad7 Assorted summary improvements 2025-02-23 21:40:15 +02:00
3cf4be8e85 Remove unused import 2025-02-22 20:12:19 +02:00
f2cac8e7f7 Revert "Return fallback expression if no group message found" 2025-02-22 20:02:34 +02:00
d21b0f1b5e Add default fallback expression 2025-02-22 13:45:54 +02:00
db988411fd Return fallback expression if no group message found 2025-02-22 13:40:43 +02:00
afbe21b6b4 Make sendExpressionCall exportable
- For compatibility with existing extensions
2025-02-22 01:44:42 +01:00
a7d7b6fb0f Fix group VN updates on switching to chat 2025-02-21 22:05:08 +02:00
cb6adc30ce Fix null confrimation when no custom expressions 2025-02-21 02:05:43 +02:00
bdbcf8623e Fix force set emote in group 2025-02-21 01:46:10 +02:00
e35217e7e3 Fix image loading resolve 2025-02-21 01:32:13 +02:00
aca1cb7f99 Fix first reorder of group VN with reduced motion 2025-02-21 01:19:19 +02:00
07160e0e60 Fix group VN mode not updating on kicking group members 2025-02-21 01:01:30 +02:00
179153ae67 Fix group VN mode with reduced motion 2025-02-21 00:51:17 +02:00
94f53835f4 Forbid custom expressions to be prefixed with defaults 2025-02-21 00:29:05 +02:00
3574527780 fade "reroll if same" if no multi sprites enabled 2025-02-20 19:28:54 +01:00
2834681a4b Fix sprite upload replace existing
- Also fix form not resetting on cancel of replace popup
2025-02-20 19:25:20 +01:00
19e2a2f7d2 safety check on upload on sprite name 2025-02-20 19:05:20 +01:00
a58e026a40 Don't show del popup on placeholder sprite 2025-02-20 19:02:29 +01:00
a40f568409 Fix sprite deletion 'no' option 2025-02-20 18:51:44 +01:00
135bf8a55b Add progress toast for sprite ZIP upload 2025-02-20 00:12:40 +02:00
bd6da695c8 cleanup examples for multi sprites 2025-02-19 22:30:51 +01:00
531999dc04 Ensure unique suggested sprite names 2025-02-19 22:12:29 +01:00
58bbfc0d4e Add types for global translation function 2025-02-19 22:18:09 +02:00
c12f26441e Merge branch 'staging' into support-multiple-expressions 2025-02-19 20:22:02 +01:00
1a4bcbb794 Remove input length restrictions from OpenAI compatible TTS
Closes #3505
2025-02-18 10:34:15 +02:00
36a3a7d615 Merge pull request #3486 from Yokayo/staging
Update ru-ru translation
2025-02-17 20:45:40 +02:00
058c86f3c1 Vectors: Don't use headers for source-specific fields in requests 2025-02-16 23:59:00 +02:00
a434d217cc Fix input prompt title for creating a new Quick Reply Set 2025-02-16 16:25:08 +02:00
890d10d811 Work on tl 2025-02-16 18:43:57 +07:00
76becb43ae Pass through errors coming from FAL to the user 2025-02-13 21:43:08 +01:00
b033b98532 Address issues raised in PR 2025-02-13 21:09:13 +01:00
6e0ed8552f Add support for FAL.AI as image gen provider 2025-02-13 19:34:34 +01:00
34d17a4fcb Migrate QR editor preferences to accountStorage 2025-02-12 11:29:27 +02:00
d5bdf1cb90 Add settings.json-backed KV string storage
Fixes #3461, #3443
2025-02-11 20:17:48 +02:00
f83dccda39 Mark 'Extras' option as deprecated in built-in extensions 2025-02-08 21:56:54 +02:00
b074f9fa89 feat: update Gemini models
- Add new Gemini models (2025/02/05)
2025-02-06 04:50:54 +08:00
055a6527fc PR fixes 2025-02-02 03:10:32 -05:00
842b59605b Merge branch 'staging' into staging-3071-v2 2025-02-02 02:44:21 -05:00
e5e931356b Remove forceEnum from char args in slash commands
- This precented people from actually using the characterKey inside the chatbox to go to a character
2025-02-02 03:43:20 +01:00
1ea2134936 Add title tooltip to expression sprites
Closes #2596
2025-02-01 23:43:45 +01:00
fb2ee756dd Update and fix default expressions + emojis
- Move "use default emojis" from its own toggle into the fallback dropdown
- Add "no fallback" to the fallback dropdown
- fix fallback expressions not being consistently used
- Switching fallback will now reroll/reset the relevant expression
- Add html attributes on the expression image
2025-02-01 07:52:04 +01:00