Check out https://sophia.dev Its AI tooling I've built on top of Aider for the code editing. I initially built it before Aider added support for running compile and lint commands, as it would often generate changes which wouldn't compile.
The other different is I have a file selection agent and a code review agent, which often has some good fixes/improvements.
I use both, I'll use Aider if its something I feel it will right the first time or I want control over the files in the context, otherwise I'll use the agent in Sophia.
I'd added seperate design/implementation agents before that was added to Aider https://aider.chat/2024/09/26/architect.html
The other different is I have a file selection agent and a code review agent, which often has some good fixes/improvements.
I use both, I'll use Aider if its something I feel it will right the first time or I want control over the files in the context, otherwise I'll use the agent in Sophia.