Commit Graph
87 Commits
Author SHA1 Message Date
Neko Ayaka 0b85ab78fc chore(deps): bump dependencies 2025-10-12 00:36:21 +08:00
Neko Ayaka 0de306f668 chore(deps): bump dependencies 2025-10-09 02:35:44 +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 75321a4cd9 chore(deps): bump dependencies 2025-10-03 16:54:50 +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
Neko Ayaka 20cb21f82f fix: usLogg from @guiiai/logg error 2025-09-10 21:18:48 +08:00
RainbowBird 733b8893c7 refactor: replace useLogg with useLogger (#563) 2025-09-07 23:47:23 +08:00
Neko Ayaka cda0ec1221 feat(services/telegram-bot): better o11y 2025-09-03 15:27:12 +08:00
Neko Ayaka ab10782c65 chore(deps): bump dependencies 2025-09-03 13:25:12 +08:00
Neko Ayaka a63478eb64 fix: typecheck 2025-09-01 19:56:33 +08:00
Neko Ayaka 1c5c6fb1c0 refactor(services/telegram-bot): reduces context significantly 2025-09-01 19:54:03 +08:00
Neko Ayaka dc6dff5a6d chore(deps): bump dependencies 2025-08-29 01:38:04 +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 b2a00e41ad fix(service/telegram-bot): prevent being trucated 2025-08-19 22:57:11 +08:00
Neko Ayaka 86b1cf0fb1 feat(service/telegram-bot): added all resources to deploy otel for observability (o11y) 2025-08-19 16:35:09 +08:00
Neko Ayaka a095ee62f1 chore(deps): bump dependencies 2025-08-02 01:06:54 +08:00
Neko Ayaka 50371c580a chore(deps): bump dependencies 2025-07-22 14:28:27 +08:00
Neko Ayaka 34b547047f chore(deps): bump dependencies 2025-07-06 19:06:59 +08:00
Neko Ayaka bb59f327b0 chore(deps): bump dependencies 2025-06-30 16:15:45 +08:00
Neko Ayaka 8ee87f9e70 style(*): stronger import sort 2025-06-30 02:23:40 +08:00
Neko Ayaka 0b127778fc chore(deps): bump dependencies 2025-06-26 19:21:12 +08:00
Neko 5d994609ed Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)
This reverts commit 6d02cb0a01.
2025-06-26 19:17:02 +08:00
藍+85CD 6d02cb0a01 perf(eslint): use moeru config & oxlint (#227) 2025-06-26 18:29:05 +08:00
藍+85CD b7619af258 chore(deps): use catalog for std, bump version 2025-06-25 14:39:26 +08:00
Neko Ayaka c078b49e0c chore(deps): bump dependencies 2025-06-24 13:47:06 +08:00
Neko Ayaka 50e05b114b chore(*): use @moeru/std & cleanup code, rename 2025-06-23 15:34:07 +08:00
Neko Ayaka cfe3ce8145 fix: lint 2025-06-19 18:06:09 +08:00
Neko Ayaka afef299dbc chore(deps): bump dependencies 2025-06-19 17:43:18 +08:00
Neko AyakaandMakito cc449b1d0c style: use @sumimakito integrated perfectionist/sort-imports`
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-06-17 14:03:27 +08:00
Neko Ayaka f2aef18d77 chore(deps): bump dependencies 2025-06-13 23:01:30 +08:00
Neko Ayaka ce8914e0b8 chore(deps): bump dependencies 2025-06-11 15:19:13 +08:00
Neko Ayaka 39160badaa chore(deps): bump dependencies 2025-06-05 11:34:58 +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 863844e80e chore(package.json): update 2025-05-27 16:52:28 +08:00
Neko Ayaka 342084b811 chore(deps): bump dependencies 2025-05-26 00:14:26 +08:00
Neko Ayaka 0c95946c6c chore(deps): bump dependencies 2025-05-19 13:11:43 +08:00
Neko Ayaka e0229f73ff chore(deps): bump dependencies 2025-05-11 12:20:46 +08:00
Neko Ayaka 9a8a064930 chore(deps): bump dependencies 2025-05-07 17:39:30 +08:00
Neko Ayaka 8433746a6c docs: rename to AIRI 2025-05-07 16:25:44 +08:00
Neko Ayaka 168873ef90 chore(deps): bump dependencies 2025-04-27 10:58:56 +08:00
Neko Ayaka 1307a17a6c chore(deps): bump dependencies 2025-04-24 17:45:17 +08:00
Neko Ayaka 6d548c9c52 chore(deps): bump dependencies 2025-04-22 13:00:09 +08:00
Neko Ayaka d5fc26e2e0 chore(deps): bump dependencies 2025-04-20 15:38:33 +08:00
Neko Ayaka 63205e1344 fix(telegram-bot): inefficiency system prompt 2025-04-09 11:07:54 +08:00
Neko Ayaka 2e155cc6e0 feat(telegram-bot): send stickers & process animated stickers 2025-04-08 02:33:36 +08:00
Neko Ayaka 3f91d8dab9 fix(telegram-bot): field incorrect & sticker pack & animated stickers 2025-04-07 18:28:22 +08:00
Neko Ayaka 8debd2ab44 fix(telegram-bot): undefined user info 2025-04-05 21:45:51 +08:00
Neko Ayaka cfd0e0e624 feat(stage-web|stage-tamagotchi|stage-tamagotchi-tauri): support featherless.ai #112 2025-04-05 17:02:42 +08:00
Neko AyakaandMakito 9a90d12c6b fix(telegram-bot): OOM due to incorrect chat messages query filter
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-04-02 15:08:31 +08:00