feat(vscode): add category labels and clarify command titles in packa… - #10084
Conversation
…ge.json Add "Kilo Code" category to all command contributions for better organization in the VS Code command palette. Clarify the "Open in Tab" command title to be more descriptive instead of generic "Kilo Code". This improves discoverability and user experience when browsing available commands in VS Code.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis PR adds A follow-up commit added a properly formatted changeset ( Files Reviewed (2 files)
Reviewed by claude-4.6-sonnet-20260217 · 151,737 tokens Review guidance: REVIEW.md from base branch |
|
Thanks for the contribution! Merged. |
Kilo-Org#10084) * feat(vscode): add category labels and clarify command titles in package.json Add "Kilo Code" category to all command contributions for better organization in the VS Code command palette. Clarify the "Open in Tab" command title to be more descriptive instead of generic "Kilo Code". This improves discoverability and user experience when browsing available commands in VS Code. * chore: add command palette changeset --------- Co-authored-by: Sylwester Liljegren <sylwester.liljegren@softronic.se> Co-authored-by: Johnny Amancio <johnnyeric@gmail.com>
…ge.json
Add "Kilo Code" category to all command contributions for better organization in the VS Code command palette. Clarify the "Open in Tab" command title to be more descriptive instead of generic "Kilo Code".
This improves discoverability and user experience when browsing available commands in VS Code.
Context
I thought that it could be misleading about what commands were part of Kilo Code or what others not when browsing through commands in the VS Code command palette. By adding "Kilo Code" prefix, this would make it more clear for any VS Code user.