list_version_history
Retrieve git commit history for an Overleaf project, showing commit SHA, author, date, message, and changed files. Works with the local workspace or by cloning the project temporarily.
Instructions
Return git commit history for a project ({sha, author, date, message, changedFiles}). Uses the workspace if present, else a temp clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max commits. | |
| filePath | No | Restrict history to one file. | |
| projectName | Yes | Project name, fuzzy name, or 24-char project ID. Omit to use the default/sole project. |