Memory
Remembered notes are off by default. Turn them on when you want facts to persist across sessions:
bash
min-agent memory # Show the switch and stored notes
min-agent memory on # Turn memory on (writes config)
min-agent --memory on # Same; with a message, this session onlyIn chat:
/memory onor/memory offtoggles it/memorylists notes/memory some textsaves one
Managing stored notes
bash
min-agent memory add "prefer bun" # Add a note
min-agent memory search "bun" # Search notes
min-agent memory delete 3 # Delete by index
min-agent memory list # List everythingBy default these write to global memory; --project targets this project, --global targets global:
bash
min-agent memory add "this project uses bun" --projectWhere memory lives
- Project memory:
.min-agent/memory.json - Global memory:
~/.min-agent/memory.json
Once enabled, min-agent injects relevant notes into the conversation and registers the memory tool.