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

Working-directory anchors now support multiple session working directories, not just one

Path validation for publishing and reading artifacts now accounts for multiple session working directories, not just one

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSandboxwhat it touches
KindImprovementsin v2.1.275,
You'll notice

Path validation for publishing and reading artifacts now accounts for multiple session working directories, not just one

What

Claude Code validates file paths against a set of allowed "anchor" locations, such as the current working directory, when checking where artifacts can be published or read from. Previously this logic assumed a single working directory plus a scratchpad. It now works from a general list that also includes any additional configured working directories, each labeled by kind (cwd, dir, or scratchpad). Error messages about disallowed paths now list all of the session's working directories instead of just one.

Why

Sessions that work across more than one directory get accurate validation and clearer error messages instead of being checked against only a single assumed location.

See this entry in the whole of v2.1.275 →