[PR #5499] feat: add unread indicator for completed sessions #11434

Closed
opened 2026-02-16 18:16:16 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5499

State: closed
Merged: No


Summary

  • Add a hollow circle indicator (○) in the session list for sessions that completed while the user was viewing a different session
  • The indicator is automatically cleared when the user navigates to that session

How it works

  1. When a session transitions from busyidle and the user is NOT currently viewing that session, it gets marked as "unread"
  2. When the user navigates to a session, it automatically gets marked as "read"
  3. In the session list dialog, unread sessions show a indicator in the primary color
  4. Sessions that are actively working still show the spinner instead of the unread indicator
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5499 **State:** closed **Merged:** No --- ## Summary - Add a hollow circle indicator (○) in the session list for sessions that completed while the user was viewing a different session - The indicator is automatically cleared when the user navigates to that session ## How it works 1. When a session transitions from `busy` → `idle` and the user is NOT currently viewing that session, it gets marked as "unread" 2. When the user navigates to a session, it automatically gets marked as "read" 3. In the session list dialog, unread sessions show a `○` indicator in the primary color 4. Sessions that are actively working still show the spinner instead of the unread indicator
yindo added the pull-request label 2026-02-16 18:16:16 -05:00
yindo closed this issue 2026-02-16 18:16:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11434