claude-code
claude-code copied to clipboard
[FEATURE] Ability to stream bash command output
When you run a bash command, you only see the output once it's completely done.
Oftentimes, Claude Code runs a command for me where I know I can terminate it prematurely if I get a certain output. But currently, I can't do that, since the output is only visible at the very end.
It would be very helpful if the output was displayed as the command produces it (or rather part of the output; with the complete output being available with Ctrl+R)
We need something. I'm canceling and asking, "What just happened?"
workaround - ask claude to add "| tee ~/claude.log" to all commands run so you can follow the bash commands with:
tail -f ~/claude.log
There are so many things to "just add" to commands. It would be great if this was builtin functionality.
I need this for our corporate 2FA app. Some command will prompt with a number, and I need to enter that number into the 2FA app to continue. Without being able to see the number there is no way to complete the login.
Looks like this has been implemented! (as of 1.0.53)
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.