Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Edit/Write tools gained a 'staged' write path

Edit and Write tools can now route file changes through a new staged-write path instead of writing straight to disk

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSettingswhat it touches
KindImprovementsin v2.1.269,
You'll notice No documentation found

Edit and Write tools can now route file changes through a new staged-write path instead of writing straight to disk

What

When editing or writing a file, Claude Code now checks whether the target file has a pending "staged" write context. If it does, the change is routed through a new staging function instead of being written directly to disk. The result comes back marked staged: true, and in that case the usual steps of notifying the code editor (via LSP, the protocol editors use for things like autocomplete and diagnostics) and computing a diff are skipped.

Why

This lets a file change be held in a staged state rather than immediately committed to disk, which matters for workflows that need to review or hold changes before they take effect. If you notice a file edit that doesn't immediately show up on disk or trigger the normal diff/editor updates, this staged path is likely why.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what triggers the staged path or what feature relies on it.

See this entry in the whole of v2.1.269 →