[bot] sync: CLI for Beginners — ch04 @-style imports + ch06 /mcp list (2026-07-10)#2264
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] sync: CLI for Beginners — ch04 @-style imports + ch06 /mcp list (2026-07-10)#2264github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Chapter 04: Add @-style imports section under Custom Instruction Files (released in v1.0.66, 2026-06-30). Users can now reference other files inside AGENTS.md or instruction files with @filepath syntax. - Chapter 06: Add /mcp list to the Additional MCP Commands reference table. Released in v1.0.69-1 (2026-07-04), /mcp list shows currently attached MCP servers and can be run while Copilot is working. Also add /mcp auth command and update enable/disable descriptions to note session persistence. - Bump lastUpdated to 2026-07-10 in both files. Upstream commits: c559ab4953a0 (2026-07-09) 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
Two content commits landed in
github/copilot-cli-for-beginnerssince the last sync (d9be63df5be5abff7946e300a86e855f902dd758):04-agents-custom-instructions/README.mdand06-mcp-servers/README.md(One additional commit added traffic analytics data only — no course content changes.)
Changes in detail
Chapter 04 (
04-agents-custom-instructions/README.md):@" under Custom Instruction Files. Released in v1.0.66 (2026-06-30), users can now reference other files insideAGENTS.mdor instruction files with@filepathsyntax. Includes a code example and a tip about sharing a common base file.Chapter 06 (
06-mcp-servers/README.md):/mcp listto the slash commands reference table. Released in v1.0.69-1 (2026-07-04),/mcp listshows currently attached MCP servers and can be run while Copilot is working (complementing/mcp show)./mcp auth <server-name>command (re-authenticate OAuth MCP servers)./mcp enableand/mcp disabledescriptions to note that changes persist across sessions.What was updated locally
website/src/content/docs/learning-hub/cli-for-beginners/04-agents-and-custom-instructions.md@" subsection with code example and tips; bumpedlastUpdatedto 2026-07-10website/src/content/docs/learning-hub/cli-for-beginners/06-mcp-servers.md/mcp list,/mcp authrows; updated enable/disable descriptions; bumpedlastUpdatedto 2026-07-10Source links