[bot] Update slash commands: replace removed /plugins with /plugin, /instructions, /subagents (v1.0.81) - #211
Merged
DanWahlin merged 1 commit intoSep 4, 2026
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>
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The required Chapter 00 and devcontainer version updates are missing.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
01-setup-and-first-steps/README.md — These v1.0.81-specific commands and dashboard behaviors introduce a new minimum CLI requirement,… |
What changed in this PR
Updates Chapter 01’s slash-command reference for Copilot CLI v1.0.81.
Changes:
- Replaces
/pluginswith/plugin,/instructions, and/subagents. - Updates
/mcpand/skillsdashboard descriptions.
| File | Description |
|---|---|
01-setup-and-first-steps/README.md |
Updates the Agent Environment command table. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+415
to
+419
| | `/instructions` | View and manage all loaded instruction files for the current session | | ||
| | `/mcp` | Open the plugins dashboard (focused on MCP servers); use `/mcp config` for the dedicated MCP setup wizard | | ||
| | `/plugin` | Open the plugins dashboard to browse, install, enable, and update plugins | | ||
| | `/settings` | Open an interactive dialog to browse and edit all user settings in one place | | ||
| | `/skills` | Manage skills for enhanced capabilities | | ||
| | `/skills` | Open the plugins dashboard (focused on skills) to discover and manage skills | |
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.