[bot] Update slash commands: replace removed /plugins with /plugin, /instructions, /subagents (v1.0.81) - #211
Draft
DanWahlin wants to merge 1 commit into
Draft
Conversation
…ctions, /subagents The /plugins command was removed in Copilot CLI v1.0.81 (released 2026-08-27). Its functionality was split across dedicated commands: - /plugin: plugins dashboard for browsing, installing, enabling, and updating plugins - /instructions: view and manage loaded instruction files - /subagents: view and manage subagents in the current session Also updated /mcp and /skills descriptions to reflect the unified plugins dashboard that /mcp, /skills, and /plugin now open. 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 in Copilot CLI
v1.0.81 (2026-08-27) removed the
/pluginscommand. Its functionality was split across three dedicated commands:/plugin— manage the plugins dashboard (browse, install, enable, update)/instructions— view and manage loaded instruction files/subagents— view and manage subagents in the sessionAdditionally,
/mcp(bare) and/skillsnow open the unified plugins dashboard;/mcp configis still the dedicated MCP setup wizard.Source: https://github.com/github/copilot-cli/releases/tag/v1.0.81
What was updated
Chapter 01: First Steps (
01-setup-and-first-steps/README.md) — Agent Environment slash commands table:/pluginsrow/pluginwith accurate description of the plugins dashboard/instructions(new command for viewing loaded instruction files)/subagents(new command for managing session subagents)/mcpdescription to reflect dashboard behavior and point to/mcp configfor the MCP wizard/skillsdescription to reflect dashboard behaviorWhy this matters for beginners
The
/pluginscommand no longer exists — learners who try to run it will get an error. The table now accurately reflects the commands available in v1.0.81+, so beginners can use them with confidence.