[BUG] BASH commands being called and displayed in claude code as READ.
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?
so in claude code during a testing instance at a certain point. all BASH call's were displayed as READ calls. audit directly to logs appears to show correct tool calling in the back end. it is only the front end having the issue of displaying the wrong tool tag and rendering that tools behavior. the issue being that BASH is a blocked tool (requiring an operator to approve.) while read is not. the bad behavior is that its simply not asking the operator to approve the BASH's now as the front end has identified them as only reads. . . . that IS BAD.
What Should Happen?
claude should properly display the tools being called and require the calls be approved where applicable.
Error Messages/Logs
Steps to Reproduce
open claude code, require bash tool call observe tool call? idk this is something that is occuring automatically in the terminal view as i go thru tests for my project. it appears to be automatic.
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.45 (Claude Code)
Platform
Other
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗