Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@marius-kilocode
Copy link
Collaborator

Summary

Replaces the verbose (git worktree) indicator in the CLI with a compact (branch symbol) to reduce visual clutter while still indicating worktree status.

Changes

  • Status bar: Changed from foldername (git worktree) to foldername ⎇
  • Terminal title: Changed from Kilo Code - foldername (git worktree) to Kilo Code - foldername ⎇
  • Updated corresponding test to match new indicator

Before/After

Before After
remove_the_git_worktree (git worktree) remove_the_git_worktree ⎇

Testing

  • All CLI tests pass (2101 tests)
  • Type checking passes

@changeset-bot
Copy link

changeset-bot bot commented Jan 20, 2026

🦋 Changeset detected

Latest commit: 680e278

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@kilocode/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marius-kilocode marius-kilocode requested a review from a team January 20, 2026 10:32
@marius-kilocode marius-kilocode enabled auto-merge (squash) January 20, 2026 10:32
@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 20, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR replaces the verbose (git worktree) text indicator with a compact symbol (Unicode U+238B, commonly used to represent branching) in the CLI status bar and terminal title. The change is consistent across all affected files and the test is properly updated.

Files Reviewed (4 files)
  • .changeset/small-worktree-indicator.md - Changeset for CLI patch
  • cli/src/cli.ts - Terminal title update
  • cli/src/ui/components/StatusBar.tsx - Status bar display update
  • cli/src/ui/components/__tests__/StatusBar.test.tsx - Test updated to match new output

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.

3 participants