Skip to content

docs: document the new Warp Agent CLI slash commands - #493

Open
hongyi-chen wants to merge 4 commits into
mainfrom
docs/cli-slash-commands
Open

docs: document the new Warp Agent CLI slash commands#493
hongyi-chen wants to merge 4 commits into
mainfrom
docs/cli-slash-commands

Conversation

@hongyi-chen

@hongyi-chen hongyi-chen commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Brings the Warp Agent CLI slash command reference back in sync with the command registry.

  • agents/cli/reference.mdx — adds /connect-grok, /fork, /manage-billing, /orchestrate, /reset-statusline, /status, /upgrade, and /vim-mode to the slash command table; removes /version, which is no longer in the command registry; notes which commands appear conditionally and what /status shows; updates the "Updating" troubleshooting step that told readers to run /version.
  • agents/cli/index.mdx — new "Checking your account, plan, and billing" section for /status, /upgrade, and /manage-billing.
  • agents/cli/input-and-shell-commands.mdx — new "Vim mode" subsection for /vim-mode.
  • agents/cli/configuration.mdx/reset-statusline alongside statusline customization.
  • agents/cli/models-and-usage.mdx and agents/inference/grok-subscription.mdx/connect-grok as the direct route into the xAI sign-in.

Source

  • warp:app/src/search/slash_command_menu/static_commands/commands.rs — command names, descriptions, arguments, and TUI surfaces.
  • warp:crates/warp_tui/src/terminal_session_view.rs — what each command does, including the /status panel fields (version, conversation name and ID, working directory, org, email) and the team-admin gate on /manage-billing.

Validation

npm run build passes.

@hongyi-chen hongyi-chen added the documentation Improvements or additions to documentation label Aug 7, 2026
@cla-bot cla-bot Bot added the cla-signed label Aug 7, 2026
@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 12, 2026 7:23pm

Request Review

@hongyi-chen
hongyi-chen requested a review from moirahuang August 7, 2026 17:15
@hongyi-chen
hongyi-chen marked this pull request as ready for review August 9, 2026 18:38
@oz-for-oss

oz-for-oss Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR documents newly available Warp Agent CLI slash commands across the CLI overview, reference, configuration, model usage, input, and Grok subscription pages. The changed content aligns with the attached diff context, keeps the slash command reference consistent with the TUI command surface, and does not introduce code, configuration, or security-sensitive behavior.

Concerns

  • No blocking concerns found.
  • No approved or repository spec context was provided, so there is no implementation-spec drift to report.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

hongyi-chen and others added 2 commits August 12, 2026 17:15
…lash commands

Adds the three new Warp Agent CLI-only slash commands to the CLI reference
table and cross-references /connect-grok from the BYOK section of models and
usage.

Co-Authored-By: Warp Agent <agent@warp.dev>
Adds /connect-grok, /fork, /manage-billing, /orchestrate, /reset-statusline,
/status, /upgrade, and /vim-mode to the CLI reference, drops /version (removed
from the command registry), and documents the account, plan, and billing
commands, Vim mode, and the statusline reset where they belong.

Co-Authored-By: Warp Agent <agent@warp.dev>
@guyscherzer8
guyscherzer8 force-pushed the docs/cli-slash-commands branch from 971a906 to fa61bf6 Compare August 12, 2026 17:24
@guyscherzer8 guyscherzer8 changed the title docs(cli): document the new Warp Agent CLI slash commands docs: document the new Warp Agent CLI slash commands Aug 12, 2026
Rework per review: replace hardcoded "Oz web app" with {VARS.WEB_APP}
so the planned product-name rename propagates consistently.

Co-Authored-By: Warp Agent <agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed documentation Improvements or additions to documentation warpy-factory Opened by the Warp factory agents

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants