Commit Graph
893 Commits
Author SHA1 Message Date
Menci bd592d2b10 feat(ui): transition for loading / icon button (#206) 2025-06-12 23:58:14 +08:00
Neko aeee1e253c docs: update README.md 2025-06-12 15:54:57 +08:00
Neko Ayaka 3fb4d231cd chore(assets): updated icon 2025-06-12 02:11:37 +08:00
Neko Ayaka 5140097dc4 chore(assets): updated icon 2025-06-12 01:57:29 +08:00
Neko Ayaka b7905ec9c1 chore(assets): updated icon 2025-06-12 01:48:52 +08:00
Neko Ayaka 0ba7af0061 fix: build 2025-06-12 00:53:04 +08:00
Neko Ayaka 8afbeddf3f fix: dts 2025-06-11 23:31:48 +08:00
Neko Ayaka ce8914e0b8 chore(deps): bump dependencies 2025-06-11 15:19:13 +08:00
Neko Ayaka 1aa6d6b869 fix(stage-app,stage-tamagotchi): imported directly from forbidden package 2025-06-11 02:52:44 +08:00
Neko Ayaka ab4a869104 feat(workspace): use tsdown for Vue component modules 2025-06-11 02:43:25 +08:00
Neko Ayaka 3862a092a5 perf(workspace): even faster with tsdown 2025-06-11 01:59:55 +08:00
Neko Ayaka c5ff469568 feat(workspace): use tsdown for CSS & font only modules 2025-06-11 01:32:59 +08:00
Neko Ayaka cb658b40a3 feat(workspace): use tsdown for TypeScript only module 2025-06-11 01:07:48 +08:00
Neko Ayaka 5a8944ae05 feat(workspace): tsdown init 2025-06-11 00:37:27 +08:00
Ryan Cheng (鄭瑞龍) c76f27db41 docs: add YouTube link to closed-source AI VTuber NOWA MIRAI in README (#203)
- Added a YouTube link in the closed-source section of the README to showcase my proprietary AI VTuber.
- NOWA MIRAI demonstrates real-time interaction and gameplay, including Helldivers, drawing and other games.
- This provides potential collaborators and users with a clear example of advanced in-game AI streaming capabilities.
2025-06-10 14:30:08 +08:00
Neko Ayaka 86cf415b0b docs(README.md): updated 2025-06-10 09:49:16 +08:00
Kévin Taccoen 374b48c380 Fixed false positive API key detection (#202) 2025-06-10 08:21:59 +08:00
Neko Ayaka 9327ec0ae4 fix(stage-web,stage-tamagotchi,stage-ui): eliminate reactive use 2025-06-09 11:43:04 +08:00
LemonNeko b06f2c09e8 fix(ci): product name 3 2025-06-09 11:23:30 +08:00
LemonNeko fd9a1e0178 fix(ci): product name 2 2025-06-09 10:55:13 +08:00
LemonNeko ff98b431f9 fix(ci): product name 2025-06-09 10:31:34 +08:00
LemonNeko dc28a59d8a fix(stage-tamagotchi): product name changed 2025-06-09 09:21:47 +08:00
LemonNeko 455890d7b3 fix(stage-tamagotchi): only show devtools in development (#201) 2025-06-09 08:14:11 +08:00
Neko Ayaka 082ae189fc chore(ci): rustup targets 2025-06-09 00:06:12 +08:00
Neko Ayaka 94982e3de3 chore(ci): build tamagotchi 2025-06-08 23:55:10 +08:00
Neko Ayaka ed1ef65a19 release: v0.6.0 2025-06-08 22:48:18 +08:00
Neko Ayaka ab71247046 chore(workspace): bump dependencies 2025-06-08 22:46:58 +08:00
Neko Ayaka baa14fac1a chore(workspace): bump for Cargo.toml 2025-06-08 22:46:47 +08:00
Neko Ayaka df1b5eab96 fix(workspace): version not synced 2025-06-08 22:19:49 +08:00
Neko Ayaka 609e2d14a2 chore(font): prepare for publishing 2025-06-08 22:08:43 +08:00
Neko Ayaka 0578b49e1e feat(stage-web,stage-tamagotchi): IconAnimation missing 2025-06-08 21:26:36 +08:00
Neko Ayaka b6bcecf333 feat(stage-web,stage-tamagotchi): sync color config page 2025-06-08 18:24:45 +08:00
Neko Ayaka 1aef0ad46f feat(stage-ui,ui): migrate to use dedicated ColorHueRange component 2025-06-08 18:06:39 +08:00
Menci 7eaf0af575 fix(ui): button ring color for non-primary variants (#199) 2025-06-08 16:40:36 +08:00
Menci 32f50c6def fix(unocss): add %alpha placeholder for complex color expressions (#198) 2025-06-08 13:19:39 +08:00
LemonNeko 7a74dfcfc6 docs(devlog): added new DevLog for 2025.06.08 (#197) 2025-06-08 13:18:47 +08:00
Neko e0ba823922 docs: update README.md 2025-06-07 00:09:34 +08:00
Neko Ayaka 7d52df6cc0 feat(stage-web|stage-tamagotchi): multi-categorized providers 2025-06-06 18:20:05 +08:00
LemonNeko 2e1260f0c2 feat(stage-tamagotchi): live2d model look at mouse position (#194)
* chore: set rust-analyzer path
* refactor: let frontend to check if cursor is inside window
* feat(stage-tamagotchi): live2d model look at mouse position
* chore: improve DX
* fix(stage-web): live2d model look at mouse position
* fix: typo
* fix: keep necessary comments
* fix: typecheck
2025-06-06 16:32:29 +08:00
Neko Ayaka 65f6d7e968 fix: lint 2025-06-05 23:31:20 +08:00
Neko Ayaka 39160badaa chore(deps): bump dependencies 2025-06-05 11:34:58 +08:00
Kévin Taccoen c29392c6f6 fix(stage-ui): proxy object could not be cloned (#193)
* Fix for proxy could not be cloned error

After several debugging, it was found that streamText initialisation called the structuredClone() function on messages. The problem is that messages is an object containing vue3 proxies, that can not be cloned. My proposed fix is to remove those proxies before passing messages to streamText

* Revert "Fix for proxy could not be cloned error"

This reverts commit 1575d305d5e5df3294991dbf7c8c25abfbfc783e.

* Fix for proxy clone error

rest.tool_results is also a proxy that was not removed properly
2025-06-04 14:10:42 +08:00
Makito 2dbeccc62c feat(ui-loading-screens): add barrel distortion filter for sci-fi (#191) 2025-06-03 01:13:17 +08:00
LemonNeko d147350b1c fix(stage-tamagotchi): broken click through toggle 2025-06-02 23:33:08 +08:00
Neko Ayaka f558574d60 style(stage-tamagotchi): format 2025-06-02 22:40:18 +08:00
Neko Ayaka 41a7e6df2c fix(stage-tamagotchi): wrap 2025-06-02 22:17:12 +08:00
Neko Ayaka 8931d54a67 feat(ui-loading-screens): updated boot log 2025-06-02 21:27:14 +08:00
Neko Ayaka c9e9ee4eda feat(ui-loading-screens): day & night 2025-06-02 15:28:00 +08:00
Neko Ayaka e90c9826ff feat(ui-loading-screens): new SciFiCircle style 2025-06-02 13:28:14 +08:00
Neko Ayaka b22f0a8812 feat(font-departure-mono): added new package 2025-06-02 11:25:47 +08:00