[Bug] Auto-mode classifier incorrectly blocks parallel tool execution after allowing similar tool calls

Resolved 💬 1 comment Opened Apr 24, 2026 by mtyrpakvisma Closed May 29, 2026

Bug Description
I had couple of blocked parallel tool by auto-mode classifier recently.
e.g.

Bash(cd /Users/XYZ.claude/worktrees/develop-XYZ &&
       git push --force-with-lease origin…)
  ⎿  To github.com:xyzgit
      + f7a29e0...a96dda8 feature/XYZ-> feature/XYZ(forced update)                                       
  ⎿  Allowed by auto mode classifier                                                                                               
                                                                                                                                   
⏺ Bash(cd /Users/XYZ/.claude/worktrees/develop-XYZ&&
       git push --force-with-lease origin…)                                                                                        
  ⎿  Denied by auto mode classifier ∙ /feedback if incorrect                     
                                                                                                                                   
⏺ Bash(git push --force-with-lease origin feature/XYZ 2>&1 | tail -5)                                                
  ⎿  Cancelled: parallel tool call Bash(cd /Users/XYZ…) errored     

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.119
  • Feedback ID: b7318d42-6d41-46c7-9d56-b9cc12e496e5

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/XYZ/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T13:28:32.852Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T13:30:01.555Z"}]

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗