[bot] docs(learning-hub): sync CLI for Beginners with upstream v1.0.61–v1.0.62#2059
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] docs(learning-hub): sync CLI for Beginners with upstream v1.0.61–v1.0.62#2059github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
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>
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