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.