[bot] docs(learning-hub): sync CLI for Beginners with upstream v1.0.61–v1.0.62#2059
Merged
aaronpowell merged 1 commit intoJun 23, 2026
Merged
Conversation
…hanges - Chapter 01: Add /settings to Agent Environment slash commands table - Chapter 01: Add /app to Help and Feedback slash commands table - Chapter 04: Add ~/.copilot/instructions/**/*.instructions.md user-level instruction file location to Instruction File Formats table - Chapter 06: Update MCP Configuration File section to mention .github/mcp.json as a new workspace-level config location (auto-loaded alongside .mcp.json) - Chapter 06: Add deprecation note for .vscode/mcp.json (no longer supported) - Chapter 06: Update 'Save this as...' line and troubleshooting table to use .mcp.json instead of .vscode/mcp.json for project-level config - Bump lastUpdated frontmatter on all three changed pages to 2026-06-19 Upstream commits: - a6ab44b08fa5 docs: add /settings, /app commands and new config locations from v1.0.61-62 - 05493b8b493b Update README.md (06-mcp-servers) - 53326395c92a Merge pull request #165 (bot sync) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
aaronpowell
approved these changes
Jun 23, 2026
Contributor
Author
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs the Learning Hub “Copilot CLI for Beginners” chapters with upstream Copilot CLI documentation updates for v1.0.61–v1.0.62, primarily covering new/updated CLI commands and MCP configuration locations.
Changes:
- Updated Chapter 01 slash-command reference tables to include
/settingsand/app. - Updated Chapter 04 instruction file location table to include user-level
~/.copilot/instructions/**/*.instructions.md. - Updated Chapter 06 MCP configuration guidance to reference
.mcp.json/.github/mcp.jsonand added a deprecation note for.vscode/mcp.json.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/learning-hub/cli-for-beginners/01-setup-and-first-steps.md | Adds new CLI commands (/settings, /app) and bumps lastUpdated. |
| website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md | Documents user-level instruction-file glob and bumps lastUpdated. |
| website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md | Updates MCP config file locations, adds .vscode/mcp.json deprecation note, and bumps lastUpdated. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 1
Comment on lines
+136
to
+138
| MCP servers can be configured at the user level in `~/.copilot/mcp-config.json`, which applies across projects, at the project level in `.mcp.json`, or in the workspace config file `.github/mcp.json`. `.github/mcp.json` is auto-loaded alongside `.mcp.json`. If you used `/mcp search`, the CLI created or updated your user-level `~/.copilot/mcp-config.json`, but understanding the JSON format is useful when you want to customize or share project-level MCP configuration. | ||
|
|
||
| > ⚠️ **Note**: `.vscode/mcp.json` is no longer supported as an MCP config source. If you have an existing `.vscode/mcp.json`, migrate it to `.mcp.json` in your project root. The CLI will show a migration hint if it detects an old config file. |
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 changed upstream
5 new commits landed in
github/copilot-cli-for-beginnerssince the last sync (bddd5ef), covering GitHub Copilot CLI v1.0.61 (2026-06-09) and v1.0.62 (2026-06-13):docs: add /settings, /app commands and new config locations from v1.0.61-62Update README.md(06-mcp-servers)Merge pull request #165(bot sync merge)5b5d1d0,bb80af0The substantive content changes span three upstream source files:
01-setup-and-first-steps/README.md04-agents-custom-instructions/README.md06-mcp-servers/README.mdWhat was updated locally
website/src/content/docs/learning-hub/cli-for-beginners/01-setup-and-first-steps.md/settings— "Open an interactive dialog to browse and edit all user settings in one place"/app— "Open the GitHub app (or browser fallback) directly from the CLI"lastUpdated→2026-06-19website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md~/.copilot/instructions/**/*.instructions.mdrow — user-level personal instructions that apply across all projectslastUpdated→2026-06-19website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md.mcp.json(project-level) and.github/mcp.json(workspace-level, auto-loaded alongside.mcp.json).vscode/mcp.jsonis no longer supported; migrate to.mcp.json.vscode/mcp.json→.mcp.jsonin the project root.mcp.jsonor.github/mcp.jsonlastUpdated→2026-06-19Source links