Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.125 Home All releases olderv1.0.124 v1.0.126newer
Claude Code v1.0.125

macOS Temp Folder Sandbox Support

What: Automatic sandbox permissions for macOS system temp directories.

Details:

  • Detects macOS temp folders at /var/folders/XX/YYYYYYYY/T/
  • Automatically allows write access to detected temp directories
  • Handles both /var/folders/ and /private/var/folders/ paths (symlink variants)
  • Enables seamless screenshot workflows where macOS saves screenshots to temp folders
  • No user configuration required - works automatically when TMPDIR environment variable is set
  • Evidence: y19() detection function at line 363940, integrated into j19() at line 363726

See this entry in the whole of v1.0.125 →