recall calls, no API.
It adds a UserPromptSubmit hook to ~/.claude/settings.json that runs versuno memory recall --hook. Your existing hooks and settings stay as they are, and the file is backed up to settings.json.bak before any change.
Prerequisites
- The Versuno CLI installed globally so
versunois on yourPATH(bun add -g versuno-cli). The hook runsversuno memory recall --hook. - A populated local store. Run
versuno memory capture --localfirst.
Options
| Flag | Description |
|---|---|
--uninstall | Remove the auto-recall hook. Your other hooks and settings stay untouched. |
What it changes
The command adds this entry to theUserPromptSubmit array in ~/.claude/settings.json:
Examples
Privacy note
Recall is global. A memory captured in one project can show up in a session in another project whenever the prompt matches. That’s intentional, your memory follows you across projects and agents, but it’s worth knowing before you turn on automatic injection.See also
- versuno memory capture fills the local store
- versuno memory recall searches it by hand

