I often have my agent commit multiple commits in one session, which works great with roborev since it breaks up the review. The problem is that I don't want to stop the agent after its first commit to address the roborev review, instead I'd rather batch the reviews from all the commits with some detailed instructions to feed back into the agent. For example it would output:
I've reviewed the following commits [391d117, 57c6379] and have identified the following issues.
For commit 391d117:
- High ...
- ...
For commit 57c6379:
- Medium ...
Then I could ask roborev to copy over the reviews from multiple review sessions in one batch (this would be extra useful in conjunction with #98 so I'm not floodign the agent with fixes)
I often have my agent commit multiple commits in one session, which works great with roborev since it breaks up the review. The problem is that I don't want to stop the agent after its first commit to address the roborev review, instead I'd rather batch the reviews from all the commits with some detailed instructions to feed back into the agent. For example it would output:
Then I could ask roborev to copy over the reviews from multiple review sessions in one batch (this would be extra useful in conjunction with #98 so I'm not floodign the agent with fixes)