Skip to content

docs: add /copy-debugging-id to the slash commands reference - #443

Closed
hongyi-chen wants to merge 1 commit into
mainfrom
docs/copy-debugging-id-slash-command
Closed

docs: add /copy-debugging-id to the slash commands reference#443
hongyi-chen wants to merge 1 commit into
mainfrom
docs/copy-debugging-id-slash-command

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

/copy-debugging-id is a new slash command available in the desktop app, but the Slash Commands page didn't list it.

Found by the missing_docs drift-watch audit (new slash command detected by the snapshot diff) and verified against app/src/search/slash_command_menu/static_commands/commands.rs.

Changes

src/content/docs/agent-platform/capabilities/slash-commands.mdx

  • Added a /copy-debugging-id row to the static slash commands table, in alphabetical order between /conversations and /cost, linking to the feedback docs so readers know when to reach for it.

Why this one and not the other three

The same audit run flagged four new slash commands. Only /copy-debugging-id belongs on this page:

  • /copy-debugging-id is SlashCommandSurfaces::GuiAndTui, so it appears in the desktop app. Documented here.
  • /api-keys, /reset-statusline, and /vim-mode are all SlashCommandSurfaces::TuiOnly. They aren't in the desktop app, so they follow the existing convention for Warp Agent CLI-only commands and are mapped internal in the surface map. That mapping is in the companion audit-bookkeeping PR.

The audit also reported /add-api-key and /clear-provider-api-key as removed from code. They were replaced by the single /api-keys command; their stale surface-map entries are pruned in the bookkeeping PR.

Verification

  • npm run build passes.
  • Internal link check passes (0 broken links).

Deferred findings from this audit run

Run-wide deferrals are listed in the companion audit-bookkeeping PR.

Conversation: https://staging.warp.dev/conversation/53c4f3f8-39bb-46c1-a5c0-66b467db0439
Run: https://oz.staging.warp.dev/runs/019fb91e-74a0-73f4-ac72-f2d88c32fab5

This PR was generated with Oz.

Co-Authored-By: Oz oz-agent@warp.dev

/copy-debugging-id is GuiAndTui, so it appears in the desktop app but
was missing from the static slash commands table.

Verified against app/src/search/slash_command_menu/static_commands/commands.rs.

Co-Authored-By: Oz <oz-agent@warp.dev>
@vercel

vercel Bot commented Jul 31, 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 Jul 31, 2026 5:39pm

Request Review

Copy link
Copy Markdown
Collaborator Author

Closing as a duplicate of #430, which already adds a /copy-debugging-id row to the same table.

Found independently by a missing_docs drift-watch run before I checked open PRs. #430's wording is fine; no action needed here.

Co-Authored-By: Oz oz-agent@warp.dev

@hongyi-chen
hongyi-chen deleted the docs/copy-debugging-id-slash-command branch July 31, 2026 17:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants