Mark L
f175a9c65a
fix(stage-pages): add manual model fallback when discovery fails ( #1069 )
2026-03-02 02:12:12 +08:00
Mark L
47a79165fc
fix(speech): respect SSML toggle in test synthesis ( #1063 )
2026-03-02 02:10:38 +08:00
Neko Ayaka
9ca2eefb3f
fix(stage-tamagotchi,stage-ui): mismatched state
2026-03-02 01:50:10 +08:00
github-actions[bot] and Crowdin Bot
a79528c438
chore(i18n): update translations ( #1046 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-03-02 01:36:14 +08:00
ZhenZhen
548805f2e0
fix(stage-ui): strip internal fields from messages before sending to LLM API ( #1054 )
2026-03-02 01:35:53 +08:00
ZhenZhen
4f2616c808
feat(stage-ui): add Groq to onboarding provider selection ( #1055 )
2026-03-02 01:35:29 +08:00
Rin
ea6f4dfb63
fix(stage-pages): treat comet speech as openai-compatible as it doesn't support voice listing ( #1060 )
2026-03-02 01:34:28 +08:00
Makito
6665c11ad3
test(plugin-sdk): add more tests for isolation and session
2026-03-01 01:30:39 +07:00
Makito
c6f9db7cc3
feat(plugin-sdk): version negotiation with compatibility checks
2026-03-01 01:19:47 +07:00
Makito
256f34f7d5
feat(plugin-sdk): add degraded and withdrawn cap states
2026-03-01 01:19:46 +07:00
Makito
ab22af5841
feat(plugin-sdk): utilize details prop for richer o11y on waiting-deps
2026-03-01 01:19:46 +07:00
Garfield Lee
b630db0860
fix(stage-ui): add bottom padding to settings data and ripple-grid layouts ( #1053 )
2026-03-01 01:55:19 +08:00
Makito
92bdee5ae9
test(plugin-sdk): add tests for cwd persistence and more
2026-02-28 03:10:41 +07:00
Makito
bc4387e2de
fix(plugin-host): persist session cwd and explicitly assign default
2026-02-28 03:10:41 +07:00
Makito
ebf1bac222
feat(plugin-sdk): configure vitest
2026-02-28 03:10:40 +07:00
Neko Ayaka
f21a4677a2
refactor(stage-tamagotchi): use @proj-airi/electron-vueuse for composables
2026-02-28 00:49:44 +08:00
Neko Ayaka
715f99bfdd
feat(electron-vueuse): new package
2026-02-28 00:49:40 +08:00
Neko Ayaka
9ffebd236b
feat(electron-eventa): new package
2026-02-28 00:49:38 +08:00
Makito
c04c9ef187
fix(server-shared): move plugin-protocol from devDeps to deps to fix node:crypto from nanoid
2026-02-27 17:46:11 +07:00
Neko Ayaka
163957f0f5
release: v0.8.5-beta.3
2026-02-26 23:38:19 +08:00
Neko Ayaka
1e1a0dd0d0
fix(server-shared): toggle on inlineOnly
2026-02-26 23:35:56 +08:00
Neko Ayaka
8521abff8d
fix(server-schema): private for now
2026-02-26 23:35:00 +08:00
Neko Ayaka
fec2569bf8
release: v0.8.5-beta.2
2026-02-26 23:30:52 +08:00
Neko Ayaka
0d2936a1b6
fix(plugin-sdk,plugin-protocol): private for now
2026-02-26 23:30:16 +08:00
Neko Ayaka
f3323df3f8
release: v0.8.5-beta.1
2026-02-26 23:13:03 +08:00
Neko Ayaka
58991a15fa
fix(stage-ui): many provider catalog issues
2026-02-26 18:48:20 +08:00
Neko Ayaka
92d87833be
chore(deps): bump dependencies
2026-02-26 18:33:52 +08:00
Neko Ayaka
6b60e390c5
chore: try to fix inlineOnly for tsdown
2026-02-26 18:20:09 +08:00
Neko Ayaka and lockrush-dev
e71bb3a2a3
refactor(stage-ui): migrate to use provider catalog
...
Co-authored-by: lockrush-dev <254571960+lockrush-dev@users.noreply.github.com >
2026-02-26 18:07:39 +08:00
Neko Ayaka
d7124c7b62
chore: added @shopify/draggable
2026-02-26 18:07:38 +08:00
Neko Ayaka
82144b50ae
chore: update to move devDependency to dependency
2026-02-26 17:15:27 +08:00
RainbowBird
ea05075550
feat(server): database migration
2026-02-26 15:01:06 +08:00
Blackframe AI
f859a7ed5b
fix(stage-ui): correct signed SSML prosody percentages ( #1043 )
2026-02-26 01:42:02 +08:00
Neko Ayaka
c48a3719ae
fix(stage-ui): type issue of vrm options
2026-02-26 01:06:17 +08:00
Neko Ayaka
2f63dc201b
fix(stage-layouts): shouldn't display header for tamagotchi
2026-02-26 01:05:45 +08:00
d76a5b4f2a
fix(stage-ui): hardcode Perplexity models and disable dynamic listing ( #1038 )
...
This fixes the 404 error on the settings page for the Perplexity provider by:
1. Removing the `model_list` validation check, as Perplexity does not support a standard `/models` endpoint compatible with the validator.
2. Hardcoding the list of supported Sonar models (`sonar`, `sonar-pro`, `sonar-reasoning-pro`, `sonar-deep-research`) in the provider capabilities.
3. Ensuring `sonar` is the first model in the list so it is used for connectivity health checks.
Changes applied to both `packages/stage-ui/src/libs/providers/providers/perplexity-ai/index.ts` and `packages/stage-ui/src/stores/providers.ts`.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: shinohara-rin <25588514+shinohara-rin@users.noreply.github.com >
2026-02-18 05:27:24 +08:00
Neko Ayaka
bb4685e083
refactor(plugin-sdk): use xstate for plugin lifecycle
2026-02-17 21:59:29 +08:00
gpc123456
1c6df1c8b1
feat(providers): add MiniMax chat provider (China & Global) ( #1032 )
2026-02-17 02:20:34 +08:00
Rin
4a0e191775
fix(stage-ui): live2d scaling not applied visually in model settings view ( #1036 )
2026-02-17 02:11:10 +08:00
Mateusz Bilicki
760641b5eb
fix(server-runtime): fix invalid payloads dispatched over WebSockets ( #1037 )
2026-02-17 02:10:32 +08:00
Mateusz Bilicki
66b8615481
fix(stage-layouts): HeaderLink component no longer makes entire Header clickable ( #1035 )
2026-02-16 17:03:57 +08:00
Neko Ayaka
e8f6155ec6
feat(plugin-sdk,stage-tamagotchi): demo plugin, and plugin inspector
2026-02-16 16:06:28 +08:00
Neko Ayaka
cae48f2801
feat(plugin-sdk,stage-tamagotchi): basic file system loader, protocol
2026-02-13 16:10:08 +08:00
github-actions[bot] and Crowdin Bot
651d3f37f6
chore(i18n): update translations ( #1030 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2026-02-10 20:14:25 +08:00
leafyy
19d635d12a
feat:(stage-ui) Modify settings card ( #1027 )
2026-02-09 15:10:18 +08:00
Neko Ayaka
ca19529675
feat(plugin-protocol,server-shared): new package
2026-02-08 03:44:04 +08:00
Neko Ayaka
d98b3c6a2c
feat(plugin-sdk): basic implementation for multi-transport
2026-02-08 02:07:58 +08:00
Neko Ayaka
a3e743b7e0
docs(plugin-sdk): updated
2026-02-08 01:59:54 +08:00
Neko Ayaka
b49cf9275a
fix(plugin-sdk,server-*): type mismatch
2026-02-07 03:31:44 +08:00
Neko Ayaka
795e12f13b
feat(plugin-sdk): many more initial impl
2026-02-07 03:31:43 +08:00