Skip to content

Add Attention sidebar section for sessions needing user input#132

Closed
dhilgaertner wants to merge 2 commits intomainfrom
feature/crow-110-attention-sidebar-section
Closed

Add Attention sidebar section for sessions needing user input#132
dhilgaertner wants to merge 2 commits intomainfrom
feature/crow-110-attention-sidebar-section

Conversation

@dhilgaertner
Copy link
Copy Markdown
Contributor

Summary

  • Adds a top-level Attention section at the top of the sidebar that collects sessions needing user action (permission prompt, question, or task complete)
  • Sessions move out of their normal group (Active, Reviews, In Review) into the Attention section while in an attention state, and return automatically when resolved
  • Section header shows an orange badge count; hidden when no sessions need attention

Test plan

  • Launch app with multiple sessions
  • Trigger a permission prompt in one session — verify it moves to Attention section with orange highlight and "Permission" badge
  • Trigger an AskUserQuestion — verify it shows in Attention with "Question" badge
  • Let a session complete (done state) — verify it appears in Attention with "Done" badge
  • Resolve the attention (approve permission, answer question) — verify session returns to its normal group
  • Verify the Attention section hides when no sessions need attention
  • Verify search filters apply to Attention section sessions
  • Verify context menus work on sessions in Attention section
  • Verify ticket board still shows linked sessions when they're in Attention state

Closes #110

🤖 Generated with Claude Code

Sessions with a pending permission prompt, question, or completed task
now bubble into a top-level "Attention" section at the top of the sidebar
with an orange badge count. They are removed from their normal group
while in the attention state and return automatically when resolved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dhilgaertner dhilgaertner requested a review from dgershman as a code owner April 7, 2026 20:23
@dhilgaertner dhilgaertner deleted the feature/crow-110-attention-sidebar-section branch April 16, 2026 02:48
@dhilgaertner dhilgaertner restored the feature/crow-110-attention-sidebar-section branch April 16, 2026 02:51
@dhilgaertner dhilgaertner reopened this Apr 16, 2026
@dhilgaertner dhilgaertner deleted the feature/crow-110-attention-sidebar-section branch April 16, 2026 02:53
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.

Surface sessions needing attention in a top-level sidebar section

1 participant