Slash Command721 estrellas del repoactualizado 4d ago
log
Show the local Recall history log (.recall/history.md)
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/raiyanyahya/recall/HEAD/commands/log.md -o ~/.claude/commands/log.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
log.md
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).