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.273 ·

Read tool gains a device/inode identity check against writes (macOS)

On macOS, the Read tool now checks a file's actual disk identity against files already held open by a write

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaFile Toolswhat it touches
KindBug Fixesin v2.1.273,
Under the hood

On macOS, the Read tool now checks a file's actual disk identity against files already held open by a write

What

When Claude reads a file, Claude Code now checks a per-session record of files already 'held' from an earlier write to that same path. On macOS specifically, it goes further and computes the file's real on-disk identity (its device and inode numbers, the operating system's way of uniquely identifying a file even if the path changes) for the resolved path and for a fallback path used when a file isn't found, and passes that identity along with the read.

Why

This guards against subtle mixups where a path read from disk isn't actually the same file that was just written, for example if something was moved, replaced, or symlinked in between, keeping Claude's view of a file's contents consistent with what it just wrote on macOS.

See this entry in the whole of v2.1.273 →

Feedback