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
LemonNeko
11fe66be28
fix(tamagotchi): missing shortcuts editor ( #190 )
2025-06-01 18:40:27 +08:00
Neko
7f93a4a71e
docs(README.md): updated
2025-06-01 17:01:38 +08:00
Neko
38be8540c9
fix(stage-tamagotchi): shortcuts not working ( #189 )
2025-06-01 13:20:20 +08:00
Neko Ayaka
72312b7fc0
fix: ci
2025-06-01 02:36:19 +08:00
Neko Ayaka
7456868234
fix: ci
2025-06-01 02:35:19 +08:00
5c521c41a8
feat(stage-tamagotchi): add click through support (previous macOS only, now both supported) ( #187 )
...
---------
Co-authored-by: DWCarrot <23579844+DWCarrot@users.noreply.github.com >
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com >
Co-authored-by: Midori Kochiya <1381736+kmod-midori@users.noreply.github.com >
2025-05-31 01:45:47 +08:00
da4da0aeb6
feat(stage-tamagotchi): allowing click through and fade away when hovering (currently macOS only) ( #186 )
...
Co-authored-by: Midori Kochiya <1381736+kmod-midori@users.noreply.github.com >
Co-authored-by: LemonNeko <17664845+LemonNekoGH@users.noreply.github.com >
2025-05-30 16:43:33 +08:00
Neko Ayaka and Rynco Maekawa
a99ba7f50a
style(stage-ui): new font
...
Co-authored-by: Rynco Maekawa <10259119+lynzrand@users.noreply.github.com >
2025-05-30 13:32:19 +08:00
LemonNeko
3b7d2222fa
feat(stage): active model always on top ( #185 )
2025-05-30 11:51:29 +08:00
LemonNeko
dc8bd7e87c
feat(tamagotchi): show tool calls ( #184 )
2025-05-29 20:25:34 +08:00
Neko Ayaka
37131fd79d
docs(devlog): rephrases
2025-05-28 18:23:09 +08:00
Neko Ayaka
04dc8d9637
fix(playground-prompt-engineering): unocss webfont timeout
2025-05-28 18:05:27 +08:00
Neko Ayaka
367cb8e7d1
docs(devlog): added new DevLog for 2025.05.16
2025-05-28 18:00:39 +08:00
Neko Ayaka
cb5ce84f50
fix(stage-tamagotchi): lint
2025-05-28 11:52:35 +08:00
Neko Ayaka
650f678bb0
fix(stage-tamagotchi): lint
2025-05-28 11:51:16 +08:00
LemonNeko
0ac2ccc100
chore(stage-tamagotchi): create title bar component
2025-05-28 00:58:43 +08:00
LemonNeko
8105c76d5c
chore(stage-tamagotchi): use vite-plugin-vue-devtools
2025-05-28 00:40:39 +08:00
Neko Ayaka
b920ef3d3a
chore: dev only start web dev now, rename to use dev: stub: build: test: lint: for scripts
2025-05-27 22:32:22 +08:00
Neko Ayaka
57e0edba74
feat(stage-tamagotchi): better title bar with customizable theme
2025-05-27 22:32:21 +08:00