Commit Graph
680 Commits
Author SHA1 Message Date
Neko Ayaka 3d453469b6 fix(stage-tamagotchi): not found issue 2025-10-12 01:34:03 +08:00
Neko Ayaka 0b85ab78fc chore(deps): bump dependencies 2025-10-12 00:36:21 +08:00
Neko Ayaka 54020b493f fix(stage-tamagotchi): render url not found 2025-10-11 21:34:30 +08:00
Neko Ayaka 6bf15a8803 refactor(stage-*): cleanup provider pages for all openai compatible ones 2025-10-11 16:03:04 +08:00
Neko Ayaka 0de306f668 chore(deps): bump dependencies 2025-10-09 02:35:44 +08:00
Makito e700a60418 fix(stage-tamagotchi): check config path existence before read (#644) 2025-10-09 01:07:52 +09:00
Neko Ayaka cabb104b98 refactor(stage-tamagotchi): unified channel server by @proj-airi/server-sdk 2025-10-08 22:57:00 +08:00
Neko Ayaka 82a089605f feat(stage-tamagotchi): stage-web like ControlsIsland 2025-10-08 17:15:35 +08:00
Neko Ayaka 33daa184fd fix(stage-tamagotchi): use isDestroyed() to determine whether window destroyed or not 2025-10-08 17:14:38 +08:00
Neko Ayaka 73b7ce722c chore(stage-tamagotchi): small refactor & cleanup 2025-10-08 17:13:28 +08:00
Neko Ayaka db35323ea4 fix(stage-tamagotchi): gap between components 2025-10-08 15:51:10 +08:00
Neko Ayaka 78b08b4cdf feat(stage-tamagotchi): use injecta's logg logger 2025-10-07 23:44:16 +08:00
Neko Ayaka 35259b5d29 feat(stage-tamagotchi): put injecta into good use to prevent global variable 2025-10-07 23:06:19 +08:00
Neko Ayaka a6265bbf87 feat(stage-tamagotchi): inlay window & spotlight position calculation 2025-10-07 23:05:59 +08:00
Neko Ayaka 193a9d2f49 feat(stage-tamagotchi): window & display utils 2025-10-07 23:04:01 +08:00
Neko Ayaka 43fd826b89 refactor(stage-tamagotchi): wrapper for loading URL or file for routers 2025-10-07 18:08:17 +08:00
Neko Ayaka 00ad597e1d fix(stage-tamagotchi): settings layout padding incorrect 2025-10-07 17:53:50 +08:00
Neko Ayaka 82aeca4112 fix(stage-tamagotchi): layout missing 2025-10-07 17:42:03 +08:00
Neko Ayaka 8408ffca4c feat(stage-tamagotchi): settings page 2025-10-07 17:41:42 +08:00
Neko Ayaka c07f2afe98 fix(stage-tamagotchi): missing preview images 2025-10-07 17:41:18 +08:00
Neko Ayaka 9be75aa4e5 chore(stage-tamagotchi): installed injecta 2025-10-07 16:54:45 +08:00
Neko Ayaka efac86d3b3 feat(injecta): new injecta package for helping doing dependency injection 2025-10-07 16:48:10 +08:00
Neko Ayaka d5e3d24dab refactor(stage-tamagotchi): improved structure 2025-10-07 15:27:02 +08:00
Neko Ayaka ecbc00972a feat(stage-tamagotchi): perserve window pos & size 2025-10-07 00:36:26 +08:00
Neko Ayaka 0198f0271f refactor(stage-tamagotchi): organize main thread, use eventa for call, added lifecycle 2025-10-06 22:20:06 +08:00
Neko Ayaka c54e304df0 chore(deps): updated eventa 2025-10-06 15:05:30 +08:00
Neko Ayaka 6cfc9c8ee0 fix(stage-tamagotchi): icon 2025-10-06 14:57:49 +08:00
Ayaka Neko e2b07c565e fix(stage-tamagotchi): merge caused syntax error 2025-10-04 22:10:24 +08:00
Sline d744bec754 refactor: start websocket server by server-runtime (#634) 2025-10-04 21:56:30 +08:00
Sline 22f1e79aca feat(tray): electron tray (#635) 2025-10-04 21:54:25 +08:00
Neko Ayaka 25ead776b9 chore(ci): x86_64 not correctly passed as target 2025-10-04 17:05:41 +08:00
Neko Ayaka 2bf0ccf897 chore(ci): fix naming issue 2025-10-04 03:02:14 +08:00
Sline 55f0c027d2 fix: start tamagotchi (#630) 2025-10-04 02:49:49 +08:00
Neko Ayaka bbbecd8410 chore(ci): fix arch string incorrect 2025-10-04 02:30:28 +08:00
Neko Ayaka a0d212297f chore(ci): fix name 2025-10-04 02:05:37 +08:00
Neko Ayaka a866c5a544 chore(ci): fix artifacts 2025-10-04 01:45:36 +08:00
Neko Ayaka 75321a4cd9 chore(deps): bump dependencies 2025-10-03 16:54:50 +08:00
Neko AyakaandMakito dee8ec8ced feat(stage-tamagotchi): debugger
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-10-03 16:34:11 +08:00
Neko Ayaka 2668e3cc75 refactor(apps): remove realtime-audio for 11Labs & prompt engineering 2025-10-03 16:09:16 +08:00
Neko Ayaka c5cbf32abf refactor(stage-tamagotchi): use electron based version 2025-10-03 16:08:11 +08:00
Neko Ayaka b5a2fb350c refactor(stage-tamagotchi): remove tauri based tamagotchi 2025-10-03 16:07:14 +08:00
Neko Ayaka c67433e7d9 refactor(stage-*): use stage-pages for settings pages 2025-10-03 16:06:47 +08:00
Neko Ayaka e52efebd6c refactor(stage-*): move shared pages to stage-pages package 2025-10-03 15:48:45 +08:00
Horu e2df261364 fix: fix web Dockerfile failed to build (#627) 2025-10-02 20:29:51 +08:00
Neko Ayaka 51c38c8548 fix(stage-*): not respond if no websocket works 2025-10-01 22:18:08 +08:00
藍+85CD b6497dcc33 perf: use shallow-ref for web audio api class (#623)
* perf: use shallow-ref for web audio api class

* Update packages/stage-ui/src/stores/audio.ts
2025-10-01 14:46:36 +08:00
b190122bf1 feat(stage-ui,stage-web): Implement Comprehensive Module Settings Management with Frontend UI and Backend WebSocket Integration (#617)
---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-10-01 01:11:12 +08:00
藍+85CDandNeko Ayaka de3f8d952c feat(stage-ui-three): vrm lip-sync (#620)
---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-10-01 00:52:56 +08:00
Neko Ayaka 99cdd34dee fix(stage-web): include sitemap from docs as base sitemap 2025-10-01 00:09:36 +08:00
Makito 09d084bec2 feat(stage-web,stage-ui): beat sync (#621) 2025-10-01 00:01:18 +08:00