In restricted mode, attachments from outside your working directory are rejected up front.
What's wrong with this entry?
File attachments that live outside the working tree are now rejected up front in restricted mode, with the message "--restricted only sends files from inside it." instead of being read and sent.
- The check runs before the file is stat'd, so a path outside the tree fails immediately rather than after a filesystem probe.
- Only applies when Claude Code is launched with
--restricted.
--restricted only sends files from inside it.
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.