Skip to content

feat: read commit details and changed files - #89

Merged
oritwoen merged 2 commits into
mainfrom
feat/commit-details
Aug 29, 2026
Merged

feat: read commit details and changed files#89
oritwoen merged 2 commits into
mainfrom
feat/commit-details

Conversation

@oritwoen

Copy link
Copy Markdown
Member

Summary

This lets agents inspect exact paths changed after a SHA is known without falling back to platform-specific API calls or streaming patches.

  • add normalized commit metadata and changed-file rows for GitHub, GitLab, and Gitea
  • expose forges_commits_get through MCP, Pi, and OMP with bounded pagination and no patches
  • report count availability and file-list completeness, document the API, and cover provider and packed-extension paths

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test:packed
  • pnpm test:run
  • anonymous live commit reads against GitHub, GitLab, and Gitea

Closes #64

@oritwoen oritwoen self-assigned this Aug 29, 2026
@oritwoen
oritwoen merged commit 7cb0ee6 into main Aug 29, 2026
1 check passed
@oritwoen
oritwoen deleted the feat/commit-details branch August 29, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Read changed files for one commit

1 participant