tmux/claude: make the "permission needed" state visually prominent #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
A window blocked on a permission decision (
@claude_status == prompt) currentlyshows only a small red
?. Across many tabs it's easy to miss the one that'sactually halting progress.
Proposal
Make the
promptstate visually loud — e.g. blink the tab, invert its colours,or drive it through
window-status-bellstyling — so a blocked session isunmissable.
Implementation sketch
dot_config/tmux/tmux.conf.local.tmpl, add a stronger conditional style for@claude_status == promptinwindow-status-format/window-status-current-format(e.g.#[blink]or reverse video).waiting/idlesubtle; only escalateprompt.Effort
Small (format styling), mostly a taste/legibility decision.