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

New AutoMem path-allowlist gate restricting which files can be scanned as pinned memory

AutoMem file scanning now filters candidate files against an allowed-paths list before reading them

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

AutoMem file scanning now filters candidate files against an allowed-paths list before reading them

What

A new function filters the files AutoMem and AutoMemPinned would scan as pinned memory, keeping only those within the workspace root's allowed paths. This filter runs before file headers are scanned, and is used both when building the AutoMem index and when identifying pinned memory candidates.

Why

This prevents AutoMem from scanning memory files outside the paths it's permitted to read.

See this entry in the whole of v2.1.273 →