docs(cli): document the new Warp Agent CLI slash commands - #493
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(cli): document the new Warp Agent CLI slash commands#493hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
Adds /connect-grok, /manage-billing, and /upgrade, which the docs audit flagged as new but undocumented slash commands, and fills the remaining gaps in the CLI slash command table (/fork, /reset-statusline, /status, /vim-mode) so it matches the registry in static_commands/commands.rs. Co-Authored-By: Warp Agent <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Documents the Warp Agent CLI slash commands that the
missing_docsdrift-watch audit flagged as new-but-undocumented, plus the ones already in the registry that the CLI reference table was missing.What changed
cli/reference.mdx— added the missing rows to the slash command table so it matchesapp/src/search/slash_command_menu/static_commands/commands.rs:/connect-grok— connect an X Premium or SuperGrok subscription (new, flagged by the audit)/manage-billing— open the team billing page (new, flagged by the audit)/upgrade— open the Warp upgrade page (new, flagged by the audit)/fork,/reset-statusline,/status,/vim-mode— already shipped and TUI-registered, but absent from a table that claims to list every slash commandcli/index.mdx— new "Checking your account, plan, and billing" section covering/status,/upgrade, and/manage-billing./manage-billingis documented as admin-only because the CLI only registers it whenmanage_billing_urlresolves for the signed-in user (app/src/terminal/input/slash_commands/data_source/tui.rs).cli/models-and-usage.mdxandagents/inference/grok-subscription.mdx—/connect-grokdocumented as the CLI shortcut into the same xAI sign-in that/api-keysexposes.cli/input-and-shell-commands.mdx— short "Vim mode" subsection for/vim-mode, which was previously only referenced indirectly through the statusline indicator.cli/configuration.mdx—/reset-statuslinenoted alongside/statusline.Verification
Availability::ALWAYS/AI_ENABLED, no feature flag) andSlashCommandSurfaces::TuiOnly, so they are GA and CLI-only.crates/warp_tui/src/terminal_session_view.rs(execute_tui_slash_command) andterminal_session_view/status_menu.rs.npm run buildpasses (364 pages).undocumented_slash_commandsfrom 3 to 0.Deferred findings from this audit run
Nothing else in this run needs a doc page, but these were triaged and deliberately left for other owners:
developers/agent-api-openapi.yaml(GET /agent/artifacts/{artifactUid}/download,GET /agent/run-by-external-reference,POST /agent/runs/{runId}/scores). They are present and non-x-internalin warp-server's canonical spec, so they belong in the published subset — but the regeneration is a wholesale rewrite that would also publish research-preview Agent Memory schemas (AgentMemoryCreateConfig,AgentAutoMemoryResponse,MemoryStoreAttachmentResponse, …) that are transitively referenced fromCreateAgentRequest/AgentResponse. Per the skill's public/private guardrail this is deferred to a dedicatedsync-openapi-specrun once that exposure is settled. Details are in the companion bookkeeping PR.style_lint. Details in the companion bookkeeping PR.Surface map and snapshot updates for this run ship in the companion audit-bookkeeping PR.
Conversation: https://staging.warp.dev/conversation/52a9f9f7-2e0a-43ae-82c4-84a04c9d4eb1
Run: https://oz.staging.warp.dev/runs/019fdd2a-edce-719d-9dc1-678ca78ec7e0
This PR was generated with Oz.