[bot] Add /model --session, /model plan, and copilot plugins install --skill documentation - #195
Draft
DanWahlin wants to merge 1 commit into
Draft
[bot] Add /model --session, /model plan, and copilot plugins install --skill documentation#195DanWahlin wants to merge 1 commit into
DanWahlin wants to merge 1 commit into
Conversation
…--skill Document three beginner-relevant features added in recent CLI releases: - Chapter 01: Add tip about /model --session (-s) for session-only model changes - Chapter 04: Add /model plan section showing how to set a dedicated model for plan mode (useful for saving premium quota on lightweight planning tasks) - Chapter 05: Add copilot plugins install --skill as a CLI-native skill installation option alongside the existing gh skill install and copilot skill add commands Sources: - v1.0.75 release (2026-07-24): Claude Opus 5 support - v1.0.74 release (2026-07-23): /model plan command - v1.0.72 release (2026-07-20): /model --session, copilot plugins install --skill 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's New in the CLI (July 20–24, 2026)
The following beginner-relevant features were released in Copilot CLI v1.0.72–v1.0.75 and are not yet documented in the course:
New Features Found
copilot plugins install --skill— install skills directly from the CLI/model --session(-s) — change model for current session only/model plan//model --plan— pick a dedicated model for plan modeCourse Sections Updated
Chapter 01 — First Steps (
01-setup-and-first-steps/README.md)/model --session(-s) in the Switching Models section, explaining how to change models for a single session without affecting the global default.Chapter 04 — Agents & Custom Instructions (
04-agents-custom-instructions/README.md)/model planwith an example and a tip on saving premium quota by using lighter models for planning.Chapter 05 — Skills (
05-skills/README.md)copilot plugins install --skillas a new installation option in the "Finding and Using Community Skills" section, positioned before the existinggh skill installcoverage. Includes--scope projectfor team-shared installs.Source Announcements