[BUG] Stopping one tool call in a parallel batch should cancel the remaining in-flight calls from the same turn.
Resolved 💬 1 comment Opened Jun 6, 2026 by ivor52 Closed Jul 13, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Stopping one tool call in a parallel batch should cancel the remaining in-flight calls from the same turn.
Expected: All remaining edits in that batch are cancelled
Actual: Only the stopped edit halts; the other parallel edits continue executing
Impact: User intent to stop the operation is partially ignored, leaving files in a partially-modified state
What Should Happen?
all in-flight edits should be stopped
Error Messages/Logs
Steps to Reproduce
- Trigger a multi-file parallel edit (Claude issues several Edit tool calls in one response)
- Deny/stop one of them mid-flight
Claude Model
Sonnet (default)
Is this a regression?
No, this never worked
Last Working Version
_No response_
Claude Code Version
2.1.63
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗