You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and did not find a duplicate.
I am describing a concrete problem or use case, not just a vague idea.
Area
apps/web
Problem or use case
On iOS/iPad apps when a session is actively running, the sessions panel displays a “Working” status. However, once the task finishes, the status disappears and there is no visual indication that the session has completed or that its latest output has not yet been reviewed.
This becomes difficult when working with multiple projects or sessions in parallel, because users cannot easily identify which sessions have finished and still require their attention.
It would be helpful to display an unread or unreviewed indicator for completed sessions, similar to the blue dot Codex shows next to sessions that have not yet been opened.
Proposed solution
Add an unread or unreviewed state for sessions that finish while the user is viewing another session.
When a task completes, show a persistent visual indicator in the sessions panel, such as a blue dot next to the session name. The indicator should remain visible until the user opens that session.
Suggested behavior:
Show “Working” while the task is running.
Replace it with an unread indicator when the task finishes.
Keep the indicator visible even after restarting the app.
Clear the indicator when the user opens the completed session.
Optionally, show a tooltip or accessibility label such as “Completed — not yet viewed.”
This would make it easier to manage several projects or sessions running in parallel and quickly identify which completed results still need review.
Why this matters
When multiple projects or sessions are running in parallel, users need a reliable way to know which tasks have finished and still require review.
Currently, once the “Working” status disappears, a completed session becomes visually indistinguishable from one that has already been reviewed. This makes it easy to overlook finished work, delays feedback, and forces users to repeatedly open sessions to check their status.
A persistent unread indicator would reduce unnecessary context switching, make parallel workflows easier to manage, and help ensure that completed results are not missed.
Smallest useful scope
Show a persistent unread indicator, such as a blue dot, when a session finishes while the user is viewing another session. Clear the indicator when the user opens that completed session.
No notifications, badges, tooltips, or additional status states are required for the initial implementation.
enhancementRequested improvement or new capability.needs-triageIssue needs maintainer review and initial categorization.
1 participant
Converted from issue
This discussion was converted from issue #5435 on August 15, 2026 09:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web
Problem or use case
On iOS/iPad apps when a session is actively running, the sessions panel displays a “Working” status. However, once the task finishes, the status disappears and there is no visual indication that the session has completed or that its latest output has not yet been reviewed.
This becomes difficult when working with multiple projects or sessions in parallel, because users cannot easily identify which sessions have finished and still require their attention.
It would be helpful to display an unread or unreviewed indicator for completed sessions, similar to the blue dot Codex shows next to sessions that have not yet been opened.
Proposed solution
Add an unread or unreviewed state for sessions that finish while the user is viewing another session.
When a task completes, show a persistent visual indicator in the sessions panel, such as a blue dot next to the session name. The indicator should remain visible until the user opens that session.
Suggested behavior:
This would make it easier to manage several projects or sessions running in parallel and quickly identify which completed results still need review.
Why this matters
When multiple projects or sessions are running in parallel, users need a reliable way to know which tasks have finished and still require review.
Currently, once the “Working” status disappears, a completed session becomes visually indistinguishable from one that has already been reviewed. This makes it easy to overlook finished work, delays feedback, and forces users to repeatedly open sessions to check their status.
A persistent unread indicator would reduce unnecessary context switching, make parallel workflows easier to manage, and help ensure that completed results are not missed.
Smallest useful scope
Show a persistent unread indicator, such as a blue dot, when a session finishes while the user is viewing another session. Clear the indicator when the user opens that completed session.
No notifications, badges, tooltips, or additional status states are required for the initial implementation.
Alternatives considered
No response
Risks or tradeoffs
No response
Examples or references
No response
Contribution
All reactions