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

File-identity stamping now distinguishes directories and avoids confusing a file with the null device

Directory sync now correctly stamps directories as directories and avoids mistaking files for the null device

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaDirectory Syncwhat it touches
KindBug Fixesin v2.1.277,
Under the hood

Directory sync now correctly stamps directories as directories and avoids mistaking files for the null device

What

The helper that stamps files for directory sync now explicitly detects when a path is actually a directory, and records it as directory instead of falling through to file-hashing logic meant for regular files. It also guards against a target being indistinguishable from the system's null device, and the warning message shown when stamping fails now mentions this case explicitly.

Why

This avoids directory sync mishandling directories as if they were regular files, and gives a clearer warning when a file genuinely can't be read or identified.

See this entry in the whole of v2.1.277 →