Operation detail

Back to operation catalog

git.log

Reads local git commit history as newest-first structured commits, with bounded body output.

FieldValue
Classlocal_observation
Ownersidecatd.git-effects
Input schemasidecat.git_log_request.v0
Output schemasidecat.git_log_response.v0

Input template

{
  "max_count": 25,
  "repo": "/path/to/git/worktree",
  "rev_range": "HEAD",
  "schema": "sidecat.git_log_request.v0"
}