| 17 | * contain pipe characters. |
| 18 | */ |
| 19 | export class GitLogTool extends Tool<z.infer<typeof GitLogArgs>> { |
| 20 | name = 'git_log'; |
| 21 | description = 'Show recent git commit history (default 20 commits). Optional filters by path, author, date range, or branch. One line per commit: shortsha | date | author | subject. Read-only.'; |
| 22 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected