Skip to content

fix(vscode): remove selected project indicator - #12851

Merged
marius-kilocode merged 1 commit into
mainfrom
remove-multi-project-selection-indicator
Aug 4, 2026
Merged

fix(vscode): remove selected project indicator#12851
marius-kilocode merged 1 commit into
mainfrom
remove-multi-project-selection-indicator

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

Agent Manager added a blue vertical marker and extra left inset to the active project row. The marker is redundant with the selected project content and makes the project list feel unnecessarily indented.

This removes the decorative marker and restores the row to the standard horizontal padding while preserving project activation, restoration, and expansion behavior.

Before:
Agent Manager project row with the selected-project indicator

After:
Agent Manager project row without the selected-project indicator

@kilo-code-bot

kilo-code-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (3 files)
  • .changeset/remove-project-selection-indicator.md
  • packages/kilo-vscode/webview-ui/agent-manager/ProjectsSection.tsx
  • packages/kilo-vscode/webview-ui/agent-manager/agent-manager.css

lgtm — the removed am-project-active class has no remaining references anywhere in the repo, project().active is still used for click behavior so the data model is untouched, the padding change is consistent with the marker removal, and a user-facing patch changeset is included.


Reviewed by kimi-k3 · Input: 69K · Output: 5.1K · Cached: 335.4K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit 8c0cc5d into main Aug 4, 2026
24 checks passed
@marius-kilocode
marius-kilocode deleted the remove-multi-project-selection-indicator branch August 4, 2026 11:10
t7tran pushed a commit to t7tran/kilocode that referenced this pull request Aug 14, 2026
…selection-indicator

fix(vscode): remove selected project indicator
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