feat(user-guide): 计划确认 + 执行监控扩展三入口与任务清单(双语)#13
Merged
Conversation
补齐 v10.0.x 引入的 Plan 模式与 Task 清单的客户向说明(中英双语同步): 计划确认(04-delegation/02-plan-confirmation.md): - 新增「智能体什么时候会主动制定计划」表,列出自动触发条件与不触发条件 - 新增「主动要求先做计划」一节,介绍三种显式开启入口: · 📋 toggle 按钮(含视觉提示) · Shift+Tab 快捷键 · /plan 斜杠命令(两种用法) - 新增「强制模式与自动判断的区别」对比表 - 新增「审批的三个选项」(批准 / 修改 / 拒绝,含自动退出说明) - 新增「计划文件的位置」一节:每个智能体工作目录下的 plans/ 子文件夹 + plan 文件标准章节(Context / Steps / Critical Files / Artifacts / Verification / Risks & Rollback) 执行监控(04-delegation/03-execution-monitoring.md): - 步骤状态加 🔹 待办、🗑️ 已放弃 - 新增「任务清单」一大节,覆盖:清单样子、状态立即更新纪律、依赖关系、 偏离同步、per-Agent 私有、跨智能体协作通过消息/回执对齐 斜杠命令(02-conversations/01-sending-messages.md): - 命令类型表加 /plan - 新增「常用系统命令」表 + /plan 两种用法 tip 英文 i18n 同步上述全部内容。docusaurus build(zh-Hans + en)通过, 无失效链接。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates bilingual user-guide documentation for Plan Mode, task lists, and /plan slash-command usage.
Changes:
- Expands Plan Confirmation docs with auto-plan triggers, forced Plan Mode entry points, approval options, and plan-file locations.
- Adds Task List guidance to Execution Monitoring docs.
- Adds
/planto slash-command documentation in Chinese and English.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
docs/02-user-guide/04-delegation/02-plan-confirmation.md |
Chinese Plan Mode documentation expansion |
docs/02-user-guide/04-delegation/03-execution-monitoring.md |
Chinese task-list execution monitoring expansion |
docs/02-user-guide/02-conversations/01-sending-messages.md |
Chinese slash-command documentation update |
i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/04-delegation/02-plan-confirmation.md |
English Plan Mode documentation mirror |
i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/04-delegation/03-execution-monitoring.md |
English task-list execution monitoring mirror |
i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/02-conversations/01-sending-messages.md |
English slash-command documentation update |
Comments suppressed due to low confidence (1)
docs/02-user-guide/04-delegation/03-execution-monitoring.md:96
- The Chinese page now renders this section title twice in a row. This duplicate heading creates a redundant anchor/TOC entry and should be removed so the section only appears once.
## 固化步骤与灵活步骤
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- 状态表加回 ⏳ 等待中 / Waiting 行:例图 / SVG 仍展示该状态,新增"待办 🔹" 表达的是任务清单层面的待办,与运行管线"等待中 ⏳"是不同概念,两者并存 - 移除中文 execution-monitoring 重复的二级标题「## 固化步骤与灵活步骤」 - 修正中文 plan-confirmation "预期被动到" → "预期会动到" 错别字
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
补齐 v10.0.x 引入的 Plan 模式与 Task 清单的客户向说明(中英双语同步)。
「计划确认」章节扩展(
04-delegation/02-plan-confirmation.md)Shift + Tab快捷键/plan斜杠命令(两种用法)plans/子文件夹 + 计划文件六大标准章节(Context / Steps / Critical Files / Artifacts / Verification / Risks & Rollback)「执行监控」章节扩展(
04-delegation/03-execution-monitoring.md)blocked_by)、偏离同步、per-Agent 私有、跨智能体协作通过消息 / 回执对齐斜杠命令补全(
02-conversations/01-sending-messages.md)/plan/plan两种用法提示英文版
i18n/en/完整镜像同步。English Summary
Documentation refresh covering the Plan Mode + Task list capabilities shipped in v10.0.x, in both Chinese (default) and English (
i18n/en/).Shift+Tab//planslash), the three approval options with auto-exit behaviour, and the standard plan-file sections (Context / Steps / Critical Files / Artifacts / Verification / Risks & Rollback) saved under<workdir>/plans/./planadded to the command table plus a tip box covering its two usage forms.Test plan
pnpm build通过(zh-Hans + en 双语;onBrokenLinks: 'throw'守卫无失效内部链接):::tip/:::info/:::warning)渲染正常../04-delegation/02-plan-confirmation.md#asking-the-agent-to-always-plan-first可点击跳转