Replies: 1 comment
|
Thanks for the proposal, and for the Cloudflare link — good read. We're not planning a multi-persona / multi-agent review mode in the short term. Running several personas over the same context multiplies token cost, and the outputs overlap enough that we'd need a dedup + merge layer before they're usable as inline comments. The good news is that the existing review rules already cover most of this. Instead of personas as agents, write each concern as its own rule: your security checklist in one rule, performance in another, documentation in another. The Worth noting that rules are evaluated in declaration order and the first matching See the docs for details: https://open-codereview.ai/docs/review-rules If you hit something rules genuinely can't express, follow up here — that's the kind of gap that would change our mind. |
Uh oh!
There was an error while loading. Please reload this page.
I was thinking how repos (to be reviewed) could have a .ocr/rules.json and in this file we could define agents to run concurrently against the PR. one context, multiple personas reviewing with its own rules, and strategies.
Personas:
1 - Security Reviewer
2 - Code Quality
3 - Performance
4 - Documentation
configured models per agent, with fall back model...
idea came from: https://blog.cloudflare.com/ai-code-review/
All reactions