Skip to content

fix(vscode): replace brain-circuit with book-open-check for training disclosure#10913

Merged
kirillk merged 2 commits into
mainfrom
fix/book-open-check-training-icon
Jun 4, 2026
Merged

fix(vscode): replace brain-circuit with book-open-check for training disclosure#10913
kirillk merged 2 commits into
mainfrom
fix/book-open-check-training-icon

Conversation

@kilo-code-bot

@kilo-code-bot kilo-code-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

What changed

The JetBrains plugin recently replaced the brain-circuit icon with a book-open-check icon for the model training data disclosure indicator (commit fbb118d8f7). This PR brings the VSCode extension and the shared kilo-ui component library in sync with that change.

Changes

  • packages/kilo-ui/src/components/icon.tsx: Replaced the brain-circuit icon definition with book-open-check (three SVG paths forming an open book with a checkmark).
  • packages/kilo-vscode/webview-ui/src/components/shared/ModelPreview.tsx: Updated two icon usages from brain-circuit to book-open-check.
  • packages/kilo-vscode/webview-ui/src/components/shared/ModelSelector.tsx: Updated two icon usages from brain-circuit to book-open-check.
  • packages/kilo-vscode/webview-ui/agent-manager/MultiModelSelector.tsx: Updated one icon usage from brain-circuit to book-open-check.
  • packages/kilo-vscode/tests/unit/model-preview-data-line.test.ts: Updated test assertions to match the renamed icon.

Built for Kirill Kalishev by Kilo for Slack

…disclosure icon

Aligns the VSCode extension and kilo-ui with the JetBrains plugin, which
replaced the brain-circuit icon with the book-open-check icon for the
'may be used for training data' indicator in the model picker.
@kilo-code-bot

kilo-code-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (5 files)
  • packages/kilo-ui/src/components/icon.tsx
  • packages/kilo-vscode/webview-ui/agent-manager/MultiModelSelector.tsx
  • packages/kilo-vscode/webview-ui/src/components/shared/ModelPreview.tsx
  • packages/kilo-vscode/webview-ui/src/components/shared/ModelSelector.tsx
  • packages/kilo-vscode/tests/unit/model-preview-data-line.test.ts

Reviewed by claude-4.6-sonnet-20260217 · 215,009 tokens

Review guidance: REVIEW.md from base branch main

@kirillk kirillk enabled auto-merge June 4, 2026 16:01
@kirillk kirillk merged commit 103daf3 into main Jun 4, 2026
19 checks passed
@kirillk kirillk deleted the fix/book-open-check-training-icon branch June 4, 2026 16:21
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