Skip to content

Commit fcbdba1

Browse files
hubwritersubatoi
andauthored
Copilot CLI: Remove staff-only slash commands (#61402)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent 6614dd0 commit fcbdba1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ Sessions already open in another window float to the top in all non-relevance so
219219
| `/share [file\|html\|gist] [session\|research] [PATH]`, `/export [file\|html\|gist] [session\|research] [PATH]` | Share the session to a Markdown file, interactive HTML file, or {% data variables.product.github %} gist. |
220220
| `/skills [list\|info\|add\|remove\|reload] [ARGS...]` | Manage skills for enhanced capabilities. See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/create-skills). |
221221
| `/statusline`, `/footer` | Configure which items appear in the status line. |
222-
| `/streamer-mode`, `/on-air` | Toggle streamer mode, which hides preview model names and quota details. Useful when demonstrating {% data variables.copilot.copilot_cli_short %} or screen sharing. |
223222
| `/tasks` | View and manage tasks (subagents and shell commands). |
224223
| `/terminal-setup` | Configure the terminal for multiline input support (<kbd>Shift</kbd>+<kbd>Enter</kbd> and <kbd>Ctrl</kbd>+<kbd>Enter</kbd>). |
225224
| `/theme [default\|dim\|high-contrast\|colorblind]` | View or set the color mode. |
@@ -293,7 +292,7 @@ For a complete list of available slash commands enter `/help` in the CLI's inter
293292
| `--secret-env-vars=VAR ...` | Redact an environment variable from shell and MCP server environments (can be used multiple times). For multiple variables, use a quoted, comma-separated list. The values in the `GITHUB_TOKEN` and `COPILOT_GITHUB_TOKEN` environment variables are redacted from output by default. |
294293
| `--share=PATH` | Share a session to a Markdown file after completion of a programmatic session (default path: `./copilot-session-<ID>.md`). |
295294
| `--share-gist` | Share a session to a secret {% data variables.product.github %} gist after completion of a programmatic session. |
296-
| `--stream=MODE` | Enable or disable streaming mode (mode choices: `on` or `off`). |
295+
| `--stream=MODE` | Enable or disable streaming mode, which displays {% data variables.product.prodname_copilot_short %}'s response progressively as it is generated rather than waiting for the full response to arrive (mode choices: `on` or `off`, default: `on`).
297296
| `-v`, `--version` | Show version information. |
298297
| `--yolo` | Enable all permissions (equivalent to `--allow-all`). |
299298

0 commit comments

Comments
 (0)