docs: document the /copy-debugging-id slash command - #459
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 adds the /copy-debugging-id slash command to the static slash commands reference table. The new row matches the provided source-of-truth description and active-conversation availability, and the linked support page is appropriate context for using copied debugging information.
Concerns
- None.
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
/copy-debugging-id is registered for both the GUI and the Warp Agent CLI but was missing from the slash commands reference table. Co-Authored-By: Oz <oz-agent@warp.dev>
54737e0 to
d39410a
Compare
…dback guide Add the command to the Warp Agent CLI slash command table and describe what it copies in the Sending feedback and logs guide. Co-Authored-By: Oz <oz-agent@warp.dev> Co-Authored-By: Warp Agent <agent@warp.dev>
What
Adds a
/copy-debugging-idrow to the static slash commands table inagents/capabilities/slash-commands.mdx.Why
Found by the
missing_docsdrift-watch audit as a newly added slash command with no docs mention.Unlike the other new commands in this batch (
/api-keys,/reset-statusline,/vim-mode, allTuiOnlyand mapped internal),/copy-debugging-idis registered asGuiAndTui, so it belongs onthe public slash commands page.
Source of truth
app/src/search/slash_command_menu/static_commands/commands.rs—COPY_DEBUGGING_ID:description "Copy debugging information for this conversation",
SlashCommandSurfaces::GuiAndTui,Availability::ACTIVE_CONVERSATION.Deferred findings from this run
Nothing from the audit was silently dropped. The full deferral list lives in the companion
bookkeeping PR (
docs/missing-docs-audit-bookkeeping); in summary:sync-openapi-specskill rather than hand-written, per the skill's public/private guardrail.style_lintskill.report_external_reference) — reached only through the hiddenoz harness-supportCLI, so no public surface to document yet.Update (2026-08-05 drift-watch run)
A later
missing_docsdrift-watch run found the command still undocumented outside the slashcommands table, so this branch now also covers:
src/content/docs/cli/reference.mdx— added/copy-debugging-idto the Warp Agent CLI slashcommand table, and pointed the "Viewing and sharing logs" troubleshooting section at it for
agent-response issues.
src/content/docs/support-and-community/troubleshooting-and-support/sending-us-feedback.mdx—added a "Using
/copy-debugging-id" subsection under "Gathering AI conversation ID" covering thesteps, the confirmation message, the copied payload (conversation ID, plus request ID when
available), and the case where no debugging ID exists yet.
origin/mainwas merged into the branch first.npm run buildpasses and the link checker reports0 broken links.
Conversation: https://staging.warp.dev/conversation/c45bb2ea-d33b-4723-8249-478547f81a47
Run: https://oz.staging.warp.dev/runs/019fc891-7c04-779b-b006-328169d8a0d7
This PR was generated with Oz.