[bot] Update Learning Hub for Copilot CLI v1.0.71: /worktree split, voice mode, CLI canvas support#2303
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
- Fix /worktree and /move documentation: split into separate commands (/worktree leaves uncommitted changes behind, /move carries them) - Add /voice and /voice devices documentation (v1.0.71+) - Add canvas support in CLI section to working-with-canvas-extensions.md (v1.0.71+) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
From the Copilot CLI releases this week (July 9–15, 2026):
v1.0.71-1 (2026-07-14)
/worktreeand/moveare now split commands:/worktreecreates a new worktree and leaves uncommitted changes behind;/movecarries uncommitted changes into the new worktree. This is a behavioral change from the previous behavior where/movewas just an alias for/worktree.v1.0.71-2 (2026-07-15)
/voice devices): New/voicecommand for voice input, with/voice devicesto choose and persist the microphone.What sections were updated
copilot-configuration-basics.md/worktree//movesection: corrected outdated description that called/movean alias. Now accurately describes them as distinct commands with different behaviors (v1.0.71+)./voiceand/voice devicesdocumentation (v1.0.71+), placed after the/refinecommand section.lastUpdatedto 2026-07-15.working-with-canvas-extensions.mdlastUpdatedto 2026-07-15.Source announcements