save
Generate / overwrite .recall/context.md from the local history using the offline summarizer
Show the local Recall history log (.recall/history.md)
> /plugin marketplace add raiyanyahya/recall > /plugin install recall@recall
How it fires
How this command gets triggered: by you, by Claude, or both.
/logContext preview
What this command does when you run it.
Show the local Recall history log (.recall/history.md)
description: Show the local Recall history log (.recall/history.md) allowed-tools: Bash, Read
Show the tail of `.recall/history.md` — the running local log of this and prior sessions. If it's large, show the last ~120 lines:
tail -n 120 .recall/history.md
If the file doesn't exist, tell the user nothing has been logged yet (logging starts once the plugin is active and is written as the session progresses).
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code , Opencode durable memory — entirely offline.
Repo: raiyanyahya/recall
Generate / overwrite .recall/context.md from the local history using the offline summarizer
Generate / overwrite .recall/context.md with Recall's local offline summarizer