Skip to content

[bot] docs(learning-hub): update for Copilot CLI v1.0.64–v1.0.66 features#2138

Merged
aaronpowell merged 4 commits into
mainfrom
docs/learning-hub-updates-june-26-2026-ad3cfc25ece45765
Jun 29, 2026
Merged

[bot] docs(learning-hub): update for Copilot CLI v1.0.64–v1.0.66 features#2138
aaronpowell merged 4 commits into
mainfrom
docs/learning-hub-updates-june-26-2026-ad3cfc25ece45765

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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):

Feature Version Status
Agent reasoningEffort frontmatter field v1.0.66+ 🆕 New
/cd session-resume persistence + agent discovery v1.0.65 🆕 New
Canvas auto-resume after CLI restart v1.0.65 🆕 New
/every / /loop scheduled prompts existing + /loop alias v1.0.64 ⚠️ Undocumented
/worktree task-in-name feature v1.0.66+ 🆕 New
--dynamic-retrieval skills=<on|off> flag v1.0.66+ 🆕 New
MCP server toggle from list view v1.0.66+ 🆕 New
proxy config setting for HTTP(S) proxy v1.0.64+ ⚠️ Undocumented

What sections were updated

building-custom-agents.md

  • Added reasoningEffort frontmatter field documentation, explaining how agents can pin a specific reasoning effort level (low/medium/high) regardless of the user's global setting

copilot-configuration-basics.md

  • Added proxy to the CLI settings table for HTTP(S) proxy support (v1.0.64+)
  • Updated /cd section 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
  • Updated /worktree section to document v1.0.66+ task-in-name: passing a sentence names the branch from the task and immediately starts working on it
  • Added new /every and /loop section documenting scheduled recurring prompts with interval syntax and schedule manager

understanding-mcp-servers.md

  • Added note about the v1.0.66+ MCP server toggle in the list view, allowing servers to be enabled/disabled without editing config files

working-with-canvas-extensions.md

  • Added new "Canvas persistence across restarts" section documenting the v1.0.65 automatic canvas resume behavior

Source announcements

Generated by Learning Hub Updater · 222.6 AIC · ⌖ 14.1 AIC · ⊞ 5.7K ·

- 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>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this change is incorrect, can it be removed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in d72d9f5 — I removed the Canvas persistence section and reverted the file to its pre-change state.

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot AI requested a review from aaronpowell June 29, 2026 01:00
@github-actions github-actions Bot added the website-update PR touches website content or code label Jun 29, 2026
aaronpowell
aaronpowell previously approved these changes Jun 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jun 29, 2026
@aaronpowell aaronpowell marked this pull request as ready for review June 29, 2026 01:40
Copilot AI review requested due to automatic review settings June 29, 2026 01:40
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, /cd resume persistence, /worktree task-in-name, /every//loop, dynamic skill retrieval).
  • Added MCP server UX update documentation (toggle enable/disable directly from /mcp list 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

Comment thread website/src/content/docs/learning-hub/copilot-configuration-basics.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

GitHub Advanced Security finished work on behalf of aaronpowell June 29, 2026 01:46
GitHub Advanced Security started work on behalf of aaronpowell June 29, 2026 01:50 View session
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

GitHub Advanced Security finished work on behalf of aaronpowell June 29, 2026 01:51
@aaronpowell aaronpowell merged commit 0938fdc into main Jun 29, 2026
18 checks passed
@aaronpowell aaronpowell deleted the docs/learning-hub-updates-june-26-2026-ad3cfc25ece45765 branch June 29, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants