aider-gitea/aider_gitea
Jon Michael Aanes b743fd0afb Implement pull request review comments API
- Add get_pull_request_reviews() method to fetch all PR reviews
- Add get_review_comments() method to fetch comments for specific review
- Update get_pull_request_comments() to use proper review-based flow:
  1. Download all reviews of the pull request
  2. Download all comments for each review
  3. Return aggregated comments from all reviews
- Add review context (review_id, review_state) to comments for debugging
- Add error handling to continue processing if individual review fails
- Update tests to match current Claude Code command implementation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 13:41:27 +02:00
..
__init__.py No default evaluator models 2025-06-09 13:07:00 +02:00
__main__.py Config edit formats 2025-05-11 11:55:46 +02:00
_version.py 🤖 Bumped version to 0.1.10 2025-06-04 21:30:57 +02:00
gitea_client.py Implement pull request review comments API 2025-06-09 13:41:27 +02:00
secrets.py Add Claude Code integration with automatic model routing 2025-06-09 01:18:11 +02:00
seen_issues_db.py feat: add handling of unresolved PR comments with context and auto-resolve via Aider 2025-04-21 16:09:04 +02:00