Commit Graph

2899 Commits

Author SHA1 Message Date
kwaroran
4f41461f86 Remove cache only save 2024-11-03 22:06:07 +09:00
kwaroran
0fc41e2e44 update version to 138.0.2 2024-11-02 23:56:34 +09:00
kwaroran
03e2390006 Temp fix textarea 2024-11-02 23:55:48 +09:00
kwaroran
5b975948b7 bump version to 138.0.1 2024-11-02 23:18:46 +09:00
kwaroran
ab9180c7a9 fix textareainput 2024-11-02 23:18:21 +09:00
kwaroran
24c1a8fd9b fix moduleupdate 2024-11-02 23:14:07 +09:00
kwaroran
e631b8fb51 Revert textareainput 2024-11-02 22:56:13 +09:00
kwaroran
b4d08b1f7d fix save lag 2024-11-02 22:52:54 +09:00
kwaroran
db54124e7a Fix autotranslate 2024-11-02 17:41:22 +09:00
kwaroran
28f41b499d Fix binded persona 2024-11-02 17:12:48 +09:00
kwaroran
5dcb934069 Fix welcome page freezing 2024-11-02 16:48:17 +09:00
kwaroran
8937a9c6e2 Fix version naming 2024-11-02 15:13:11 +09:00
kwaroran
cb51301a61 Bump application version to 138.0.0 2024-11-02 15:12:49 +09:00
kwaroran
b8f412f6a0 Bump version to 138.0.0 2024-11-02 14:50:40 +09:00
kwaroran
c0f088309f Add custom theme 2024-11-02 14:28:28 +09:00
kwaroran
864715df85 Increase height of textarea and container in Chat.svelte for better visibility 2024-11-02 04:07:08 +09:00
kwaroran
81cc9f0c9b Add custom width and height utilities to Tailwind configuration 2024-11-02 04:05:58 +09:00
kwaroran
4fb1caa1bc Change button hover color from green to blue in Chat.svelte 2024-11-02 04:04:45 +09:00
kwaroran
42f534e6dd Add Themes 2024-11-02 04:04:11 +09:00
kwaroran
52c6641813 Enhance accessibility by adding roles and tabindex attributes to interactive elements 2024-11-02 02:22:15 +09:00
kwaroran
552c3db6a7 Add decorator autocomplete 2024-11-02 02:17:12 +09:00
kwaroran
2ca2371b16 Fix join delimiter in loadLoreBookV3Prompt function 2024-11-02 02:05:00 +09:00
kwaroran
75c041efbd Change lorebook maching for comp 2024-11-02 02:04:32 +09:00
kwaroran
23fd960faa Add "Lambda" to Openrouter settings and sort options alphabetically 2024-11-02 01:47:52 +09:00
kwaroran
efbda2333d Change saving 2024-11-02 01:46:21 +09:00
kwaroran
d487bf298b Add drag & drop import 2024-10-30 12:54:10 +09:00
kwaroran
de7a6ca224 Remove lorebook.svelte.ts legacy lorebook handling 2024-10-30 12:46:21 +09:00
kwaroran
a1632daca0 Refactor characterCards.ts to handle selective logic for importing character card specs 2024-10-30 12:44:23 +09:00
kwaroran
a44ea3610d Change lorebook.svelte.ts to enable recursive scanning by default 2024-10-30 12:42:43 +09:00
kwaroran
ee79b20ea1 Fix secondkey 2024-10-30 03:52:03 +09:00
kwaroran
1226eb2649 Fix lists 2024-10-30 03:43:37 +09:00
kwaroran
49b2f0db2a Refactor LoreBookData.svelte to add toggle button for always active state 2024-10-30 03:26:35 +09:00
kwaroran
492f7638c5 Refactor highlight.ts to add new decorators and update deprecated ones 2024-10-30 03:13:50 +09:00
kwaroran
2d3d2f92cd Upgrade Compatibility 2024-10-30 03:11:37 +09:00
kwaroran
56de0bf46e Refactor AccountStorage.ts to add caching for database saves 2024-10-26 23:18:12 +09:00
kwaroran
41176350ca Change encodeRisuSave function to encodeRisuSaveLegacy 2024-10-26 21:47:08 +09:00
kwaroran
532de96c77 Refactor RealmMain.svelte to remove unused imports and variables 2024-10-26 21:33:46 +09:00
kwaroran
8e0f6dfdf3 Merge branch 'svelte-5' of https://github.com/kwaroran/RisuAI into svelte-5 2024-10-26 21:22:08 +09:00
kwaroran
deb4f8d5d9 Refactor globalApi.ts to import moduleUpdate function for saving database 2024-10-26 21:22:07 +09:00
kwaroran
29d9c0bcb1 add aws 3.5 sonnet v2 (#654)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] 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?
- [ ] Did you added a type def?

# Description

![image](https://github.com/user-attachments/assets/45055aca-45d6-40dc-8c1e-dec5972f5bd8)
2024-10-26 21:19:54 +09:00
kwaroran
da907f4fc2 Move DBState to stores 2024-10-26 21:17:46 +09:00
kwaroran
92f1ed0528 Refactor globalApi.ts to add sleep function for saving database 2024-10-26 20:55:02 +09:00
kwaroran
ffa6308ca3 change globalApi path 2024-10-26 20:40:40 +09:00
kwaroran
d575b0817c Fix store making vite crash on hmr 2024-10-26 20:27:47 +09:00
kwaroran
40655c266f Refactor PerformanceDebugger class 2024-10-26 20:02:47 +09:00
kwaroran
da40167b91 Refactor globalApi.ts to add PerformanceDebugger class for performance measurement 2024-10-26 19:59:57 +09:00
kwaroran
18d8bb7bab Refactor package.json and pnpm-lock.yaml to add rfdc dependency 2024-10-26 19:58:52 +09:00
kwaroran
e255199fcc Change setDatabase and getDatabase to accessing dbState 2024-10-25 19:11:41 +09:00
kwaroran
7d43075528 Refactor lorebook.ts to lorebook.svelte.ts for optimization 2024-10-25 18:49:12 +09:00
kwaroran
a68b5c9f59 Refactor setDatabaseLite function for conditional console tracing 2024-10-25 18:42:29 +09:00