Skip to content

Hide execute and retry commands when task is processing#95

Merged
bborn merged 2 commits intomainfrom
task/180-execute-and-retry-cmds
Jan 10, 2026
Merged

Hide execute and retry commands when task is processing#95
bborn merged 2 commits intomainfrom
task/180-execute-and-retry-cmds

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 10, 2026

Summary

  • Hide 'x' (execute) and 'r' (retry) keys from detail view help bar when task status is 'processing'
  • Add guards to prevent execute/retry actions from being triggered when a task is already processing
  • Fix pre-existing merge conflict in executor.go

Test plan

  • Build passes (go build ./...)
  • Tests pass (go test ./...)
  • Manual testing: Open a task in detail view while it's processing - verify 'x' and 'r' keys are not shown in help bar
  • Manual testing: Try pressing 'x' or 'r' on a processing task - verify nothing happens

🤖 Generated with Claude Code

bborn and others added 2 commits January 10, 2026 08:52
- Hide 'x' (execute) and 'r' (retry) keys from detail view help bar
  when task status is 'processing'
- Add guards to prevent execute/retry actions from being triggered
  when a task is already processing
- Fix merge conflict in executor.go

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 2a1fb6d into main Jan 10, 2026
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