docs: add /copy-debugging-id to the slash commands reference - #443
Closed
hongyi-chen wants to merge 1 commit into
Closed
docs: add /copy-debugging-id to the slash commands reference#443hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
/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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Closing as a duplicate of #430, which already adds a Found independently by a Co-Authored-By: Oz oz-agent@warp.dev |
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.
Summary
/copy-debugging-idis a new slash command available in the desktop app, but the Slash Commands page didn't list it.Found by the
missing_docsdrift-watch audit (new slash command detected by the snapshot diff) and verified againstapp/src/search/slash_command_menu/static_commands/commands.rs.Changes
src/content/docs/agent-platform/capabilities/slash-commands.mdx/copy-debugging-idrow to the static slash commands table, in alphabetical order between/conversationsand/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-idbelongs on this page:/copy-debugging-idisSlashCommandSurfaces::GuiAndTui, so it appears in the desktop app. Documented here./api-keys,/reset-statusline, and/vim-modeare allSlashCommandSurfaces::TuiOnly. They aren't in the desktop app, so they follow the existing convention for Warp Agent CLI-only commands and are mappedinternalin the surface map. That mapping is in the companion audit-bookkeeping PR.The audit also reported
/add-api-keyand/clear-provider-api-keyas removed from code. They were replaced by the single/api-keyscommand; their stale surface-map entries are pruned in the bookkeeping PR.Verification
npm run buildpasses.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