git_log
Get a concise list of recent commits for a project or specific path to review historical changes and identify what was modified.
Instructions
Recent commit history (oneline) of a project root. Free local I/O.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict log to a path inside the root. | |
| count | No | Number of commits (default 20). | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |