Compare with Oh My OpenCode #116
-
|
Hi everyone, I’d like to understand how OpenAgentsControl compares to Oh My OpenCode. Are there clear advantages of one over the other, or are they designed for different purposes? Are there specific use cases where one should be preferred over the other? Thanks in advance for your insights. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
im interested in this as well. |
Beta Was this translation helpful? Give feedback.
-
|
hi @ramonskie ! thanks for your insights. have you already tried one of the recent releases of OpenAgentsControl? can you tell me if there is any difference in produced code quality? oh my opencode 3 released recently, but after just a few minutes i hit my 4 hour limit with Claude Pro which is really annoying. Bg, |
Beta Was this translation helpful? Give feedback.
-
|
Hey all, So OpenAgentsControl (AOC) has a few guided principles that I follow when building this:
I have purposely stayed away from the plugin systems as I wanted to make the framework first and really drill down into getting the most efficient system possible. I wanted this to be used for any model so having access to the prompts is important to customise the behaviour. In my opinion I look at oh-my-opencode as the beginner set it and forget it plugin. It does so much and blows your mind and your tokens but getting repeatable behaviour seems tough. You are at mercy of the plugin, if it updates well that means your prompt and behaviour updates... you have no say be at its mercy. OpenAgentControl is that you have control on what you do, everything is accessible & you can change it as you will, if you want to update you can choose which files to update. Built around approval and efficient context methods. I am actually making a video on how best to use this, as its getting closer to where I want it, last things missing are parallel agent control and abilities. I made a comparison below and hopefully this sheds some light. Comprehensive Feature Comparison: OpenAgentsControl vs Oh My OpenCode
Key Differences SummaryOpenAgentsControl Strengths:
OpenAgentsControl Limitations:
Oh My OpenCode Strengths:
Oh My OpenCode Limitations:
Decision Matrix
Key Differences SummaryOpenAgentsControl Strengths:
OpenAgentsControl Limitations:
Oh My OpenCode Strengths:
Oh My OpenCode Limitations:
The Bottom LineOpenAgentsControl:
Both are excellent, but serve fundamentally different needs:
|
Beta Was this translation helpful? Give feedback.
Hey all,
Thanks for tagging me in this as I didn't see these messages.
So OpenAgentsControl (AOC) has a few guided principles that I follow when building this: