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

Auto-memory and auto-dream settings gain a dedicated editor and refreshed status display

Auto-memory/auto-dream settings now have a validated editor function and a refactored settings-screen status display

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMemorywhat it touches
KindInternal Changesin v2.1.269,
Group of 3 Under the hood

Auto-memory/auto-dream settings now have a validated editor function and a refactored settings-screen status display

What

  • The settings screen's auto-memory and auto-dream rows now compute their status/dim/detail text through shared status objects instead of inline logic; the same visible states remain (unavailable for this model, off in safe mode with a re-enable hint, on/off, and "Auto-dream: off while auto-memory is off").
  • A new function validates and writes {autoMemoryEnabled, autoDreamEnabled} to user settings, firing the same tengu_auto_memory_toggled and tengu_auto_dream_toggled telemetry as the manual toggle UI.

Why This consolidates how auto-memory and auto-dream settings are read and written, making the settings screen and any other caller of the new editor function behave consistently.

See this entry in the whole of v2.1.269 →

Feedback