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 v2.1.221 Home All releases olderv2.1.220 v2.1.222newer

Shell output-redirection denials handle non-path targets

You'll notice
Useful2 Signal0
Permissions

Blocked shell redirects to non-file targets no longer show a bogus path or add-directory suggestion.

What

Denials for shell output redirection no longer pretend a non-filesystem target is a path.

Details
  • When the redirect target is not a filesystem path, the denial message quotes the raw target rather than a resolved path.
  • The prompt no longer offers an "add this directory" suggestion or a blockedPath for such targets.
Evidence

was blocked. For security, Claude Code may only write to files in the allowed working directories for this session:

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.221 →