Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

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

Draft
ghost wants to merge 1 commit into
mainfrom
feature/add-category-to-commands
Draft

fix: add "Roo Code" category prefix to view title button commands#11884
ghost wants to merge 1 commit into
mainfrom
feature/add-category-to-commands

Conversation

@ghost

@ghost ghost commented Mar 7, 2026

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant