Skip to main content
ClaudeWave
Slash Command721 estrellas del repoactualizado 4d ago

log

Show the local Recall history log (.recall/history.md)

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/raiyanyahya/recall/HEAD/commands/log.md -o ~/.claude/commands/log.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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).