You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PR Review method name: use make_request instead of request_review
- Updated PullRequestReviewer#run to call ai_provider.make_request(prompt) instead of ai_provider.request_review(prompt)
- Updated PR Review test to expect make_request method call
- All 684 tests still pass with zero failures
- PR Review script now works correctly with shared AI services
0 commit comments