[bot] docs(learning-hub): update for Copilot CLI v1.0.64–v1.0.66 features#2138
Conversation
- building-custom-agents: add reasoningEffort frontmatter field (v1.0.66+) - copilot-configuration-basics: - add proxy setting to settings table (v1.0.64+) - update /cd to note session-resume persistence and agent discovery (v1.0.65) - update /worktree to note task-in-name feature (v1.0.66+) - add /every and /loop commands for scheduled prompts (v1.0.64+) - add dynamic skill retrieval --dynamic-retrieval flag (v1.0.66+) - understanding-mcp-servers: add MCP server toggle from list view (v1.0.66+) - working-with-canvas-extensions: add canvas auto-resume on restart (v1.0.65) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
There was a problem hiding this comment.
Pull request overview
Updates the Learning Hub documentation to reflect new GitHub Copilot CLI capabilities introduced in v1.0.64–v1.0.66-0, ensuring the docs stay aligned with recent CLI behavior and configuration options.
Changes:
- Documented new agent frontmatter support for per-agent reasoning effort overrides.
- Expanded configuration docs with new CLI settings/commands (proxy,
/cdresume persistence,/worktreetask-in-name,/every//loop, dynamic skill retrieval). - Added MCP server UX update documentation (toggle enable/disable directly from
/mcplist view).
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/learning-hub/understanding-mcp-servers.md | Adds documentation for toggling MCP servers on/off from the /mcp list view and updates lastUpdated. |
| website/src/content/docs/learning-hub/copilot-configuration-basics.md | Documents new/updated CLI settings and commands (dynamic skill retrieval, proxy, /cd, /worktree, /every//loop) and updates lastUpdated. |
| website/src/content/docs/learning-hub/building-custom-agents.md | Documents the new reasoningEffort agent frontmatter field and updates lastUpdated. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Low
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
What new features or changes were found
Reviewing the GitHub Copilot CLI releases from the past 7 days (v1.0.64 on June 23, v1.0.65 on June 24, and v1.0.66-0 prerelease on June 26):
reasoningEffortfrontmatter field/cdsession-resume persistence + agent discovery/every//loopscheduled prompts/loopalias v1.0.64/worktreetask-in-name feature--dynamic-retrieval skills=<on|off>flagproxyconfig setting for HTTP(S) proxyWhat sections were updated
building-custom-agents.mdreasoningEffortfrontmatter field documentation, explaining how agents can pin a specific reasoning effort level (low/medium/high) regardless of the user's global settingcopilot-configuration-basics.mdproxyto the CLI settings table for HTTP(S) proxy support (v1.0.64+)/cdsection to document v1.0.65 behavior: working directory now persists across session resume (not just session switches) and custom agents are re-discovered after a/cd/worktreesection to document v1.0.66+ task-in-name: passing a sentence names the branch from the task and immediately starts working on it/everyand/loopsection documenting scheduled recurring prompts with interval syntax and schedule managerunderstanding-mcp-servers.mdworking-with-canvas-extensions.mdSource announcements