Commit Graph
721 Commits
Author SHA1 Message Date
8f4909db3e feat(stage-*): basic mcp implementation (#1115)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: LemonNeko <17664845+lemonnekogh@users.noreply.github.com>
2026-03-05 00:01:33 +08:00
Chara 5ce0c2ae9f fix(stage-ui): prevent onboard model list overflow under collapse button (#1086) 2026-03-03 15:41:41 +08:00
atian8179 f4dc07c77f fix(stage-ui): add listModels capability to Deepgram TTS provider (#1079) 2026-03-02 23:05:38 +08:00
Mark L 03aecbcbac fix(stage-ui): add model list for player2 speech (#1067) 2026-03-02 22:00:55 +08:00
Neko Ayaka 9ca2eefb3f fix(stage-tamagotchi,stage-ui): mismatched state 2026-03-02 01:50:10 +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
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
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 Ayakaandlockrush-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
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
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
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
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
leafyy 19d635d12a feat:(stage-ui) Modify settings card (#1027) 2026-02-09 15:10:18 +08:00
Neko Ayaka b49cf9275a fix(plugin-sdk,server-*): type mismatch 2026-02-07 03:31:44 +08:00
Sebastián 00b240e762 fix(stage-ui): better error handling and timeouts for the kokoro worker (#1020) 2026-02-03 15:02:59 +08:00
Sebastián 47e444bd85 feat(stage-ui): add Kokoro TTS (Local) speech provider (#1005) 2026-02-01 23:34:52 +08:00
RainbowBird cfa375f34a feat(stage-*): support max fps 2026-02-01 22:20:10 +08:00
Rin 77f8aad97e fix(stage-ui): auto-mark player2 provider as added when valid (#1012) 2026-02-01 19:49:28 +08:00
Rin 58bc050156 fix(stage-ui): connectivity checks for IndexTTS and Player2 speech providers (#1013) 2026-02-01 19:49:14 +08:00
LemonNekoandautofix-ci[bot] e4add70e13 feat: allow to enable secure websocket for server channel (#1014)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-01 00:35:03 +08:00
Rin 9b1b2420e7 fix(stage-ui): only dedupe assistant message, strip local id on API call (#1010) 2026-01-31 03:31:59 +08:00
LemonNeko 41405b24de fix(styles|stage-*): remove font subset property, migrate about content 2026-01-29 17:44:14 +08:00
lockrush-dev 4cac97937f fix(stage-ui): fix transcription session callback reuse and auto-send issues (#996) 2026-01-26 14:59:50 +08:00
RainbowBird fe65a207bf refactor(server,stage-ui): use local first message key 2026-01-24 19:32:39 +08:00
RainbowBird 7c9a23f250 feat(server,stage-ui): sync message to server (#990) 2026-01-24 17:57:45 +08:00
RainbowBird de9df5eae8 feat(stage-*): store chat session to indexdb (#987)
* feat(stage-*): store chat session to indexdb

* refactor: remove prompt hash

* fix(stage-ui): enhance type guard for chat sessions export validation

* refactor(stage-ui): simplify chat session export and import logic

* refactor(stage-ui): update chat session management to use new data structure and improve export/import functionality

* refactor(stage-ui): enhance chat session persistence and management methods

* refactor(stage-ui): set and get idb value raw

* fix: type
2026-01-23 18:15:22 +08:00
RainbowBird de48eb0f16 refactor(stage-ui): set and get idb value raw 2026-01-23 17:22:59 +08:00
RainbowBird dedfbafcd9 chore(stage-ui): lint 2026-01-23 13:40:10 +08:00
n1n.ai faea45e5a5 feat(stage-ui): add n1n provider (#968) 2026-01-22 16:25:03 +08:00
RainbowBird e235a50318 refactor(stage-ui): resolve character & provider catalog types 2026-01-21 23:32:03 +08:00
RainbowBird 3590fdbdf7 feat(stage-ui): add datetime as context provider for chat 2026-01-21 23:23:20 +08:00
RainbowBird b4cc416472 feat(stage-ui): use local first request (#977) 2026-01-21 22:56:43 +08:00
RainbowBird 78afeeb82c refactor(auth): move fetchSession to auth store and remove from index.vue 2026-01-21 22:55:58 +08:00
Neko Ayaka 0fddd043f2 fix(workspace): should adapt to pnpm v10.28 --filter behavior 2026-01-21 06:11:50 +08:00
Neko Ayaka d051a07da9 chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
Neko Ayakaand藍+85CD 8effa6fd90 fix: lint warnings
Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
2026-01-21 01:58:41 +08:00
Neko Ayaka b00e71478f Revert "fix: lint warnings (#976)"
This reverts commit f432aca5c0.
2026-01-21 01:14:22 +08:00
藍+85CD f432aca5c0 fix: lint warnings (#976) 2026-01-20 13:15:32 +08:00
Lilia_Chenandautofix-ci[bot] 0093803920 feat(stage-ui-*): ACT special tokens for future motion gen (#974)
* feat(stage-ui*):ACT special tokens

* test(stage-ui): llm-marker-parser test updates for ACT tokens

* [autofix.ci] apply automated fixes

* style(stage-ui): apply gemini code review notes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-20 09:32:47 +08:00
leafyy 8661714b8a refactor(stage-ui): settings store simplified (#965) 2026-01-19 16:50:48 +08:00
Rin a6b54c1b0f chore(stage-ui, deps): fix typecheck error and stage-web CI (#967) 2026-01-18 02:34:15 +08:00
Rinandautofix-ci[bot] c912e6c7cc fix(stage-ui): tts voice options reactivity issue (#963)
trigger reactivity when updating availableVoices in the speech store
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-18 00:57:07 +08:00
Neko Ayaka 5cfd478525 fix(stage-ui): should ingest and response only once 2026-01-17 18:31:00 +08:00