[bot] docs(learning-hub): update for Copilot CLI v1.0.64–v1.0.66 features#2138
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] docs(learning-hub): update for Copilot CLI v1.0.64–v1.0.66 features#2138github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
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 <[email protected]>
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.
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