kwaroran
7e1e3ecc61
refactor: Make custom chain of thought prompt option unrecommended
2024-05-27 10:51:28 +09:00
kwaroran
40c832d31a
refactor: Update getVar function in triggers.ts to handle null values
2024-05-27 10:43:37 +09:00
kwaroran
29bd4f109d
chore: Bump version to 1.106.5
2024-05-27 07:25:49 +09:00
kwaroran
5477d9f6be
refactor: Add test_lorebook command to processMultiCommand
2024-05-27 07:25:36 +09:00
kwaroran
5f94ad2394
fix: Reverse order of actives in loadLoreBookV3Prompt
2024-05-27 03:03:36 +09:00
kwaroran
f5c4978f8c
chore: Bump version to 1.106.4
2024-05-27 00:47:51 +09:00
kwaroran
df245159d2
refactor: Trim and filter keys in loadLoreBookV3Prompt
2024-05-27 00:46:02 +09:00
kwaroran
161c4bebe8
fix: Update characterCards.ts to handle risuext object
2024-05-27 00:44:38 +09:00
kwaroran
c606636b0c
chore: Bump version to 1.106.3
2024-05-26 12:40:34 +09:00
kwaroran
018eb9e0ac
refactor: Remove redundant CSS class in TextAreaInput.svelte
2024-05-26 12:40:20 +09:00
kwaroran
4d304f75d2
chore: Bump version to 1.106.2
2024-05-26 12:26:18 +09:00
kwaroran
5aef62766e
refactor: Improve loadLoreBookV3Prompt activation logic and key matching
2024-05-26 12:25:15 +09:00
kwaroran
f92b1ffb3b
fix: fix regex fallback
2024-05-26 12:05:21 +09:00
kwaroran
a450067505
chore: Bump version to 1.106.1
2024-05-26 11:55:27 +09:00
kwaroran
4b0797669e
refactor: Improve activation logic in loadLoreBookV3Prompt
2024-05-26 11:55:07 +09:00
kwaroran
4ec8258a34
refactor: Update TextAreaInput to conditionally render textarea based on browser compatibility
2024-05-26 11:50:58 +09:00
kwaroran
da8cd0005c
chore: Add translate attribute to TextAreaInput for better accessibility
2024-05-26 11:50:12 +09:00
kwaroran
fe98d54507
feat: Update LoreBookData.svelte to remove unnecessary condition for value.useRegex
2024-05-26 11:47:00 +09:00
kwaroran
c1ac40024a
refactor: Skip processing lore entries without key or alwaysActive flag
2024-05-26 11:46:17 +09:00
kwaroran
950ac1d46e
feat: Add support for highlighting comments in GUI
2024-05-26 08:33:48 +09:00
kwaroran
cb130d44ba
feat: Update AlertComp to display correct description based on cardExportType
2024-05-26 08:32:45 +09:00
kwaroran
67755466ca
chore: Update version to 1.106.0
2024-05-26 08:31:36 +09:00
kwaroran
d6e663c604
feat: Add support for displaying display related CBS elements in highlighter
2024-05-26 08:20:49 +09:00
kwaroran
93cba968b5
feat: add syntax highlighting
2024-05-26 08:15:45 +09:00
kwaroran
9e9f23b209
feat: Update exportCharacterCard to use v3 specification
2024-05-26 04:22:14 +09:00
kwaroran
a9eaf90208
feat: Add longpress functionality to Chat message removal button
2024-05-26 04:16:43 +09:00
kwaroran
7ba5ff0cce
feat: Add long press functionality to AutoresizeArea component
2024-05-26 04:08:57 +09:00
kwaroran
963d9736c8
feat: enable regex for lorebook search
2024-05-26 03:52:19 +09:00
kwaroran
21782b55be
feat: add nickname
2024-05-26 03:47:26 +09:00
kwaroran
b800252b3e
feat: add import and export for cc assets
2024-05-26 03:35:39 +09:00
kwaroran
744ea4cb41
feat: Add icon removal
2024-05-26 03:05:40 +09:00
kwaroran
d3a180215d
Add multiple icon support
2024-05-26 02:37:25 +09:00
kwaroran
8fe3c2d403
Add ccv3 cbs
2024-05-25 11:14:57 +09:00
kwaroran
7cdf1918e5
feat: add ccv3 decorators
2024-05-25 11:04:27 +09:00
kwaroran
41d2db2f59
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-05-25 09:24:45 +09:00
kwaroran
65fd56c0e4
Add character card v3 import/export
2024-05-25 09:24:35 +09:00
kwaroran
76a7bfd0f0
Add character card v2 v3 import/export
2024-05-25 09:23:59 +09:00
kwaroran
e5e7533e1a
chore: add google requirements
2024-05-25 01:11:59 +09:00
kwaroran
68cf8d59a0
chore: Update gradle version to 1.105.1
2024-05-24 23:35:18 +09:00
kwaroran
43564ed054
chore: Update android app name to RisuAI
2024-05-24 23:30:05 +09:00
kwaroran
e072bb1cbc
chore: Update version to 1.105.1
2024-05-24 23:28:50 +09:00
kwaroran
125018bc7e
fix: cap file not appearing
2024-05-24 23:28:19 +09:00
kwaroran
2798e23447
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-05-24 23:26:03 +09:00
kwaroran
128c761f32
fix: realmpopup
2024-05-24 23:26:01 +09:00
kwaroran
3322a9768f
feat: Substitute first_msg_index even if context is not chat ( #438 )
...
# PR Checklist
- [v] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [v] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [v] Did you added a type def?
# Description
Remove unnecessary check when substituting first_msg_index that is
preventing it to be used within non-chat context (e.g. lorebook)
2024-05-24 23:18:17 +09:00
kwaroran
7e1f1dc1d2
feat: add cap storage utilitys
2024-05-24 23:14:44 +09:00
kwaroran
38a7e514ac
refactor: Optimize imports in RealmMain.svelte
2024-05-24 22:42:27 +09:00
Sunho Kim
8497ead17c
feat: Substitute first_msg_index even if context is not chat
2024-05-23 19:58:04 -07:00
kwaroran
2287d2e219
Merge branch 'main' of https://github.com/kwaroran/RisuAI
2024-05-24 11:32:21 +09:00
kwaroran
f006428acb
feat: Add CBS to patch notes
2024-05-24 11:32:19 +09:00