Skip to content

[bot] docs(learning-hub): sync CLI for Beginners with upstream v1.0.61–v1.0.62#2059

Merged
aaronpowell merged 1 commit into
stagedfrom
sync/cli-for-beginners-2026-06-19-d15943fcc3709de7
Jun 23, 2026
Merged

[bot] docs(learning-hub): sync CLI for Beginners with upstream v1.0.61–v1.0.62#2059
aaronpowell merged 1 commit into
stagedfrom
sync/cli-for-beginners-2026-06-19-d15943fcc3709de7

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What changed upstream

5 new commits landed in github/copilot-cli-for-beginners since the last sync (bddd5ef), covering GitHub Copilot CLI v1.0.61 (2026-06-09) and v1.0.62 (2026-06-13):

Commit Summary
a6ab44b docs: add /settings, /app commands and new config locations from v1.0.61-62
05493b8 Update README.md (06-mcp-servers)
5332639 Merge pull request #165 (bot sync merge)
5b5d1d0, bb80af0 Traffic data (non-content, skipped)

The substantive content changes span three upstream source files:

  • 01-setup-and-first-steps/README.md
  • 04-agents-custom-instructions/README.md
  • 06-mcp-servers/README.md

What was updated locally

website/src/content/docs/learning-hub/cli-for-beginners/01-setup-and-first-steps.md

  • Agent Environment table: added /settings — "Open an interactive dialog to browse and edit all user settings in one place"
  • Help and Feedback table: added /app — "Open the GitHub app (or browser fallback) directly from the CLI"
  • Bumped lastUpdated2026-06-19

website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md

  • Instruction File Formats table: added ~/.copilot/instructions/**/*.instructions.md row — user-level personal instructions that apply across all projects
  • Bumped lastUpdated2026-06-19

website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md

  • MCP Configuration File section (intro paragraph): updated to mention .mcp.json (project-level) and .github/mcp.json (workspace-level, auto-loaded alongside .mcp.json)
  • Added deprecation note: .vscode/mcp.json is no longer supported; migrate to .mcp.json
  • Updated "Save this as..." line: .vscode/mcp.json.mcp.json in the project root
  • Updated troubleshooting table: project-level config now correctly listed as .mcp.json or .github/mcp.json
  • Bumped lastUpdated2026-06-19

Source links


📝 The markdown body of this workflow can be edited directly on GitHub.com without recompilation.

Generated by CLI for Beginners Content Sync · ● 15.2M ·

…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 aaronpowell marked this pull request as ready for review June 23, 2026 04:15
@aaronpowell aaronpowell requested a review from DanWahlin as a code owner June 23, 2026 04:15
Copilot AI review requested due to automatic review settings June 23, 2026 04:15
@github-actions github-actions Bot added the website-update PR touches website content or code label Jun 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jun 23, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 /settings and /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.json and 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.
@aaronpowell aaronpowell merged commit a867de7 into staged Jun 23, 2026
11 checks passed
@aaronpowell aaronpowell deleted the sync/cli-for-beginners-2026-06-19-d15943fcc3709de7 branch June 23, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update cli-for-beginners learning-hub needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants