[bot] sync: cli-for-beginners Learning Hub updates (2026-07-06 to 2026-07-13) - #4
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
- 01-setup-and-first-steps: Add /refine command to Essential Slash Commands table with tip; add /env to Agent Environment table; fix shell quoting in Common Mistakes (single quotes instead of double quotes) - 04-agents-and-custom-instructions: Add @-style imports section under Custom Instruction Files (introduced in v1.0.66) - 06-mcp-servers: Add /mcp list to commands table; add /mcp auth entry; update enable/disable descriptions to note persistence; add Option 1/2 structure with copilot mcp terminal commands section Upstream commits: - 6d5127d15f79 (2026-07-06) docs: add /mcp list and @-style imports - 349aac61d6ff (2026-07-09) fix shell quoting in Common Mistakes table - 5ae1cbbb831e (2026-07-13) docs: add /refine command documentation - a67a260143c2 (2026-07-13) docs: remove unverified /plugins command 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
Four commits landed in
github/copilot-cli-for-beginnerssince the last sync:6d5127d/mcp listcommand and@-style imports for instruction files349aac65ae1cbb/refinecommand documentationa67a260/pluginscommand documentationWhat Was Updated Locally
01-setup-and-first-steps.md/refineto the Essential Slash Commands table (released in v1.0.70, rewrites rough prompts into clear ones)💡tip explaining when to use/refine/envto the Agent Environment additional commands table'What does $HOME mean?') so the shell doesn't expand$HOMEbefore Copilot sees the prompt04-agents-and-custom-instructions.md@" subsection under Custom Instruction Files (released in v1.0.66)@filepathsyntax for referencing other instruction files fromAGENTS.md06-mcp-servers.md/mcp listto the Additional MCP Commands table (released in v1.0.69-1, can be run while Copilot is working)/mcp authentry for re-authenticating OAuth MCP servers/mcp enableand/mcp disabledescriptions to note they persist across sessionscopilot mcpterminal commands to match upstream structurecopilot mcp list/enable/disableterminal usage block