-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Git provider (optional)
Gitlab
System Info (optional)
No response
Issues details
I am testing out this PR-agent in our Gitlab environment. It works rather well at the moment. But I have the following idea and I would like to get some opinions from other people that maybe have some more experience with PR-agent.
My idea is that I think it would be handy to give the PR-agent the memory context of the KiloCode memory-bank. KiloCode is just like Cline or RooCode and thus has a similiar memory-bank principle (https://kilocode.ai/docs/downloads/memory-bank.md). In order for the PR-agent to use this I would need to combine all .md files in the memory-bank to 1 .md file and add it to extra-instructions. Or use the best-practices feature, but that is premium and I am not sure premium would be worth it just for that.
My question about this idea is, if this is something that would actually improve the PR-agent MR review capabilities?
Maybe someone has an even better idea?
FYI: we are using Gemini pro with Openrouter so I think that the context amount would be more then sufficient to handle these long extra-instructions.