Skip to content

Comments

Clear kanban notification after task input from detail view#473

Open
bborn wants to merge 1 commit intomainfrom
task/1849-clear-kanban-notification-after-task-inp
Open

Clear kanban notification after task input from detail view#473
bborn wants to merge 1 commit intomainfrom
task/1849-clear-kanban-notification-after-task-inp

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Feb 25, 2026

Summary

  • Fix: kanban notification (yellow banner + card highlight) now clears when user provides input from the detail view tmux pane or retry form
  • Task sync loop re-validates tasksNeedingInput entries instead of skipping them — if task is no longer blocked and has no pending permission prompt, the notification state is cleared
  • Retry form submission immediately clears notification state for instant UI feedback

Test plan

  • Added TestTaskSyncClearsNeedsInputWhenNoLongerBlocked — verifies sync loop clears notification when task status changes from blocked
  • Added TestRetrySubmitClearsKanbanNotification — verifies retry form clears both notification flags and banner
  • All existing tests pass (go test ./internal/ui/)

🤖 Generated with Claude Code

When a task needed input and the user provided it via the detail view
tmux pane or the retry form, the kanban notification (yellow banner and
card highlight) was not cleared. Two fixes:

1. Task sync loop: re-validate tasksNeedingInput entries instead of
   skipping them. If the task is no longer blocked and has no pending
   permission prompt, clear the notification state.

2. Retry form submission: immediately clear tasksNeedingInput, executor
   prompts, and the notification banner for instant UI feedback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant