明确 Chat 与 History 的会话范围#393
Merged
EKKOLearnAI merged 1 commit intoEKKOLearnAI:mainfrom May 2, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
背景
#390 中确认当前设计是不再从 Chat 页面查询远程 Hermes state.db;其他通道会话走 History 面板查看。这个 PR 不改变该架构边界,只把边界显式展示出来,避免用户误以为通道会话丢失。
相关但不重复:
Refs #390
验证
git diff --checknpm run buildnpm test -- --run tests/client/i18n-coverage.test.tsnpm test -- --run:非本 PR 引入的 baseline 失败仍存在,失败项为tests/server/session-sync.test.ts的 3 个no such table: sessions;stash 到干净origin/main后单独运行该文件可复现