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 ·

New sandbox lane identity tracking (stashIdentity/takeIdentity) with no caller visible in this slice

New sandbox internals track per-file identity for lanes, with no visible caller yet

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandboxwhat it touches
KindInternal Changesin v2.1.273,
Under the hood

New sandbox internals track per-file identity for lanes, with no visible caller yet

What

A sandbox file-lane class gains two new methods, stashIdentity and takeIdentity, which track a per-path device/inode identity using an LRU-style (least-recently-used) eviction cache. If the eviction-tracking set overflows, the lane enters a 'poisoned' state.

Why

No code calling these new methods is visible in this change, so it's unclear what feature this identity tracking supports yet.

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 doubtNo caller of stashIdentity/takeIdentity is visible, so what feature this supports is not established.

See this entry in the whole of v2.1.273 →

Feedback