Skip to content

Remove interrupt command and 'i' key shortcut#92

Merged
bborn merged 1 commit intomainfrom
task/176-get-rid-of-the-interrupt-command
Jan 10, 2026
Merged

Remove interrupt command and 'i' key shortcut#92
bborn merged 1 commit intomainfrom
task/176-get-rid-of-the-interrupt-command

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 10, 2026

Summary

  • Removes the interrupt command (i key shortcut) from the application
  • Cleans up all related code including key bindings, handlers, and helper functions
  • Updates documentation in README.md and AGENTS.md

Test plan

  • Build passes (go build ./...)
  • All tests pass (go test ./...)
  • Verify 'i' key no longer triggers any action in dashboard view
  • Verify 'i' key no longer triggers any action in detail view
  • Verify watch view no longer shows 'i' in help text

🤖 Generated with Claude Code

- Remove Interrupt key binding from KeyMap struct
- Remove interrupt key handler from dashboard and detail views
- Remove interruptTask function and taskInterruptedMsg type
- Remove updateInterruptKey function
- Remove 'i' key handler from watch view
- Remove 'interrupted' field from WatchModel
- Update help display to not show interrupt shortcut
- Update README.md and AGENTS.md documentation
- Update tests to remove interrupt key test

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit da0a15c 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