Skip to content

fix: highlight active execution context even when rail is not focused - #142

Merged
gavin-jeong merged 1 commit into
masterfrom
fix/execution-rail-active-highlight
Jul 25, 2026
Merged

fix: highlight active execution context even when rail is not focused#142
gavin-jeong merged 1 commit into
masterfrom
fix/execution-rail-active-highlight

Conversation

@gavin-jeong

Copy link
Copy Markdown
Collaborator

The active context (whose conversation is currently displayed) had no visible indicator when the rail was not focused. Now it shows a ▸ prefix so the user can always see which context they are viewing.

When focused, the > cursor indicator is shown instead (on the cursor row).

go build/vet clean; go test ./... green.

The active context (the one whose conversation is currently displayed)
was only bold-colored but had no visible indicator when the rail was not
focused. Now the active context shows a ▸ prefix when the rail is not
focused, so the user can always see which context they are viewing.

When the rail IS focused, the cursor indicator > is shown instead (on
the row the cursor is on, which may differ from the active context if
the user is browsing).
@Kairo-Kim Kairo-Kim added the auto-review/approved Auto-approved by the Slack auto-reviewer bot label Jul 25, 2026

@jinsekim jinsekim left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gavin-jeong
gavin-jeong merged commit 944336c into master Jul 25, 2026
3 checks passed
@gavin-jeong
gavin-jeong deleted the fix/execution-rail-active-highlight branch July 25, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-review/approved Auto-approved by the Slack auto-reviewer bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants