Commit Graph
2467 Commits
Author SHA1 Message Date
LemonNeko 41405b24de fix(styles|stage-*): remove font subset property, migrate about content 2026-01-29 17:44:14 +08:00
github-actions[bot] e1cb79c9c6 chore(nix): update pnpmDeps hash 2026-01-28 17:55:23 +00:00
Makito e0775aec74 chore(stage-tamagotchi): optimize bundle size (#1000) 2026-01-29 01:49:43 +08:00
Lovehsigure_520andNeko Ayaka 28ad48f78c fix(i18n): incorrect escape character (#1004)
* fix(providers): 修复API响应解析错误并增强健壮性

添加通用JSON解析函数,在多个提供者(OpenRouter、LM Studio、Index-TTS、Player2 Speech)的API调用中统一处理响应解析,避免因无效JSON或空响应导致的崩溃。同时为聊天输入框添加ID和name属性以改善可访问性。

* fix: now fixed

* fix: now fixed

---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2026-01-28 23:29:41 +08:00
Sebastián fbe747144c feat: allow nix package version to be read from package.json (#1003) 2026-01-28 03:21:21 +08:00
github-actions[bot]andCrowdin Bot 6387641bf8 chore(i18n): update translations (#1001)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-27 17:45:19 +08:00
RainbowBird a57b9e5519 refactor(stage-web): merge login redirect judgement statement 2026-01-27 15:53:02 +08:00
Lovehsigure_520 c4a0a04945 docs: update Chinese translation (#999) 2026-01-27 01:20:37 +08:00
github-actions[bot]andCrowdin Bot 532fdb9426 chore(i18n): update translations (#998)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-26 15:00:13 +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
Lovehsigure_520 850792b0a1 fix(i18n): escape curly braces in ACT docs to fix build error (#997)
The ACT JSON format documentation in locale files contained unescaped curly braces, which caused vue-i18n compilation to fail with 'SyntaxError: 2'. This commit escapes these characters to fix the production build.
2026-01-26 14:56:49 +08:00
github-actions[bot]andCrowdin Bot 9813516cf2 chore(i18n): update translations (#991)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-25 17:02:40 +08:00
github-actions[bot] 6469b8d65b chore(nix): update pnpmDeps hash 2026-01-24 14:36:06 +00:00
藍+85CD 09bdbf205a chore(deps): use vite v8 instead of rolldown-vite (#993) 2026-01-24 22:30:04 +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
github-actions[bot] b91dde2c9d chore(nix): update pnpmDeps hash 2026-01-24 07:13:59 +00:00
藍+85CD 43fe9e89f2 perf: setup knip, remove unused dependencies (#992) 2026-01-24 15:08:08 +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
github-actions[bot]andCrowdin Bot 458ee24221 chore(i18n): update translations (#986)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-23 16:41:16 +08:00
Sebastián 2f6ccc66ef chore: update Nix hash files for pnpm deps and assets (#988) 2026-01-23 16:40:43 +08:00
RainbowBird dedfbafcd9 chore(stage-ui): lint 2026-01-23 13:40:10 +08:00
RainbowBird 861a80db32 chore(i18n): lint 2026-01-23 13:39:19 +08:00
horizonzzzz c5e837a6eb fix(stage-ui-live2d): remove scale override to allow proper Live2D scaling (#984) 2026-01-22 19:11:22 +08:00
n1n.ai faea45e5a5 feat(stage-ui): add n1n provider (#968) 2026-01-22 16:25:03 +08:00
github-actions[bot]andCrowdin Bot 311bd10397 chore(i18n): update translations (#975)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-22 16:23:36 +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 cda460ea29 fix(stage-pages): v2 provider can skip validation 2026-01-21 23:05:01 +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
RainbowBird afa0e283de fix(stage-pages): v2 provider editing state 2026-01-21 22:53:48 +08:00
sed-iandNeko 479051974b fix(stage-ui): combobox z-order (#980)
---------

Co-authored-by: Neko <neko@ayaka.moe>
2026-01-21 19:41:15 +08:00
Neko Ayaka 0fddd043f2 fix(workspace): should adapt to pnpm v10.28 --filter behavior 2026-01-21 06:11:50 +08:00
github-actions[bot] 6d802fe42d chore(nix): update assets hash 2026-01-20 21:48:24 +00:00
Neko Ayaka d051a07da9 chore(deps): bump dependencies 2026-01-21 05:42:01 +08:00
Neko Ayaka ccf1faaf5e release: v0.8.1 2026-01-21 02:00:18 +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
Lilia-Chen 8787db198a release: v0.8.1-beta.13 2026-01-19 19:51:29 +00:00
leafyy 8661714b8a refactor(stage-ui): settings store simplified (#965) 2026-01-19 16:50:48 +08:00
Lilia_Chenandautofix-ci[bot] 372f356964 fix(stage-ui-three): lipsync update() (#971)
* bug-fix: lipsync update

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-18 20:55:43 +08:00
Neko Ayaka d92375fe77 fix(stage-pages,stage-ui): type issue 2026-01-18 14:55:18 +08:00
github-actions[bot]andCrowdin Bot ca1c708c80 chore(i18n): update translations (#969)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-18 14:27:40 +08:00
Neko Ayaka d97f7f1ff1 fix(stage-tamagotchi): type error 2026-01-18 05:47:05 +08:00
Neko Ayaka 84bd9e4cd2 fix(docs): uno.config property 2026-01-18 05:42:31 +08:00
Neko Ayaka 88848a4fe1 fix(docs): minor style fixes, improved readability 2026-01-18 04:56:14 +08:00