get_session_commits
Retrieve all git operations—commits, pushes, merges, checkouts—from a session chronologically. Connect session work to git history to capture actions git log misses.
Instructions
Get all git operations (commits, pushes, merges, checkouts, etc.) from a session, chronologically. Links session work to git history — the in-between that git log doesn't capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID (prefix match) | |
| operation_type | No | Filter: commit, push, pull, checkout, merge, etc. | |
| limit | No | Max results | |
| max_chars | No | Max output characters |