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

Shell snapshot creation now takes plugin bin paths and gains a usability check

Shell startup snapshots now account for plugin binary paths and check they still exist before reuse

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.274,
You'll notice

Shell startup snapshots now account for plugin binary paths and check they still exist before reuse

What

The code that builds the bash shell's startup snapshot now accepts plugin binary paths (pluginBinPaths) in addition to the existing storage data it used before. The shell object also gains a new isSnapshotUsable() method that re-checks the snapshot file still exists on disk before the snapshot is used.

Why

This keeps shell snapshots aware of plugin binaries and avoids trying to reuse a snapshot whose underlying file has disappeared.

See this entry in the whole of v2.1.274 →