From 0093803920855536ab8b259b943d4a7c685ae3bd Mon Sep 17 00:00:00 2001 From: Lilia_Chen Date: Tue, 20 Jan 2026 09:32:47 +0800 Subject: [PATCH] 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> --- .../pages/devtools/performance-playground.vue | 26 ++-- .../pages/devtools/performance-playground.vue | 26 ++-- packages/i18n/src/locales/en/base.yaml | 22 +++- packages/i18n/src/locales/es/base.yaml | 13 +- packages/i18n/src/locales/fr/base.yaml | 13 +- packages/i18n/src/locales/ja/base.yaml | 13 +- packages/i18n/src/locales/ko/base.yaml | 19 ++- packages/i18n/src/locales/ru/base.yaml | 13 +- packages/i18n/src/locales/vi/base.yaml | 13 +- packages/i18n/src/locales/zh-Hans/base.yaml | 13 +- packages/i18n/src/locales/zh-Hant/base.yaml | 13 +- .../stage-ui-live2d/src/constants/emotions.ts | 31 ++--- .../src/components/Model/VRMModel.vue | 4 +- .../src/components/ThreeScene.vue | 4 +- .../src/composables/vrm/expression.ts | 22 +++- .../stage-ui/src/components/scenes/Stage.vue | 13 +- .../src/composables/llm-marker-parser.test.ts | 120 +++++++++++++++++- .../src/composables/llm-marker-parser.ts | 12 +- packages/stage-ui/src/composables/queues.ts | 69 ++++++---- .../composables/response-categoriser.test.ts | 30 ++--- packages/stage-ui/src/constants/emotions.ts | 108 ++++++++-------- pnpm-lock.yaml | 2 + 22 files changed, 417 insertions(+), 182 deletions(-) diff --git a/apps/stage-pocket/src/pages/devtools/performance-playground.vue b/apps/stage-pocket/src/pages/devtools/performance-playground.vue index 68a58f46e..52e20ee34 100644 --- a/apps/stage-pocket/src/pages/devtools/performance-playground.vue +++ b/apps/stage-pocket/src/pages/devtools/performance-playground.vue @@ -1,4 +1,5 @@