What's wrong with this entry?
The Bash tool system prompt now provides clearer guidance on using temporary directories in sandbox mode.
- Now recommends using
$TMPDIRenvironment variable instead of hardcoded/tmp/claude - Notes that TMPDIR is automatically set to the correct sandbox-writable directory
- Advises that most programs respecting TMPDIR will automatically use the correct directory
Updated bash system prompt (search for "TMPDIR is automatically set to the correct sandbox-writable directory")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.