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
Neko Ayaka
afae1741d3
perf(stage-tamagotchi): faster tauri dev
2025-05-27 22:32:21 +08:00
藍+85CD
e324541935
docs(readme): update n3p6 link ( #183 )
...
* docs(readme): update n3p6 link
* docs(readme): update n3p6 link
* docs(readme): update n3p6 link
2025-05-27 17:48:36 +08:00
LemonNeko
d52408dfdd
fix(stage): wrong tool schema, missing mobile chat history gradient ( #182 )
...
* fix(tamagotchi): wrong tool schema
* fix(stage-web): mobile chat history gradient
2025-05-27 17:33:59 +08:00
Neko Ayaka
863844e80e
chore(package.json): update
2025-05-27 16:52:28 +08:00
Ding
7df23a7a60
fix(google-generative-ai): update API key placeholder to 'GEMINI_API_KEY' ( #181 )
2025-05-27 15:26:06 +08:00
LemonNeko
9149b7674c
revert: "fix(ui-transitions): build ( #177 )" ( #180 )
...
This reverts commit dafe4d6f48 .
2025-05-27 08:27:10 +08:00
LemonNeko
dafe4d6f48
fix(ui-transitions): build ( #177 )
2025-05-26 20:46:49 +08:00
Neko Ayaka
5568d9e5c3
fix(server-runtime): type issue for crossws Peer
2025-05-26 01:24:42 +08:00
Neko Ayaka
5ee874f16d
fix(apps/stage-tamagotchi,apps/stage-web,stage-ui): styles
2025-05-26 00:44:05 +08:00
Neko Ayaka
d53ff7d1ef
fix(apps/stage-tamagotchi,apps/stage-web,stage-ui): bad colors & styles, and global font weight fix
2025-05-26 00:39:30 +08:00
Neko Ayaka
342084b811
chore(deps): bump dependencies
2025-05-26 00:14:26 +08:00
LemonNeko
1151a7d731
refactor(tamagotchi): move chat to a standalone window ( #174 )
...
* chore(tamagotchi): remove unused dependencies
* fix: sync mcp connection state between windows
* refactor: move chat to a standalone window
2025-05-25 22:45:31 +08:00
RainbowBird
5286f06a89
docs: add sponsorship ( #173 )
2025-05-23 13:32:29 +08:00
Neko Ayaka
047a998e56
fix: typecheck
2025-05-22 12:49:43 +08:00
Neko
bf68bf449b
docs: update README.ja-JP.md
2025-05-22 12:44:42 +08:00
Neko
37a0ce7ac8
docs: update README.zh-CN.md
2025-05-22 12:44:17 +08:00
Neko
1c2544bf76
docs: update README.md
2025-05-22 12:01:07 +08:00
Neko
d8045f0ab8
docs: update README.ja-JP.md
2025-05-22 11:54:29 +08:00
Neko
074a1d2e20
docs: update README.zh-CN.md
2025-05-22 11:54:15 +08:00
Neko
0087a1a8af
docs: update README.md
...
Thanks to [Badge request: Discord online/total · Issue #4500 · badges/shields](https://github.com/badges/shields/issues/4500 )'s instruction on how to create member count badge.
2025-05-22 11:53:43 +08:00
Neko
499266382f
docs: update README.md
2025-05-22 11:42:26 +08:00
Neko
e7af558f5d
docs: update README.md
2025-05-22 11:28:28 +08:00