From c7bf3698c4e23a07a75f44c2e4a6e012929e5639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:17:38 +0800 Subject: [PATCH] chore(deps): bump xsai to v0.4.0-beta.2 (#473) * chore(deps): bump xsai to v0.4.0-beta.2 * fix: use new types --- .../src/components/ChatHistory.vue | 4 +- packages/stage-ui/src/stores/chat.ts | 4 +- packages/stage-ui/src/stores/llm.ts | 4 +- packages/stage-ui/src/types/chat.ts | 6 +- pnpm-lock.yaml | 427 ++++++++++++------ pnpm-workspace.yaml | 28 +- 6 files changed, 320 insertions(+), 153 deletions(-) diff --git a/apps/stage-tamagotchi/src/components/ChatHistory.vue b/apps/stage-tamagotchi/src/components/ChatHistory.vue index 3618716e4..f152df780 100644 --- a/apps/stage-tamagotchi/src/components/ChatHistory.vue +++ b/apps/stage-tamagotchi/src/components/ChatHistory.vue @@ -1,5 +1,5 @@