Neko Ayaka
29c0fedccb
style(stage-ui): use kebeb case for directories under packages
2025-09-28 15:27:59 +08:00
Neko Ayaka
051482ef39
fix(tresjs): missing vue-tsc
2025-09-28 14:59:49 +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
AdairLi
2709d12152
fix the bug of justifing the validation of the novita ai ( #615 )
2025-09-28 13:19:20 +08:00
Weathercold
d7bfe19567
fix(nix): run hash update actions sequentially ( #616 )
2025-09-28 13:15:58 +08:00
sahara12352
83a2f77f7e
chore(i18n): fix russian transition ( #611 )
2025-09-27 21:58:23 +08:00
github-actions[bot]
ad82faf674
chore(nix): update pnpmDeps hash
2025-09-26 09:13:43 +00: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
github-actions[bot]
6d4c823070
chore(nix): update pnpmDeps hash
2025-09-25 14:02:27 +00:00
Lilia_Chen
5459741276
refactor(stage-ui,renderer-three) - three-scene package ( #569 )
2025-09-25 21:59:29 +08:00
Neko Ayaka
bb273dcda0
fix(stage-web): incorrect system path
2025-09-25 21:41:48 +08:00
Neko Ayaka
73d3fd0765
chore(i18n): updated
2025-09-25 18:54:37 +08:00
Neko Ayaka
4a31fda922
feat(stage-ui/providers): added 302.AI
2025-09-25 15:14:14 +08:00
RainbowBird
7a0d7f3e58
chore(CI): bump checkout to v5
2025-09-24 23:37:41 +08:00
RainbowBird
cc80c10074
chore(CI): check provenance
2025-09-24 22:23:29 +08:00
Makito
38f748bcc4
fix(stage-tamagotchi): unknown reference
2025-09-21 21:10:41 +09:00
Makito
b8d419fb13
fix: lint errors
2025-09-21 19:01:34 +09:00
Makito
a0f529e467
fix(i18n): wrap problematic strings with quotes
2025-09-21 16:29:35 +09:00
Kthunda
0e39750586
feat(i18n): French translation ( #540 )
2025-09-21 13:50:33 +08:00
Iro
d60cc081e3
feat(server-runtime): harden WebSocket peer handling and validation ( #598 )
2025-09-21 13:49:11 +08:00
dass90
e2db4f6698
fix: show voices search result correctly ( #593 )
2025-09-21 13:48:19 +08:00
Sline
f4a5828ea7
fix: Implement DPI Scaling Support ( #601 )
2025-09-21 13:46:42 +08:00
RainbowBird
400103c488
style(stage-tamagotchi): add drag region
2025-09-17 17:10:53 +08:00
Neko Ayaka
58616d9edb
style(stage-*): bubble styles
2025-09-17 02:25:13 +08:00
LemonNeko
bb98376136
fix(stage-ui): padding model preview to correct aspect ratio ( #594 )
2025-09-17 00:52:35 +08:00
Neko Ayaka
e27b02117c
fix(stage-ui): model selector image not cover
2025-09-16 00:25:51 +08:00
Neko Ayaka
84d7e08355
refactor(docs): split utils
2025-09-16 00:13:12 +08:00
Neko Ayaka
c2b2f120e0
refactor(docs): split styles
2025-09-16 00:11:48 +08:00
RainbowBird
4befe055c0
chore: clean netlify config ( #591 )
2025-09-16 00:04:05 +08:00
Neko Ayaka
967a99f63d
chore(stage-web,stage-tamagotchi): sync providers, fix ollama provider issue
2025-09-16 00:03:28 +08:00
hobbycoder
306a479f03
fix(stage-tamagotchi): bug #621 is happening ( #586 )
2025-09-15 23:54:18 +08:00
dass90
b9b83fe7ad
fix(stage-*): unable to test voice with openai and cosyvoice-v2 in speech module ( #579 )
2025-09-14 20:55:55 +08:00
Ilya Bogdanov
8d9abc1a04
fix(stage-*) Fix Inablility to verify openrouter and remove api key requirement on OpenAI compatible #566 ( #582 )
2025-09-14 20:55:24 +08:00
Makito
697d680417
fix(uno): exclude node_modules from scan ( #588 )
2025-09-14 01:59:00 +09:00
Makito
4fd4d1de9d
fix(stage-ui): bring back missing deps in optimizeDeps.include
2025-09-13 04:54:11 +09:00
Makito
db6cfa46eb
chore(stage-ui): fix broken syntax highlighting in SFC
2025-09-13 02:35:21 +09:00
Makito
72afce54ed
refactor(stage-ui): move MarkdownRenderer to subfolder and add story page
2025-09-13 02:32:46 +09:00
Neko Ayaka
8d02a1deec
chore(workspace): added antfu.pnpm-catalog-lens as recommended vscode extension
2025-09-12 03:41:40 +08:00
HyBer
d9ce0eff6d
fix(stage-tamagotchi): color-scheme setting i18n ( #575 )
2025-09-12 01:35:34 +08:00
dass90
e02e8c6316
fix: cosyvoice SSML support ( #576 )
2025-09-12 01:35:06 +08:00
Weathercold
e00ac26072
chore(nix/flake): update lock ( #577 )
2025-09-12 01:33:43 +08:00
Neko Ayaka
073035867d
fix(workspace,stage-tamagotchi): do publish dry-run check & not marked as private properly
2025-09-11 15:55:08 +08:00
Neko Ayaka
dd73845ed3
release: v0.7.2-beta.3
2025-09-11 15:18:02 +08:00
Neko Ayaka
ba4e291f02
Revert "chore(deps): bump glib"
...
This reverts commit 04577f1d68 .
2025-09-11 14:33:33 +08:00
Neko Ayaka
60b855d512
fix: added missing deps
2025-09-11 14:18:44 +08:00
Neko Ayaka
d196d3b0b7
fix: build for x86_64 darwin
2025-09-11 14:17:38 +08:00
Iro
3536f79869
fix(audio-recorder): resolve bugs and ensure proper recording behavior ( #561 )
2025-09-11 14:15:37 +08:00
github-actions[bot]
b65a5e11cb
chore(nix): update pnpmDeps hash
2025-09-11 05:36:39 +00:00
Makito
3315634903
fix: sanitize v-html inputs with DOMPurify ( #573 )
2025-09-11 13:33:12 +08:00
github-actions[bot]
1ad5d50e8d
chore(nix): update pnpmDeps hash
2025-09-10 18:35:35 +00:00