aider-gitea/aider_gitea
Jon Michael Aanes 74c8e6a197
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 26s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
Re-implement pull request review comments handling
- Fixed non-existing get_pull_request_comments() method in GiteaClient
- Added get_pull_request_reviews() method to fetch all PR reviews
- Added get_review_comments() method to fetch comments for each review
- Updated handle_pr_comments() to implement the correct flow:
  1. Download all reviews of the pull request
  2. For each review, download all comments
  3. Fix each comment for each review
- Updated test to match current ClaudeCodeSolver implementation
- All tests now pass

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 18:21:21 +02:00
..
__init__.py Re-implement pull request review comments handling 2025-06-09 18:21:21 +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 Re-implement pull request review comments handling 2025-06-09 18:21:21 +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