Skip to content

fix: add "Roo Code" category prefix to view title button commands#11884

Draft
roomote-v0[bot] wants to merge 1 commit intomainfrom
feature/add-category-to-commands
Draft

fix: add "Roo Code" category prefix to view title button commands#11884
roomote-v0[bot] wants to merge 1 commit intomainfrom
feature/add-category-to-commands

Conversation

@roomote-v0
Copy link
Contributor

@roomote-v0 roomote-v0 bot commented Mar 7, 2026

This PR attempts to address Issue #11883.

Problem

Six commands registered as view title buttons (plusButtonClicked, historyButtonClicked, marketplaceButtonClicked, popoutButtonClicked, cloudButtonClicked, settingsButtonClicked) were missing the category property in src/package.json. This caused them to appear without a "Roo Code:" prefix in the VS Code command palette, making them confusing (e.g., just "Settings" instead of "Roo Code: Settings").

Fix

Added "category": "%configuration.title%" to all six command definitions, matching the pattern already used by other Roo Code commands like openInNewTab, explainCode, fixCode, etc.

Testing

This is a manifest-only change -- no runtime code or tests are affected.

Feedback and guidance are welcome.

Interactively review PR in Roo Code Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant