Conversation
…fort - Chapter 04: Add .claude/settings.json and .claude/settings.local.json to the Instruction File Formats table, plus a new 'Settings Files' section explaining how they differ from instruction files (added in CLI v1.0.12) - Chapter 01: Update the Switching Models section to describe the new full-screen model picker and inline reasoning effort adjustment with ← / → arrow keys (added in CLI v1.0.12) 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 (past 7 days)
Releases v1.0.12–v1.0.14 shipped March 26–31, 2026. Two changes are beginner-relevant and were missing from the course:
1.
.claude/settings.jsonand.claude/settings.local.json(v1.0.12)Copilot CLI now reads these files from the project's
.claude/folder as additional repo config sources. These are behavior settings (how the tool acts) as opposed to instruction files (what it knows). The project-level file is committed and shared; the local file is personal and not committed.2. Model picker full-screen view with inline reasoning effort (v1.0.12)
The
/modelcommand now opens a full-screen picker. Inside it, you can adjust reasoning effort with the ← / → arrow keys. The active effort level is shown in the session header (e.g.,claude-sonnet-4.5 (high)).What was already covered (no changes needed)
/rewindtimeline picker ✓/allow-all [on|off|show]✓/renameauto-generates session name ✓Sections updated
04-agents-custom-instructions/README.md).claude/settings.jsonand.claude/settings.local.jsonrows to the Instruction File Formats table; added a new "Settings Files" subsection explaining the two files and their intended use01-setup-and-first-steps/README.md)Sources