From 4c8cff2e7c39309f002e7bba22039e572dd1931a Mon Sep 17 00:00:00 2001 From: Zhicheng Han <43314240+hanzckernel@users.noreply.github.com> Date: Sat, 2 May 2026 03:00:47 +0200 Subject: [PATCH] fix(chat): clarify session history scope (#393) --- .../src/components/hermes/chat/ChatPanel.vue | 31 ++++++++++++++++++- packages/client/src/i18n/locales/de.ts | 5 +++ packages/client/src/i18n/locales/en.ts | 5 +++ packages/client/src/i18n/locales/es.ts | 5 +++ packages/client/src/i18n/locales/fr.ts | 5 +++ packages/client/src/i18n/locales/ja.ts | 5 +++ packages/client/src/i18n/locales/ko.ts | 5 +++ packages/client/src/i18n/locales/pt.ts | 5 +++ packages/client/src/i18n/locales/zh.ts | 5 +++ .../client/src/views/hermes/HistoryView.vue | 16 +++++++++- 10 files changed, 85 insertions(+), 2 deletions(-) diff --git a/packages/client/src/components/hermes/chat/ChatPanel.vue b/packages/client/src/components/hermes/chat/ChatPanel.vue index 58301b7..4f1ede9 100644 --- a/packages/client/src/components/hermes/chat/ChatPanel.vue +++ b/packages/client/src/components/hermes/chat/ChatPanel.vue @@ -271,7 +271,7 @@ async function handleWorkspaceConfirm() {