Eric Hammond
Eric Hammond
Note: This is an annoying problem, as Claude Code likes to run things like ``` commmand-with-long-output | head -20 ``` This exits with no output and no error in the...
I have verified that I am not the only one seeing this bug. A coworker sees the same problem on a Mac. Is nobody else using Claude Code sandboxes?
workaround: I added this to the end of my `~/.claude/CLAUDE.md` file: ``` ## ALERT! - There is currently a bug in Claude Code Shell tool when commmands are run in...
Still a problem in Claude Code v2.1.2: ``` ▐▛███▜▌ Claude Code v2.1.2 ▝▜█████▛▘ Opus 4.5 · Claude Max ▘▘ ▝▝ /home/[ELIDED] ❯ run in the sandbox with no trailing semicolon:...
Still a problem in Claude Code 2.1.17 on Ubuntu 24.04. This makes Claude Code with sandbox unreliable on Linux, as Claude Code is constantly piping commands to `head` and `tail`,...
Still a problem in Claude Code v2.1.29 on Linux using a sandbox. The silent failure giving Claude Code misinformation has to be causing some really bad results for folks trying...
@marcindulak 1. Thanks for the tip. 2. My current problems with sandbox on Ubuntu 24.04 are (especially the first): - https://github.com/anthropics/claude-code/issues/17087 - aka: https://github.com/anthropic-experimental/sandbox-runtime/issues/85 - which has been closed 15...
@marcindulak Ah yes, I probably allow the example commands like `seq` and `cat` and `wc`.
Note: This might sound like a problem that would never happen, but I've hit it multiple times since starting to use the Claude Code sandbox a week or so ago....
Clarification: The original bug described in this issue is a _complete_ hang of the entire Claude Code application, not just the Bash tool itself. No keystrokes have any effect including...