Commit Graph
493 Commits
Author SHA1 Message Date
Makito f9cc3262e2 feat(stage-tamagotchi): show tooltips for control buttons (#650) 2025-10-17 14:07:14 +08:00
Neko Ayaka 4368a17467 fix(stage-tamagotchi): pin to v26.0.20 due to Error: ENOTDIR: not a directory, open '<...>/Electron Framework.framework/Electron Framework/package.json
related to https://github.com/electron-userland/electron-builder/issues/9310
2025-10-12 14:43:24 +08:00
Neko Ayaka 33de7d49bf feat(stage-shared): new stage-shared package 2025-10-12 03:30:20 +08:00
Neko Ayaka 0b85ab78fc chore(deps): bump dependencies 2025-10-12 00:36:21 +08:00
Neko Ayaka 668d54a9b2 feat(airi-plugin-claude-code): now works with Claude Code hooks 2025-10-09 16:09:57 +08:00
Neko Ayaka 0de306f668 chore(deps): bump dependencies 2025-10-09 02:35:44 +08: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 cf93a9a78a chore(docs): cleanup 2025-10-08 22:39:59 +08:00
Neko Ayaka df508fc047 feat(injecta): logger support for easier debugging 2025-10-07 23:43:39 +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
Iro b34738b1ac fix: harden buildOpenAICompatibleProvider validation and config (#625) 2025-10-07 15:07:55 +08:00
Neko Ayaka ecbc00972a feat(stage-tamagotchi): perserve window pos & size 2025-10-07 00:36:26 +08:00
Neko Ayaka 4d693c3301 fix(stage-ui): vite version 2025-10-06 22:24:53 +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
Sline d744bec754 refactor: start websocket server by server-runtime (#634) 2025-10-04 21:56:30 +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 Ayaka 074f569918 chore: update lock 2025-10-03 16:20:21 +08:00
Neko Ayaka e52efebd6c refactor(stage-*): move shared pages to stage-pages package 2025-10-03 15:48:45 +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
Makito 09d084bec2 feat(stage-web,stage-ui): beat sync (#621) 2025-10-01 00:01:18 +08:00
Neko Ayaka 051482ef39 fix(tresjs): missing vue-tsc 2025-09-28 14:59:49 +08:00
Neko AyakaandIro 7ea96b7c00 feat(tresjs): added tresjs package with new Tresjs v5 integrated post-processing components
Fix #605

- https://github.com/Tresjs/post-processing/issues/212

Co-authored-by: Iro <155815508+Iro96@users.noreply.github.com>
2025-09-28 14:12:13 +08:00
Neko Ayaka 372125fb89 chore(deps): bump dependencies
Notice: after bumping up to three 0.180.0 with @types/three 0.180.0,
  Argument of type 'Group<Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
    Type 'Group<Object3DEventMap>' is missing the following properties from type 'Object3D<Object3DEventMap>': setPointerCapture, releasePointerCapture, hasPointerCapture

Currently, AFAIK, clearly, three, and @types/three doesn't have the setPointerCapture, releasePointerCapture, hasPointerCapture method / getters
The only place I found on GitHub, points out that https://github.com/pmndrs/xr/blob/456aa380206e93888cd3a5741a1534e672ae3106/packages/pointer-events/src/pointer.ts#L69-L100 declares

```js
declare module 'three' {
  interface Object3D {
    setPointerCapture(pointerId: number): void
    releasePointerCapture(pointerId: number): void
    hasPointerCapture(pointerId: number): boolean

    intersectChildren?: boolean
    interactableDescendants?: Array<Object3D>
    /**
     * @deprecated
     */
    ancestorsHaveListeners?: boolean
    ancestorsHavePointerListeners?: boolean
    ancestorsHaveWheelListeners?: boolean
  }
}
```

And in @tresjs/core v5, it uses the @pmndrs/pointer-events internally.
Somehow the Object3D from @types/three and the one augmented by @pmndrs/pointer-events are not compatible.

`new Object3D() as unknown as Object3D` works as workaround here but there should be no need to do such a thing since these two Object3D should be the same.
With no updates from `typescript`, I assume there is no breaking change or regression from `typescript` side.
2025-09-26 17:07:07 +08:00
Lilia_Chen 5459741276 refactor(stage-ui,renderer-three) - three-scene package (#569) 2025-09-25 21:59:29 +08:00
Neko Ayaka 60b855d512 fix: added missing deps 2025-09-11 14:18:44 +08:00
Makito 3315634903 fix: sanitize v-html inputs with DOMPurify (#573) 2025-09-11 13:33:12 +08:00
Neko Ayaka 5139d44db1 feat(stage-tamagotchi-electron): use eventa for type safe event & invoke 2025-09-11 02:32:21 +08:00
RainbowBird 733b8893c7 refactor: replace useLogg with useLogger (#563) 2025-09-07 23:47:23 +08:00
Neko Ayaka cf27d3f848 feat(stage-tamagotchi-electron): transparent 2025-09-07 22:04:47 +08:00
Neko Ayaka da2e8d5142 fix: build 2025-09-07 21:10:24 +08:00
Neko Ayaka a76a83066c fix: typecheck 2025-09-06 22:55:21 +08:00
Neko AyakaandLemonNeko 23eb3d3ef6 refactor(stage-tamagotchi-electron): init stage-tamagotchi-electron app
Co-authored-by: LemonNeko <17664845+LemonNekoGH@users.noreply.github.com>
2025-09-06 21:03:56 +08:00
LemonNeko d55cdc220a feat(tamagotchi): generate preview image when import live2d model (#555)
* fix(tamagotchi): set min width of settings page, use grid model selector view
* fix(tamagotchi): sort model by import time
* feat(tamagotchi): generate preview image when import live2d model
* fix(tamagotchi): don't show onboarding page when window open unless `/`
* fix: thanks to gemini
2025-09-05 13:27:26 +08:00
Neko Ayaka ab10782c65 chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka c4b53010d9 refactor(stage-*): audio hearing module 2025-09-01 17:54:18 +08:00
Neko Ayaka 606aae2cbf feat(stage-web): added audit recorder demo as devtools 2025-08-31 14:03:19 +08:00
Neko Ayaka dc6dff5a6d chore(deps): bump dependencies 2025-08-29 01:38:04 +08:00
hobbycoder e98a79b74c pnpm bump, but it is not related to core problem. manually editing Cargo.toml with minimal change (#509) 2025-08-29 01:18:47 +08:00
Typed SIGTERM 0aa575381a chore: remove one-time script; fix issue template labels
[skip ci] [skip netlify]
2025-08-28 10:32:00 +08:00
Typed SIGTERM 283657a92d ci: migrate issue types (#492)
[skip ci] [skip netlify]
2025-08-28 10:20:37 +08:00
藍+85CD c7bf3698c4 chore(deps): bump xsai to v0.4.0-beta.2 (#473)
* chore(deps): bump xsai to v0.4.0-beta.2

* fix: use new types
2025-08-26 20:17:38 +08:00
Ilya Bogdanov 5ec5b24f07 feat(chat): Enhanced Chat Experience with Multimodality and Optimized Streaming (#445)
* feat(chat): Refactor streaming message handling and add math support
* feat(chat): Basic multimodalities
* fix: language regex and python as default
* fix: refactor llm stream event as one onStreamEvent
2025-08-26 16:53:46 +08:00
Arjun Mehta 31daae13fc feat: Add syntax highlighting and horizontal scroll to chat code blocks (#394) 2025-08-25 11:42:50 +08:00
Neko Ayaka 2ab96a2a44 refactor(services/telegram-bot): improved prompt and setup, adapted to Ollama 2025-08-20 18:14:56 +08:00
Neko Ayaka 33501a0857 refactor(stage-*): moved vad state manager 2025-08-16 21:59:19 +08:00
Neko Ayaka 93d5f5adf0 fix(docs): theme color 2025-08-12 00:06:46 +08:00
Neko Ayaka ba26cb0537 feat(stage-ui): achieve Warudo (https://warudo.app) style rendering for VRM models 2025-08-11 04:53:18 +08:00