藍+85CD
4c9979d7c5
chore(deps): bump antfu eslint config
2025-10-18 15:33:11 +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
6cfc9c8ee0
fix(stage-tamagotchi): icon
2025-10-06 14:57:49 +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
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
Neko Ayaka and Iro
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
Neko Ayaka
dd73845ed3
release: v0.7.2-beta.3
2025-09-11 15:18:02 +08:00
Neko Ayaka
3d1e317bc9
feat(stage-tamagotchi-electron): always on top & loading
2025-09-09 01:29:42 +08:00
Neko Ayaka
a76a83066c
fix: typecheck
2025-09-06 22:55:21 +08:00
Neko Ayaka and LemonNeko
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
Neko Ayaka
ab10782c65
chore(deps): bump dependencies
2025-09-03 13:25:12 +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
Neko Ayaka
6ffb13da8e
release: v0.7.2-beta.2
2025-08-25 03:56:39 +08:00
Typed SIGTERM
12a24725bd
chore: convert images to AVIF ( #417 )
2025-08-25 00:12:24 +08:00
Neko Ayaka
a5ce042525
release: v0.7.2-beta.1
2025-08-21 04:23:04 +08:00
Neko Ayaka
c88b72f07b
release: v0.7.1
2025-08-05 21:21:01 +08:00
Neko Ayaka
bad616e8e7
release: v0.7.0
2025-08-04 16:18:38 +08:00
Neko Ayaka
a095ee62f1
chore(deps): bump dependencies
2025-08-02 01:06:54 +08:00
Neko Ayaka
ebbacfc737
release: v0.7.0-beta.1
2025-07-27 14:35:21 +08:00
Neko Ayaka
50371c580a
chore(deps): bump dependencies
2025-07-22 14:28:27 +08:00
Neko Ayaka
ea48861e9d
release: v0.7.0-alpha.1
2025-07-21 17:40:52 +08:00
Neko
4c2cade988
init(airi-plugin-web-extension): init ( #276 )
2025-07-21 14:36:21 +08:00
Neko Ayaka
a830a1dccc
chore(workspace): remove unused
2025-07-21 13:55:02 +08:00
Neko
5e8b2b8412
feat(docs): migrate to vitepress with @unovue/reka-ui's theme ( #224 )
2025-07-15 10:25:44 +08:00
Neko Ayaka
c52eb447e9
feat(workspace): serve fonts fron local for all apps
2025-07-12 14:06:10 +08:00
Neko Ayaka
34b547047f
chore(deps): bump dependencies
2025-07-06 19:06:59 +08:00
Neko
fd314058b6
feat(ci): support nightly build ( #256 )
2025-07-05 17:20:22 +08:00
Neko
b674f5533f
chore(ci): improve build test CI ( #250 )
2025-06-30 18:41:15 +08:00
Neko Ayaka
bb59f327b0
chore(deps): bump dependencies
2025-06-30 16:15:45 +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
Wang Guan
004f1d2746
install unplugin-unused as non-optional dep ( #225 )
2025-06-25 11:43:45 +08:00
Neko Ayaka
c078b49e0c
chore(deps): bump dependencies
2025-06-24 13:47:06 +08:00
Neko Ayaka
afef299dbc
chore(deps): bump dependencies
2025-06-19 17:43:18 +08:00
Neko
bd497051fe
refactor(ui,stage-ui,stage-app,stage-tamagotchi): migrate to use @proj-airi/unocss-preset-chromatic ( #219 )
2025-06-19 17:16:00 +08:00
藍+85CD
d1c0a3ede5
chore: remove stub script
2025-06-19 16:29:15 +08:00
藍+85CD
b5582fb621
chore: remove unbuild
2025-06-19 16:26:08 +08:00
藍+85CD
66caf3ebb3
perf: use turborepo for build ( #212 )
2025-06-18 19:53:19 +08:00
Neko Ayaka
60a820d63c
release: v0.6.1
2025-06-17 23:39:48 +08:00
Neko Ayaka and Makito
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
4fda484704
fix(playground-prompt-engineering): build
2025-06-16 02:12:21 +08:00
Neko Ayaka
4673bc38ca
fix(workspace): bad -F filter
2025-06-16 01:55:34 +08:00