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

Memory settings panel gets clearer status text and shared folder-list code

The memory settings panel now shows clearer on/off/running status for auto-memory and its background job, and its 'open memory folder' entries were consolidated into shared code

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMemorywhat it touches
KindImprovementsin v2.1.269,
Group of 2 You'll notice

The memory settings panel now shows clearer on/off/running status for auto-memory and its background job, and its 'open memory folder' entries were consolidated into shared code

What

  • The memory settings panel now computes and displays clearer status text for auto-memory (for example 'off in safe mode — press a key to re-enable', 'on', 'off') and for a background job that runs after each turn based on auto-memory (for example 'off while auto-memory is off', 'running', 'never', 'last ran …').
  • It also gains list entries for 'Open auto-memory folder' and 'Open team memory folder'.
  • The picker and 'Open X memory folder' entries (auto-memory, team memory, and per-agent memory folders) were consolidated into shared helper functions instead of being built by hand in each place; the visible labels and descriptions stay the same.

Why

The clearer status strings tell you at a glance whether auto-memory and its related background job are actually active, why they might be off (such as safe mode), and when the job last ran, while the internal consolidation reduces duplicated code without changing what you see.

See this entry in the whole of v2.1.269 →