Skip to content

Commit f2bc876

Browse files
hubwriterCopilot
andauthored
Hubwriter/cli plugins slash command ga (#62921)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6fcedd0 commit f2bc876

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ You can manage your configured MCP servers using the `/mcp` commands in interact
211211

212212
### Using `/mcp` commands in interactive mode
213213

214-
* **List configured MCP servers:** Use the command `/mcp show`. This displays all configured MCP servers and their current status.
214+
* **List configured MCP servers:** Use the command `/mcp`. This opens the plugins dashboard showing all configured MCP servers and their current status. Use `/mcp list` to print the same information as plain text.
215215

216216
* **View details about a specific server:** Use the command `/mcp show SERVER-NAME`. This displays the status of the specified server and the list of tools it provides.
217217

content/copilot/how-tos/copilot-cli/customize-copilot/add-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use the /frontend-design skill to create a responsive navigation bar in React.
4343
What skills do you have?
4444
```
4545

46-
* **Enable or disable specific skills:** use the command `/skills` and then use the up and down keys on your keyboard, and the space bar, to toggle skills on or off.
46+
* **Enable or disable specific skills:** use the command `/skills`, then use the up and down keys on your keyboard to select a skill, press <kbd>Enter</kbd>, and choose **Enable** or **Disable**.
4747

4848
* **Find out more about a skill** (including its location): use the command `/skills info`.
4949

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docsTeamMetrics:
2626
| `copilot login [OPTION]` | Authenticate with {% data variables.product.prodname_copilot_short %} via OAuth. See [`copilot login` options](#copilot-login-options). |
2727
| `copilot mcp` | Manage MCP server configurations from the command line. |
2828
| `copilot plugin` | Manage plugins and plugin marketplaces. |
29-
| `copilot plugins list` | Non-interactively inspect every plugin, MCP server, skill, instruction source, and language server discovered for the current working directory—the same resources the in-CLI plugins dashboard shows. See [Using `copilot plugins list`](#using-copilot-plugins-list). |
29+
| `copilot plugins list` | Non-interactively inspect every plugin, MCP server, skill, instruction source, and language server discovered for the current working directory. See [Using `copilot plugins list`](#using-copilot-plugins-list). |
3030
| `copilot skill` | Manage agent skills from the command line (list, add, and remove skills). See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/add-skills). |
3131
| `copilot update` | Download and install the latest version. |
3232
| `copilot version` | Display version information and check for updates. |
@@ -347,12 +347,12 @@ These are the slash commands you can use from within an interactive CLI session.
347347
| `/login` | Log in to {% data variables.product.prodname_copilot_short %}. |
348348
| `/logout` | Log out of {% data variables.product.prodname_copilot_short %}. |
349349
| `/lsp [show\|test\|reload\|logs\|help] [SERVER-NAME]` | Manage the language server configuration. The `logs` subcommand opens the live LSP services log panel. |
350-
| `/mcp [list\|show\|add\|edit\|delete\|disable\|enable\|auth\|reload\|search] [SERVER-NAME]` | Manage the MCP server configuration. `list` (alias `ls`) prints a plain-text list of configured servers with connection status and live state, and is read-only, so it can run while the agent is busy processing a turn; all other subcommands are blocked until the turn finishes. Sandboxed local servers show a `connected (sandboxed)` status. See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers#managing-mcp-servers). |
350+
| `/mcp [config\|list\|show\|add\|edit\|delete\|disable\|enable\|auth\|reload\|search] [SERVER-NAME]` | Manage the MCP server configuration. With no subcommand, or with `show`, the plugins dashboard opens showing your MCP servers. Select a server and press <kbd>Enter</kbd> for its details and for actions such as enabling or disabling it, or use `show SERVER-NAME` to open that server's details directly. `config` opens the MCP configuration interface instead of the dashboard. `list` (alias `ls`) prints a plain-text list of configured servers with connection status and live state, and is read-only, so it can run while the agent is busy processing a turn. All subcommands other than `config`, `show`, and `list` are blocked until the turn finishes. Sandboxed local servers show a `connected (sandboxed)` status. See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers#managing-mcp-servers). |
351351
| `/model [--session\|--global\|--repo\|--local] [MODEL]`, `/models` | Select the AI model you want to use, or choose **Auto**. By default (or with `--session`, alias `-s`), changes the model, reasoning effort, or context window for the current session only, without touching saved settings. `--repo`/`--local` pins the default model in repository settings instead; `--global` (or `/config model`) sets the default for future sessions. Press <kbd>Tab</kbd> on a model with a long-context variant to toggle its Context column between the default and long-context window. The picker groups models into sections—press <kbd>Shift</kbd>+<kbd>Tab</kbd> to cycle grouping between recommended (Recent, Recommended, New, and other models), vendor, and category. A model with vendor-specific data retention terms shows a data retention warning banner with a link to the vendor's policy. Usable mid-turn: a change requested while the agent is running is queued as a cancellable (<kbd>Ctrl</kbd>+<kbd>C</kbd>) command and applied once the current turn finishes, instead of switching the live model mid-request. See [AUTOTITLE](/copilot/concepts/models/auto-model-selection). |
352352
| `/permissions [default\|assisted\|allow-all\|show]` | Switch between permission modes (`default`, `assisted`, `allow-all`), or show the current mode (`show`). This is the canonical command for permission mode changes; `/allow-all` and `/yolo` remain supported as aliases. |
353353
| `/permissions reset` | Reset all in-memory tool and path approvals for the current session (re-prompt on next use). |
354354
| `/plan [PROMPT]` | Create an implementation plan before coding. |
355-
| `/plugin` | Open the plugins dashboard on the Plugins tab. Bare `/mcp` and `/skills` open the same dashboard, focused on the MCP or Skills tab instead. See [AUTOTITLE](/copilot/concepts/agents/about-plugins). |
355+
| `/plugin` | Open the plugins dashboard showing your installed plugins. Select a plugin and press <kbd>Enter</kbd> for its details and for actions such as enabling, disabling, updating, or uninstalling it. Use the <kbd>←</kbd> and <kbd>→</kbd> keys to switch between the **Installed**, **Online**, and **Marketplace** views. The dashboard shows only plugins—use `/mcp` for MCP servers and `/skills` for skills. See [AUTOTITLE](/copilot/concepts/agents/about-plugins). |
356356
| `/plugin install SOURCE` | Install a plugin from a marketplace spec, {% data variables.product.github %} repository, git URL, or local path. |
357357
| `/plugin update PLUGIN[@MARKETPLACE]` | Update an installed plugin. |
358358
| `/plugin uninstall PLUGIN[@MARKETPLACE]` (aliases `remove`, `rm`) | Uninstall a plugin. |

content/copilot/reference/copilot-cli-reference/cli-plugin-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In addition to installing a plugin from a specification, `copilot plugins instal
6464

6565
Installing a directory registers it as a custom skill source rather than copying it; installing a file or URL copies the skill's content into your personal or project skills directory.
6666

67-
MCP servers install from a policy-configured registry, which requires authentication and interactive secret entry. Use the `/plugin` or `/mcp` dashboard (Online mode) to add MCP servers instead of `copilot plugins install`.
67+
MCP servers install from a policy-configured registry, which requires authentication and interactive secret entry. Use the **Online** view of the `/mcp` dashboard to add MCP servers instead of `copilot plugins install`.
6868

6969
### `copilot plugins update` options
7070

@@ -93,7 +93,7 @@ Built-in default marketplaces ship with the runtime and can't be removed.
9393
| `browse NAME [--json]` | List the plugins offered by a marketplace's catalog |
9494
| `update [NAME]` (alias `refresh`) | Refresh the plugin catalog for one marketplace, or all if `NAME` is omitted |
9595

96-
In interactive mode, run `/plugin marketplace update [NAME]` (alias `/plugin marketplace refresh`), or press `r` in the plugins dashboard's Marketplace tab, to refresh every registered marketplace's catalog.
96+
In interactive mode, run `/plugin marketplace update [NAME]` (alias `/plugin marketplace refresh`), or press <kbd>R</kbd> in the **Marketplace** view of the `/plugin` dashboard, to refresh every registered marketplace's catalog.
9797

9898
## `plugin.json`
9999

0 commit comments

Comments
 (0)