Skip to content

feat: rework attention model — only needs-input and failed#118

Merged
maxbeizer merged 1 commit intomainfrom
attention-model-rework
Feb 17, 2026
Merged

feat: rework attention model — only needs-input and failed#118
maxbeizer merged 1 commit intomainfrom
attention-model-rework

Conversation

@maxbeizer
Copy link
Copy Markdown
Owner

The ATTENTION tab now only shows sessions genuinely waiting on you:

Before: ATTENTION = needs-input + failed + idle 20min-4h (noisy)
After: ATTENTION = needs-input + failed only (signal)

Idle sessions get a calm 💤 idle ~23m badge — informational, not alarming. No more ⚠️ for sessions that are just slow.

Changes

  • SessionNeedsAttention() simplified to only needs-input/failed
  • Idle badge: 💤 idle ~Xm (was ⚠️ idle ~Xm — check logs)
  • Detail view: attention reason only for needs-input/failed
  • Quiet duplicate detection uses idle threshold directly

Closes #117

…tion

Idle sessions are informational, not actionable. The ATTENTION tab
now only shows sessions that are genuinely waiting on you (needs-input)
or have failed. Idle running sessions show a calm '💤 idle ~23m'
badge instead of the alarm '⚠️' treatment.

This reduces noise in the ATTENTION tab and makes it a reliable
signal for 'something needs me right now.'

Closes #117

Co-authored-by: Copilot <[email protected]>
@maxbeizer maxbeizer merged commit 4455296 into main Feb 17, 2026
@maxbeizer maxbeizer deleted the attention-model-rework branch February 17, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rethink attention model: focus on 'waiting for me' vs ambient noise

1 participant