[bot] docs: update course content with Copilot CLI v1.0.71–v1.0.72 features#192
Draft
DanWahlin wants to merge 1 commit into
Draft
[bot] docs: update course content with Copilot CLI v1.0.71–v1.0.72 features#192DanWahlin wants to merge 1 commit into
DanWahlin wants to merge 1 commit into
Conversation
- Chapter 01: note that plan mode is read-only and hard-blocks file edits until you approve (v1.0.71-2) - Chapter 04: add multi-turn subagents tip — follow-up messages to running agents via /tasks now always enabled (v1.0.72-0) - Chapter 05: update copilot skill list example to show disabled skills are marked with [disabled] (v1.0.71-2) 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 Copilot CLI (v1.0.71–v1.0.72, July 13–20 2026)
Three beginner-relevant changes were identified in the Copilot CLI releases published in the past 7 days and added to the course.
1. Plan mode now hard-blocks file edits (v1.0.71-2)
Release: v1.0.71-2 (July 15, 2026)
Section updated: Chapter 01 — Mode 2: Plan Mode (
01-setup-and-first-steps/README.md)The "Key insight" paragraph now explicitly tells beginners that plan mode is read-only and won't touch their files until they approve. This removes a common worry for new users who aren't sure if Copilot will change their code immediately.
2. Multi-turn subagents are always enabled (v1.0.72-0)
Release: v1.0.72-0 (July 16, 2026)
Section updated: Chapter 04 — Built-in Agents (
04-agents-custom-instructions/README.md)Added a new tip after the Task Agent table explaining that beginners can now open
/tasksto send follow-up instructions to a running background agent — without waiting for it to finish.3.
copilot skill listmarks disabled skills (v1.0.71-2)Release: v1.0.71-2 (July 15, 2026)
Section updated: Chapter 05 — Example: View Your Skills (
05-skills/README.md)Updated the
copilot skill listcode example to show a skill with a[disabled]label, and added a tip explaining what disabled skills are and why they appear.Source announcements