Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pr-review-by-openhands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run PR Review
uses: OpenHands/extensions/plugins/pr-review@main
# TODO: Revert to @main after OpenHands/extensions#164 is merged
uses: OpenHands/extensions/plugins/pr-review@feat/pr-review-sub-agent-delegation
Comment thread
xingyaoww marked this conversation as resolved.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Suggestion: After OpenHands/extensions#164 merges, remember to update this line back to @main and remove the use-sub-agents parameter (or keep it if you want the feature enabled permanently).

Consider adding a GitHub issue or tracking task to ensure this follow-up happens.

with:
llm-model: litellm_proxy/claude-sonnet-4-5-20250929
llm-base-url: https://llm-proxy.app.all-hands.dev
# Review style: roasted (other option: standard)
review-style: roasted
# Enable experimental sub-agent delegation for file-level reviews
Comment thread
xingyaoww marked this conversation as resolved.
use-sub-agents: 'true'
llm-api-key: ${{ secrets.LLM_API_KEY }}
github-token: ${{ secrets.PAT_TOKEN }}
lmnr-api-key: ${{ secrets.LMNR_SKILLS_API_KEY }}
Loading