Skip to content

feat: list repository commits - #90

Merged
oritwoen merged 2 commits into
mainfrom
feat/commit-listing
Aug 31, 2026
Merged

feat: list repository commits#90
oritwoen merged 2 commits into
mainfrom
feat/commit-listing

Conversation

@aeitwoen

Copy link
Copy Markdown
Contributor

Summary

  • add paginated commit summaries to the provider API and every agent surface
  • map ref, path, since, and until filters across GitHub, GitLab, and Gitea
  • reject Gitea path filtering explicitly because its API ignores pagination limits
  • keep changed-file details in the existing single-commit operation

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm vitest run --maxWorkers=8
  • pnpm test:packed
  • anonymous live reads against GitHub, GitLab, and Gitea

Closes #63

@oritwoen
oritwoen merged commit 3948a9f into main Aug 31, 2026
1 check passed
@oritwoen
oritwoen deleted the feat/commit-listing branch August 31, 2026 09:49
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.

Add repository commit listing

2 participants