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.
Summary
将产品从“多功能叠加”重构为 Claude 风格的核心聊天产品形态。
聚焦保留主链路:新建/切换/删除/重命名会话 + 流式对话 + 停止/重新生成。
删除非核心能力与冗余代码,降低复杂度与维护成本。
Changes
重写聊天主页面,移除 Agent、知识库、会话内搜索、洞察统计、反馈等扩展能力。
重写侧边栏为极简会话管理,仅保留新建/切换/删除/重命名。
精简消息渲染与输入区,保留 Markdown、代码高亮与复制能力。
首页改为 Claude 风格欢迎入口,支持首问直达对话链路。
清理无引用模块(agent/knowledge/tags/filters/provider adapter 及相关类型与测试文件)。