## Summary Implement `stop_all_requests()` to cancel running Claude CLI processes via SIGTERM. ## Context Currently there is no way to cancel a long-running request. The 99 plugin supports this via SIGTERM to the spawned process. ## Acceptance Criteria - [ ] Ability to cancel an active Claude request - [ ] Keybinding to trigger cancellation - [ ] Clean up RequestStatus display on cancel
Summary
Implement
stop_all_requests()to cancel running Claude CLI processes via SIGTERM.Context
Currently there is no way to cancel a long-running request. The 99 plugin supports this via SIGTERM to the spawned process.
Acceptance Criteria