[Bug] Auto mode classifier incorrectly denies legitimate bash commands

Resolved 💬 3 comments Opened Apr 24, 2026 by amilovidov Closed Apr 28, 2026

Bug Description

⏺ Bash(HOST=$(aws ec2 describe-instances --profile ie --region us-east-1 --query 'Reservations[0].Instances[0].PublicIpAddress' --output text) && ssh -i "$HOME/.ssh/[REDACTED].pem" ubuntu@"$HOST" "docker exec
[REDACTED] env | grep POSTGRES" 2>&1 | tail -5)
⎿ Denied by auto mode classifier ∙ /feedback if incorrect

⏺ Bash(HOST=$(aws ec2 describe-instances --profile ie --region us-east-1 --query 'Reservations[0].Instances[0].PublicIpAddress' --output text) && ssh -i "$HOME/.ssh/[REDACTED].pem" ubuntu@"$HOST" "docker exec
[REDACTED] psql -U [REDACTED] -d [REDACTED] -c 'SELECT [REDACTED] FROM [REDACTED] ORDER BY [REDACTED] DESC LIMIT 5;'" 2>&1 | tail -15)
⎿ Denied by auto mode classifier ∙ /feedback if incorrect

these are incorrectly denied by auto mode classifier

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.119
  • Feedback ID: bc2ab0c6-09b9-4e50-a1b4-53b7c59890e6

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/amilovidov/.local/share/claude/versions/2.1.71 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at qO7 (/$bunfs/root/src/entrypoints/cli.js:2734:12719)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:2736:4898)\n    at async nO_ (/$bunfs/root/src/entrypoints/cli.js:2736:4864)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T14:41:55.972Z"},{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/amilovidov/.local/share/claude/versions/2.1.70 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at qO7 (/$bunfs/root/src/entrypoints/cli.js:2734:12719)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:2736:4898)\n    at async nO_ (/$bunfs/root/src/entrypoints/cli.js:2736:4864)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T14:41:55.972Z"},{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/amilovidov/.local/share/claude/versions/2.1.69 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at qO7 (/$bunfs/root/src/entrypoints/cli.js:2734:12719)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:2736:4898)\n    at async nO_ (/$bunfs/root/src/entrypoints/cli.js:2736:4864)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T14:41:55.972Z"},{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/amilovidov/.local/share/claude/versions/2.1.68 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at qO7 (/$bunfs/root/src/entrypoints/cli.js:2734:12719)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:2736:4898)\n    at async nO_ (/$bunfs/root/src/entrypoints/cli.js:2736:4864)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T14:41:55.972Z"},{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/amilovidov/.local/share/claud…

Note: Content was truncated.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗