Commit Graph

2625 Commits

Author SHA1 Message Date
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
kwaroran
75ec62bcc7 Refactor characterFormatUpdate function to use getCharacterByIndex and setCharacterByIndex 2024-10-25 18:40:47 +09:00
kwaroran
be90308f23 Add safeStructuredClone function comment 2024-10-25 18:13:00 +09:00
kwaroran
0f6246bef6 fix structuredclone 2024-10-25 18:11:00 +09:00
kwaroran
b3fddb814e Migrate all DataBase to DBState 2024-10-24 01:59:57 +09:00
bangonicdd
95e3f36729 add aws 3.5 sonnet v2 2024-10-24 01:50:42 +09:00
kwaroran
4e9190f1b5 Refactor database variable name for performance improvement 2024-10-24 01:00:11 +09:00
kwaroran
0bb9fe9cb1 Refactor database variable name for performance improvement 2024-10-23 23:58:19 +09:00
kwaroran
2044d9b63b Change DataBase inside svelte to DBState for performance 2024-10-23 23:46:32 +09:00
kwaroran
a9f1819044 Merge branch 'main' into svelte-5 2024-10-23 22:51:53 +09:00
kwaroran
4e8beacd83 Update version to 137.1.0 2024-10-23 21:21:37 +09:00
kwaroran
0b661d51eb fix theme fixing 2024-10-23 21:21:23 +09:00
kwaroran
7de4b2ba29 Update claude 20241022 2024-10-23 21:20:54 +09:00
kwaroran
9add01cda2 Refactor svelte/legacy functions to svelte 5 syntax 2024-10-23 21:03:34 +09:00
kwaroran
c7330719ad Migrate to svelte 5 2024-10-23 02:31:37 +09:00
kwaroran
e434c7ab96 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:13:52 +09:00
kwaroran
e8a38c6570 Refactor table rendering in BotSettings, ModuleMenu, and CharConfig components 2024-10-22 22:11:36 +09:00
kwaroran
8e1d014f6e Fix svelte 4 components to fit into requirements 2024-10-22 22:06:20 +09:00
ModMapper
95f3bfdd4b Removed the hash after import to prevent the same character from being imported again upon refresh. 2024-10-22 20:47:27 +09:00
ModMapper
e0edf74b46 Fixed the bug where the character list was not updating in certain situations after importing a URL. 2024-10-22 20:46:00 +09:00
kwaroran
c12ec62b34 Update version to 137.0.0 2024-10-22 19:33:09 +09:00
kwaroran
1109bb15e4 Update version to 136.0.2 2024-10-22 19:25:34 +09:00
kwaroran
6af4c4d0ad Fix drive backup & rust warning 2024-10-22 19:21:06 +09:00
kwaroran
1762e025bd Add Custom GUI settings, not for real use now 2024-10-12 22:47:57 +09:00
kwaroran
477f37d55b Add fish speech tts (#647)
# 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
add fish speech tts
2024-10-12 19:17:17 +09:00
kwaroran
7827ad3432 Add \r removal for firefox 2024-10-12 19:16:43 +09:00
Junha Heo
b7cb7f535c Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-10-12 01:24:04 +09:00
Junha Heo
826e59dfc5 add fish speech tts 2024-10-12 01:21:16 +09:00
kwaroran
5c61a870e1 Fix offspec 2024-10-12 00:46:34 +09:00
Junha Heo
648f4a8597 Merge branch 'main' of https://github.com/hashcoko/RisuAI 2024-10-11 22:05:20 +09:00
kwaroran
b68d3d62ea Add File Import URL (#640)
# PR Checklist
Testing conducted in both Node environments.
Due to some Tauri code under development, testing was performed on a
previous commit before rewriting.

# Description

Add Import URLs for characters, modules, presets, etc., to RisuAI.

These URLs can be used for purposes such as shortening when sharing
character files, aiming to minimize external leakage of character files.
It seems like it could be useful in character card sharing communities.

Due to the large size of import files, a CORS proxy was not used, but it
could be added if required.
2024-10-11 19:42:14 +09:00
bangonicdd
d25a22bf22 fix: conditionally initializing getCurrentWebviewWindow 2024-10-10 14:09:31 +09:00
ModMapper
d48d3182cf Add File Import URL 2024-10-10 01:57:45 +09:00
kwaroran
0f15a93cf8 Update version to 136.0.1 2024-10-09 23:46:59 +09:00
kwaroran
7763543c24 fix: chat sync issue in lua engine (#639)
# 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
This pull request resolves the issue where the chat object used in the
Lua engine was fixed at the time of initialization. This also addresses
issue #563.
2024-10-09 23:01:54 +09:00
kwaroran
017bfe43c2 Update version to 136.0.0 in tauri.conf.json, database.ts, and version.json 2024-10-09 23:01:33 +09:00
bangonicdd
906c8a9c22 fix: chat sync issue in lua engine 2024-10-09 21:57:55 +09:00
kwaroran
a66f1664ef Add deep linking 2024-10-09 21:19:58 +09:00
kwaroran
833c2ad39c Fix nullish operators 2024-10-09 21:06:54 +09:00
kwaroran
d3500ce55c Add file assosiation for Tauri 2024-10-09 21:06:22 +09:00
kwaroran
5a931d4ba0 Migrate to Tauri V2 2024-10-09 20:07:59 +09:00
kwaroran
0e99d96088 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-10-09 18:40:30 +09:00
kwaroran
140710dba8 Change Lite theme 2024-10-09 18:40:21 +09:00
bangonicdd
8f1850680b Fix Sortable initialization error 2024-10-08 18:09:28 +09:00