Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

PowerShell command-safety checks extended for write commands with implicit reads

PowerShell checks now also validate the source path of copies and moves, and ask before a forced New-Item.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaWindowswhat it touches
KindImprovementsin v2.1.257,
You'll notice

PowerShell checks now also validate the source path of copies and moves, and ask before a forced New-Item.

The PowerShell/pwsh command permission checker now also validates the read side of write operations, such as checking whether the source path of a copy or move is itself blocked. It also now requires an 'ask' approval for New-Item invoked with a force-like flag, via a new helper that gates these additional checks.

Read from
Names in the bundleNew-Item
What the documentation says

See this entry in the whole of v2.1.257 →

Feedback