ateam_github_log
View commit history for a solution's GitHub repo. Shows recent commits with messages, SHAs, and timestamps, defaulting to main branch.
Instructions
View commit history for a solution's GitHub repo. Shows recent commits with messages, SHAs, timestamps, and links. Default reads from main (prod). Pass ref: 'dev' to see in-progress work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID | |
| limit | No | Max commits to return (default: 10) | |
| ref | No | Branch to read commits from. Default: 'main'. | main |