| name | recall-dump |
| description | Flush current session to Recall database and capture a Library of Alexandria entry |
| disable-model-invocation | true |
Dump the current conversation session into the Recall SQLite database, making all messages immediately searchable. Also creates a curated LoA (Library of Alexandria) entry with extracted wisdom.
Run this at the end of every session or when you want to persist the current conversation mid-session.
Usage
recall dump "<title>"
Arguments:
<title> (required): Descriptive title for this session (e.g., "Auth refactor planning", "Fixed rate limiter bug"). Use the user's argument text; if none was given, derive a short title from the session.
Options:
-p <project> — Tag with a project name
-t <tags> — Comma-separated tags
-c <id> — Continue from a previous LoA entry (creates a chain)
--skip-fabric — Skip Fabric extraction (faster, import only)
Examples
recall dump "Debugging the webhook handler"
recall dump "API redesign session" -p my-api
recall dump "Auth refactor part 2" -c 15
recall dump "Quick fix session" --skip-fabric