Neko Ayaka
ca7194284b
feat(stage-ui,airi-plugin-vscode,server-shared): added spark:notify, spark:emit, spark:command events
2025-12-27 21:20:06 +08:00
Neko Ayaka
0dc4e96663
refactor(stage-*): analytics with better structure, added useBuildInfo
2025-12-27 17:03:43 +08:00
Neko Ayaka
a07854ca31
chore(deps): bump dependencies
2025-12-27 04:26:56 +08:00
Neko Ayaka
3fe0e4c091
fix(airi-plugin-vscode): sync with new server-sdk design
2025-12-27 03:40:55 +08:00
Neko Ayaka
9e42ebb587
chore(deps): updated
2025-12-26 01:42:17 +08:00
RainbowBird
32d9d1405c
chore: bump logg to 1.2.11
2025-12-24 22:34:16 +08:00
Neko Ayaka
aaca1825d3
refactor(docs,telegram-bot): remove sharp
2025-12-24 22:01:03 +08:00
Neko Ayaka
99b838510d
chore(pnpm-wokspace): updated
2025-12-22 19:42:00 +08:00
Neko Ayaka
e2e661cc7e
chore(deps): bump dependencies
2025-12-22 19:40:39 +08:00
Neko Ayaka
7158c200bb
chore(deps): bump dependencies
2025-12-21 18:35:34 +08:00
Neko Ayaka
c9a9ec7bfa
Revert "chore(deps): bump dependencies"
...
This reverts commit 349810ff27 .
2025-12-21 17:16:47 +08:00
Neko Ayaka
349810ff27
chore(deps): bump dependencies
2025-12-21 15:58:52 +08:00
Neko Ayaka
c644129ff9
feat(stream-transcription): new stream in stream out by default package
2025-12-21 02:06:14 +08:00
Neko Ayaka
56f8929b83
feat(stage-tamagotchi): auto updater
2025-12-20 18:58:31 +08:00
Rin
7863ce41e3
feat(stage-tamagotchi,i18n): option to not show FadeOnHover again ( #821 )
2025-12-20 14:05:25 +08:00
Neko Ayaka
73a778da13
perf(stage-tamagotchi): added radius region for detecting Fade on Hover, preventing flickering
2025-12-20 03:58:54 +08:00
Neko Ayaka
50f66f14d4
chore(deps): missing audioworklet types
2025-12-19 14:33:59 +08:00
Neko Ayaka
63a12d3b9e
fix(workspace/unocss,stage-tamagotchi): missing comfortaa font, missing import
2025-12-18 15:02:53 +08:00
Neko Ayaka
a342594b9a
chore(deps): migrate for vue macros
2025-12-14 20:58:45 +08:00
Neko Ayaka
f723e32999
style: lint
2025-12-14 19:40:58 +08:00
Neko Ayaka
8c32d8170f
chore(deps): bump dependencies
2025-12-14 19:38:40 +08:00
Neko Ayaka
23462a910c
feat(stage-ui,stage-pages,stage-web,stage-tamagotchi,docs): added Posthog
2025-12-13 16:56:45 +08:00
Neko Ayaka
a3dba4f3cf
chore(deps): bump dependencies & electron-builder
2025-12-13 16:23:45 +08:00
Neko Ayaka
fafba1cdf8
chore(deps): bump dependencies
2025-12-11 02:22:43 +08:00
Neko Ayaka
3e741d57ec
chore(deps): bump dependencies
2025-11-16 02:21:38 +08:00
Neko Ayaka
5b9bf180e9
Revert "chore(deps): bump dependencies"
...
This reverts commit 38401084e1 .
2025-11-16 01:28:29 +08:00
Neko Ayaka
38401084e1
chore(deps): bump dependencies
2025-11-15 23:45:01 +08:00
藍+85CD
b6e0e0eed6
chore(deps): align xsai version
2025-11-02 11:38:41 +08:00
藍+85CD
8466c3fab6
fix(deps): bump std version ( #707 )
2025-11-02 11:37:40 +08:00
Neko Ayaka
a7a1302b99
chore(deps): bump dependencies
2025-11-01 16:03:45 +08:00
藍+85CD
ee42ab85b1
chore(eslint): use moeru config ( #664 )
2025-10-18 19:02:01 +08:00
藍+85CD
35aaf9a809
chore(deps): bump std
2025-10-18 15:30:13 +08:00
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
df508fc047
feat(injecta): logger support for easier debugging
2025-10-07 23:43:39 +08:00
Iro
b34738b1ac
fix: harden buildOpenAICompatibleProvider validation and config ( #625 )
2025-10-07 15:07:55 +08:00
Neko Ayaka
75321a4cd9
chore(deps): bump dependencies
2025-10-03 16:54:50 +08:00
Neko Ayaka
e52efebd6c
refactor(stage-*): move shared pages to stage-pages package
2025-10-03 15:48:45 +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
RainbowBird
733b8893c7
refactor: replace useLogg with useLogger ( #563 )
2025-09-07 23:47:23 +08:00
Neko Ayaka
dc6dff5a6d
chore(deps): bump dependencies
2025-08-29 01:38:04 +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
Neko
f837ba6386
docs(docs): added DevLog @ 2025.08.05 ( #349 )
2025-08-05 15:59:52 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies
2025-08-02 01:06:54 +08:00
藍+85CD
c6fcf942a9
chore(deps): bump xsai, std ( #338 )
2025-07-31 20:10:09 +08:00
Neko Ayaka
7f178b130f
feat(component-calling): or component use, init
2025-07-29 02:37:29 +08:00
Neko Ayaka
50371c580a
chore(deps): bump dependencies
2025-07-22 14:28:27 +08:00
Neko
4c2cade988
init(airi-plugin-web-extension): init ( #276 )
2025-07-21 14:36:21 +08:00
Neko
9aa5fe9656
fix(stage-*): passed tools without check & discovery for provider ( #296 )
2025-07-19 13:42:31 +08:00
Neko Ayaka
54eeb5025f
feat(stage-*): OpenAI transcription
2025-07-18 04:32:00 +08:00