palinode_history
Display the commit history of a memory file, tracking renames and showing diff stats. Use 'full' detail for per-commit evolution view.
Instructions
Show the change history of a memory file. Tracks renames (--follow) and includes diff stats per commit. Use detail='full' for the commit-level evolution view (previously palinode_timeline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of commits to show (default 20) | |
| detail | No | 'summary' (default) returns hash/date/message/stats. 'full' additionally includes the unified diff body per commit (commit-level evolution view, formerly palinode_timeline). | summary |
| file_path | Yes | File path relative to the memory directory (e.g. people/alice.md) |