docs: document the new Warp Agent CLI slash commands - #493
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 Powered by Oz |
There was a problem hiding this comment.
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
…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>
971a906 to
fa61bf6
Compare
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>
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-modeto the slash command table; removes/version, which is no longer in the command registry; notes which commands appear conditionally and what/statusshows; 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-statuslinealongside statusline customization.agents/cli/models-and-usage.mdxandagents/inference/grok-subscription.mdx—/connect-grokas 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/statuspanel fields (version, conversation name and ID, working directory, org, email) and the team-admin gate on/manage-billing.Validation
npm run buildpasses.