Skip to content

feat(vscode): add category labels and clarify command titles in packa… - #10084

Merged
johnnyeric merged 3 commits into
Kilo-Org:mainfrom
sylwester-liljegren:clarifying-captions
Jun 10, 2026
Merged

feat(vscode): add category labels and clarify command titles in packa…#10084
johnnyeric merged 3 commits into
Kilo-Org:mainfrom
sylwester-liljegren:clarifying-captions

Conversation

@sylwester-liljegren

Copy link
Copy Markdown
Contributor

…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.

…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.
@kilo-code-bot

kilo-code-bot Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR adds "category": "Kilo Code" to 7 commands in the contributes.commands array that were missing it, and renames the kilo-code.new.openInTab command title from the ambiguous "Kilo Code" to the descriptive "Open in Tab". Both changes are consistent with the existing patterns in the file and improve command palette discoverability without any functional side effects.

A follow-up commit added a properly formatted changeset (.changeset/clear-kilo-commands.md) with a patch bump and a user-facing description — this resolves the only potential gap from the initial commit.

Files Reviewed (2 files)
  • packages/kilo-vscode/package.json — 9 additions, 1 deletion; no issues
  • .changeset/clear-kilo-commands.md — new changeset; correct severity and user-facing description

Reviewed by claude-4.6-sonnet-20260217 · 151,737 tokens

Review guidance: REVIEW.md from base branch main

@johnnyeric
johnnyeric merged commit f180658 into Kilo-Org:main Jun 10, 2026
16 checks passed
@johnnyeric

Copy link
Copy Markdown
Contributor

Thanks for the contribution! Merged.

t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
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>
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.

2 participants