Rin
8704bce444
docs(minecraft): update with current file structure
2026-02-18 11:10:00 +08:00
Rin
90588bd65c
chore(minecraft): rename EventType to EventCategory
2026-02-18 11:10:00 +08:00
Rin
15d6d5aa79
refactor(minecraft): context encapsulation and more
2026-02-18 11:10:00 +08:00
Rin
684ffa8f1c
chore(minecraft): rename
2026-02-18 11:10:00 +08:00
Rin
569ef88f9a
chore(minecraft): clean up
2026-02-18 11:09:59 +08:00
Rin
54c93f6d49
fix(minecraft): dashboard not working
2026-02-18 11:09:59 +08:00
Rin
3f113cf1ce
feat(minecraft): better debug server, event queue for the brain
2026-02-18 11:09:59 +08:00
Rin
9d3e808a06
fix(minecraft): fix model not specified
2026-02-18 11:09:59 +08:00
Rin
f2ccde5f61
fix(minecraft): prevent handled events from reaching the brain
2026-02-18 11:09:59 +08:00
Rin
2f3a35e101
chore(minecraft): remove outdated comments
2026-02-18 11:09:59 +08:00
Rin
5e715f7ec4
refactor(minecraft): code cleanup, better naming
2026-02-18 11:09:59 +08:00
Rin
bb507d7451
refactor(minecraft): extract prompt
2026-02-18 11:09:58 +08:00
Rin
8facbdacfc
feat(minecraft): architecture redesign, blackboard pattern and OODA
2026-02-18 11:09:58 +08:00
Rin
9b698ae42d
feat(minecraft): async concious
...
update dashboard
2026-02-18 11:09:58 +08:00
Rin
cc56e6bfec
docs(minecraft): add architecture design to README
2026-02-18 11:09:58 +08:00
Rin
7c3f9236a9
refactor(minecraft): refactor file structure
2026-02-18 11:09:57 +08:00
Rin
4962c8106a
refactor(minecraft): extract system prompts to separate modules
2026-02-18 11:09:57 +08:00
Rin
4611964210
feat(minecraft) introduce new cognition architecture
2026-02-18 11:09:57 +08:00
Rin
dd395241a4
fix(minecraft): planning agent ctx
2026-02-18 11:09:57 +08:00
Rin
d20bcab692
feat(minecraft): add debug web dashboard
2026-02-18 11:09:57 +08:00
Rin
3b22a45bd3
feat(minecraft): introduce structured ActionError for skill failures, implement fail-fast logic in planning, and remove unused planning code.
2026-02-18 11:09:56 +08:00
Neko Ayaka
d051a07da9
chore(deps): bump dependencies
2026-01-21 05:42:01 +08:00
ad086535e5
feat(satori-bot): integrate Satori Protocol Adapter ( #873 )
...
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Hoshino-Yumetsuki <hoshino-yumetsuki@outlook.com >
Co-authored-by: Neko <neko@ayaka.moe >
2026-01-06 15:32:20 +08:00
Neko Ayaka
198092f226
chore(deps): bump dependencies
2025-12-29 05:51:45 +08:00
Neko Ayaka
a07854ca31
chore(deps): bump dependencies
2025-12-27 04:26:56 +08:00
Neko Ayaka
e2e661cc7e
chore(deps): bump dependencies
2025-12-22 19:40:39 +08:00
Neko Ayaka
2ffe666368
chore(deps): bump dependencies
2025-12-21 18:41:11 +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
8c32d8170f
chore(deps): bump dependencies
2025-12-14 19:38:40 +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
e28e2eff89
chore(deps): bump valibot
2025-12-01 00:49:45 +08:00
Neko Ayaka
b29ed05f75
feat(minecraft): support to auth with Microsoft auth, added docs
2025-11-21 17:10:08 +08:00
Neko Ayaka
a7a1302b99
chore(deps): bump dependencies
2025-11-01 16:03:45 +08:00
藍+85CD
233b5a7ba8
refactor: partially remove dotenv, dotenvx ( #667 )
2025-10-18 21:02:46 +08:00
Neko Ayaka
0de306f668
chore(deps): bump dependencies
2025-10-09 02:35:44 +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
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
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
Typed SIGTERM
76e546316a
chore: use AVIF instead of PNG/JPG as more as possible ( #301 )
2025-07-19 19:58:12 +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