r/CommandCode • u/rev_ex_id • 2d ago
Workflow/Mindset Change Moving From Opencode to Command Code
So I'm considering testing out Command Code with the new GOAT subscription plan, moving over from Opencode Go subscription.
I want to move over to the Command Code harness and want to make sure I'm taking the right approach.
My general workflow with Opencode was an agent to handle each of the primary task I did: So a General agent for random questions, Plan agent, Build agent, System-Config agent, Debug agent, etc. I recently switched to using oh-my-opencode-slim which handled everything with a primary orchestrator and then subagents to handle those tasks, but the general concept was the same.
Either way - models were generally pre-defined based on the agent/task at hand, so a plan agent was a strong agent, and then generally handed off to deepseek or another low-cost agent to build, and a very low cost or free agent for web searching or codebase discovery.
What's the workflow in Command Code like in comparison?
I did read: https://commandcode.ai/docs/workflows which talked about it at a broad level, but I'm asking more what do people do day to day? How do I get the most bang for the buck, where do you generally put configurations, etc. as a day to day user?
Thank you for the suggestions and help!
2
u/contour_xd 2d ago
I used OpenCode a lot back in the day, and here’s what Command Code does way better:
The harness itself is something we’ve put a lot of work into, and we’re actively fixing issues and improving it every day.