feat(sidebar): 统一资源管理入口并支持快捷入口开关 - #768
Open
yovinchen wants to merge 1 commit into
Open
Conversation
复用 Skills、MCP、记忆与定时任务管理页面,在系统设置中提供本机侧栏入口开关,并统一桌面端与 WebUI 的内容切换和紧凑布局。 Refs #767
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.
Linked issue
Closes #767
Summary
资源入口原先分散在侧栏与设置中,侧栏也无法按使用习惯隐藏入口。现在「设置 → 资源与自动化」集中管理 Skills、MCP、定时任务、记忆与 Hooks,并在系统设置中提供四个快捷入口开关。
Change scope
docs/features/skills-and-mcp.md。Screenshots / preview
系统设置中的四个快捷入口开关,以及统一后的资源分组:
首页打开定时任务后的运行截图:左侧导航保留,右侧显示完整管理页,顶部留白缩小。工作空间和最近会话已收起,截图不包含个人数据。
Verification
pnpm --filter liveagent build、pnpm --filter @liveagent/gateway-webui build:通过。pnpm --filter liveagent test:frontend:3039 项通过。pnpm --filter @liveagent/gateway-webui test:718 项通过。pnpm --filter liveagent test:release:9 项通过。pnpm typecheck:ui、pnpm check:ui-boundaries、git diff --check:通过。已有非阻塞 lint 提示与构建体积提示保留。origin/main,保留上游搜索导航与快捷键变更。Pre-submit checklist