- 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> |
||
---|---|---|
.. | ||
__init__.py | ||
test_claude_code_integration.py | ||
test_generate_branch_name.py | ||
test_gitea_client_pr_labels.py | ||
test_has_commits_on_branch.py | ||
test_init.py | ||
test_seen_issues_db_pr_info.py | ||
test_seen_issues_db.py |