feat(ext): 最近会话改三助手 Tab 过滤,移除最近活动区 - #484
Merged
Merged
Conversation
- 会话区加 Tab:全部 / 2046 助手 / 管理助手 / 教研助手,按 agent_profile 过滤,点击行进会话(Router.navigate 通道不变);行内 meta 显示助手名+时间 - 移除「最近活动」区:事件列表、loadHistory 历史回放、tool_used 订阅随删; MCP 连接异常 banner 独立保留(移 guide-slot 下方,仍是连接错误引导位) - GET /activity 路由同步删除(唯一消费方是活动区);tool_used 事件推送保留 (admin/tutor 侧栏刷新闭环仍消费) - tab 用 container 级事件委托:骨架按钮引用不受子容器异步重写影响 - 测试:home_hub 场景 stub 加三助手会话,断言 23→27(tab 渲染/三助手入列/ 非 CGC 过滤/tab 切换过滤/活动区移除);handler 路由 26→25; 静态锚防活动区与 /activity 复活
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.
改动
hub 面板信息架构调整:
agent_profile过滤,点击行进会话(Router.navigate 通道不变);行内 meta 显示助手名 + 时间,三助手会话同框可比。loadHistory历史回放、home 面板的tool_used订阅随删。MCP 连接异常 banner 独立保留(移至 guide-slot 下方,仍是连接错误的用户引导位)。GET /activity路由同步删除(唯一消费方是活动区);hook 的tool_used事件推送保留——admin/tutor 侧栏的刷新闭环仍消费它。验证
home_hub断言 23→27 全绿:tab 渲染(含「2046 助手」文案)、三助手入列、非 CGC 会话排除、tab 切换过滤、活动区移除