macOS: Visual indicator on tabs that need user attention (e.g. color or dot) #10692
Replies: 4 comments 1 reply
-
What do you mean? It shows up for me reliably (on tip). |
Beta Was this translation helpful? Give feedback.
-
This is how a tab with updates looks for me. I have been using Ghostty for a week and I have seen this bell icon a few times. |
Beta Was this translation helpful? Give feedback.
-
|
no it does not |
Beta Was this translation helpful? Give feedback.
-
appeared for a brief moment before disappearing whole notification system on MacOS feels buggy (sometimes I get 10 notifications straight, sometimes none) |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When running multiple terminal sessions in tabs (e.g. several Claude Code instances), some tabs may require user action while others are busy working. There is currently no clear way to tell which tab needs attention without clicking through each one.
The existing
bell-features = titleis supposed to add a bell emoji to the tab title, but in practice it doesn't appear on macOS. The dock badge (#7108) only works at the app level, not per-tab.Proposed Behavior
Add a visible per-tab attention indicator when a bell or OSC 9 notification fires in a background tab. This could be:
The indicator should clear when the user switches to that tab.
This would complement the existing
bell-featuresoptions and could be added as a new value likebell-features = tab-indicator.Use Case
Running multiple AI coding agents (Claude Code) across tabs. Each independently requests confirmation at different times. Currently I have to cycle through all tabs to find which ones need input. A glance at the tab bar should be enough.
Related
Environment
This discussion was co-authored with Claude Code.
Beta Was this translation helpful? Give feedback.
All reactions