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

Diskless session hardening for device-hook templates and temp dir

In a diskless session the device-hook template runner and the shared temp-directory helper now throw instead of touching disk.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaDiskless Sessionswhat it touches
KindInternal Changesin v2.1.257,
Under the hood

In a diskless session the device-hook template runner and the shared temp-directory helper now throw instead of touching disk.

In a diskless session (detected via FN() reading host.launchOptions.diskless()), the device-hook template runner is now replaced with a no-op stub whose prepare() throws, and the shared per-uid temp-directory helper throws immediately instead of creating anything on disk.

See this entry in the whole of v2.1.257 →

Feedback