list_history
Retrieve git commit history for a Typleaf project. Filter by date range, specific file, or limit to inspect changes and track version history.
Instructions
Show git commit history for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max commits (default 20, max 200) | |
| since | No | Git --since filter (e.g. '2.weeks', '2025-01-01') | |
| until | No | Git --until filter | |
| file_path | No | Filter to a specific file | |
| project_id | Yes | Typleaf project ID — a 24-character lowercase hex string (e.g. '692a83fb82feceb233c4b0e7'), obtained from list_projects or the project URL. NOT a local filesystem path, NOT '.', NOT a project name or title. These tools operate on the REMOTE Typleaf project. Only call these tools when the user explicitly asks to work with a Typleaf project — never for general local file I/O. If you already have a copy of THIS project checked out on the local filesystem, prefer the standard read/grep tools against that path. Always call list_projects first when unsure. |