Skip to content

docs: document the /copy-debugging-id slash command - #459

Merged
hongyi-chen merged 3 commits into
mainfrom
docs/copy-debugging-id-slash-command
Aug 7, 2026
Merged

docs: document the /copy-debugging-id slash command#459
hongyi-chen merged 3 commits into
mainfrom
docs/copy-debugging-id-slash-command

Conversation

@hongyi-chen

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

Copy link
Copy Markdown
Collaborator

What

Adds a /copy-debugging-id row to the static slash commands table in
agents/capabilities/slash-commands.mdx.

Why

Found by the missing_docs drift-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, all
TuiOnly and mapped internal), /copy-debugging-id is registered as GuiAndTui, so it belongs on
the public slash commands page.

Source of truth

app/src/search/slash_command_menu/static_commands/commands.rsCOPY_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:

  • 15 warp-server public API routes missing from the OpenAPI spec — routed to the
    sync-openapi-spec skill rather than hand-written, per the skill's public/private guardrail.
  • 32 terminology/staleness findings — owned by the style_lint skill.
  • 1 new server-side agent tool (report_external_reference) — reached only through the hidden
    oz harness-support CLI, so no public surface to document yet.

Update (2026-08-05 drift-watch run)

A later missing_docs drift-watch run found the command still undocumented outside the slash
commands table, so this branch now also covers:

  • src/content/docs/cli/reference.mdx — added /copy-debugging-id to the Warp Agent CLI slash
    command 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 the
    steps, the confirmation message, the copied payload (conversation ID, plus request ID when
    available), and the case where no debugging ID exists yet.

origin/main was merged into the branch first. npm run build passes and the link checker reports
0 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.

@hongyi-chen
hongyi-chen requested a review from moirahuang August 3, 2026 17:20
@cla-bot cla-bot Bot added the cla-signed label Aug 3, 2026
@vercel

vercel Bot commented Aug 3, 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 5, 2026 5:19pm

Request Review

@oz-for-oss

oz-for-oss Bot commented Aug 3, 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 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>
hongyi-chen and others added 2 commits August 5, 2026 17:16
…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>
@hongyi-chen
hongyi-chen merged commit 0812178 into main Aug 7, 2026
8 checks passed
@hongyi-chen
hongyi-chen deleted the docs/copy-debugging-id-slash-command branch August 7, 2026 04:11
rachaelrenk added a commit that referenced this pull request Aug 7, 2026
Resolves the conflicts GitHub reported. Two of main's PRs edited the CLI
pages at their old paths while this branch was moving them, and a third
added a link into the path being moved.

- #479 added the `freeze_animation_when_unfocused` start-screen setting to
  cli/configuration.mdx, and #459 added the `/copy-debugging-id` slash
  command row plus a troubleshooting paragraph to cli/reference.mdx. Git's
  rename detection carried both into the new agents/cli/ paths; verified
  present after the merge.
- #459 also added a link to `/cli/` from sending-us-feedback.mdx, which
  this branch had moved out from under it. Repointed to `/agents/cli/`.
  The redirect would have caught it at runtime, but an internal link
  should target the real path and the CI link check fails on it.
- #485 added a redirect, bringing vercel.json to 2036 routes against
  Vercel's 2048 limit. Still under, but the headroom is now 12.

Verified nothing from main was lost: every file main touched that this
branch does not also touch matches origin/main exactly.

Validation on the merged tree: build 364 pages, typecheck 0 errors,
0 broken internal links across 3,453.

Co-Authored-By: Warp Agent <agent@warp.dev>
rachaelrenk added a commit that referenced this pull request Aug 10, 2026
Picks up #495 (weekly release updates), #491 (js-yaml bump), and #497
(AEO cross-links for agents and orchestration).

#497 added a link to /cli/cloud-and-orchestration/ from
agents/cli-agents/overview.mdx. That is the third time main has added a
link into the path this PR is moving, after #459 and the original set.
Repointed to /agents/cli/cloud-and-orchestration/.

CI caught this one rather than my local run, because a pull_request build
checks the branch merged with main while my local tree had not yet merged
these commits. Local now checks the same 3,482 internal links CI does,
with 0 broken.

Also fixed a flaw in my own verification: the grep I had been using to find
stale /cli links excluded matches with `grep -v /agents/cli`, which
filtered on the file path rather than the link target. Any stale link
inside agents/cli-agents/ was therefore invisible to it, which is exactly
where this one lived. Now matching on the link text itself.

Validation on the merged tree: build 364 pages, typecheck 0 errors,
0 broken internal links across 3,482.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants