memory_git_commits
Retrieve stored git commits from connected repositories. Filter by repository or space, set limits, and paginate results to review commit history without external lookups.
Instructions
List commits stored in memory from connected repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filter by repository name in owner/repo format (optional) | |
| limit | No | Maximum number of commits to return (1-100, default: 50) | |
| offset | No | Number of items to skip for pagination (default: 0) | |
| space_id | No | Filter by space UUID (optional) | |
| repository_id | No | Filter by repository UUID (optional) |