[bot] Update Learning Hub for CLI v1.0.72–v1.0.75 (July 2026)#2433
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub for CLI v1.0.72–v1.0.75 (July 2026)#2433github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Fix outdated /worktree and /move documentation: in v1.0.72 these were split into distinct commands (/worktree leaves uncommitted changes behind, /move carries them into the new worktree) - Add /model plan command documentation (v1.0.74) - Add claude-opus-5 to model examples in repository settings section (v1.0.75) - Add Open Plugin Spec v1 / mcp.json manifest support note (v1.0.74) - Update lastUpdated dates on both pages 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 was found
Reviewing the GitHub Copilot CLI changelog (v1.0.72–v1.0.75, July 18–24, 2026) against the current Learning Hub revealed several outdated and missing items:
New features not yet documented
/worktreeand/movesplit (v1.0.72): These commands were previously documented as aliases of each other. In v1.0.72 they were split into distinct commands —/worktreecreates a new worktree and leaves uncommitted changes behind, while/movecarries uncommitted changes into the new worktree./model plancommand (v1.0.74): A new sub-command to select a dedicated model for plan mode, separate from the session model.mcp.jsonsupport (v1.0.74): Copilot CLI now supports the Open Plugin Spec v1 manifest format (mcp.json) in addition toplugin.json.Sections updated
copilot-configuration-basics.md/worktree//movesection to reflect the v1.0.72 split, clearly explaining which command does what/model plancommand under the Model Picker sectionclaude-opus-5to the model examples in the repository settings tableinstalling-and-using-plugins.mdmcp.json) manifest support (v1.0.74)Sources
/model plan, gemini-3.6-flash/worktreeand/movesplit into distinct commands