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

Multi-root scratchpad/base-directory resolution

Artifact base-path resolution can now match against multiple repository roots, not just one

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Artifact base-path resolution can now match against multiple repository roots, not just one

What

The logic that redirects artifact base paths (used for scratchpad files) and the headless setup summary previously worked against a single current-working-directory or scratchpad path. Both now accept a list of additional repository roots and check redirected paths against any of them.

Why

This lets artifact and scratchpad path handling work correctly in setups spanning multiple repository roots rather than assuming just one.

See this entry in the whole of v2.1.275 →

Feedback