对话:历史会话按工作目录分组 - #368
Merged
Merged
对话:历史会话按工作目录分组#368
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.
行为变化
对话页左侧历史从按今天 / 昨天 / 本周分组,改为按工作目录分组。同一工作目录下的会话在一组;没有工作目录的会话单独成组。侧栏入口文案由「对话」改为「工作区」,路径仍是
/chat。新建会话仍走原来的创建逻辑,会落到对应工作目录组里。
影响范围
src/pages/chat/chat-model.ts、ChatSessionRail.tsx、use-chat-page.ts不改发送、过程面板、允许/拒绝。
验证
未跑全量
pnpm test/pnpm build。CI 会跑 PR 矩阵。文档
未改
docs/。合入注意
与
feat/chat-session-switch、feat/chat-edit-preview可能在对话页和文案上重叠,建议先合本 PR,再合另外两条。