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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

PowerShell commands that write variables now ask for approval

You'll notice
Useful3 Signal2
Permissions

PowerShell commands that write into variables or preferences now ask you before running.

What

Permission checks now scan PowerShell arguments for flags that write into an output variable or set a *Preference value, so those commands go to approval instead of being auto-allowed.

Details
  • Handles backtick line continuations, colon-form parameters and abbreviated names such as -ev and -ov.
  • Separate messages for a flag on the top-level command and one inside a nested command.
Evidence

Variable-writing or ActionPreference argument in nested '${l.name}' requires approval

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.232 →