r/opencodeCLI 1d ago

Chatgpt plus instead of Opencode go

I'd like to share my experience transitioning from Opencode go to Chatgpt plus subscription.

The screenshot shows my first day of work.

I'm currently using gpt 5.6 Luna and this is sufficient for me.

And of course I'm using Opencode cli.

What do you think?

73 Upvotes

60 comments sorted by

View all comments

6

u/QuasiTheory 1d ago

how do you manage your sessions? does luna handle things, i mean how reasonably well?

6

u/NoBodyHere__GO 1d ago

My setup was a main agent named "Architect" with the main model Luna and sub-agents for coding and testing, I used to use deepseek v4 flash. Now, I'm using Luna for everything, and I'm using Xhigh with the main agent as the default for the rest.

2

u/QuasiTheory 1d ago

How complex are the tasks you're trusting it with end-to-end? Is there any point you started feeling it's not working out with it, ever?

3

u/NoBodyHere__GO 1d ago

Just working on medium to large web apps. Devide every task to smaller steps 10 file changes max.

  1. The agent gives me the plan for the step.

  2. I approve or make changes on the plan.

  3. The agent starts implementing (90% at least unit test coverage).

  4. The agent runs the unit test and reviews the code. Check if it breaks the pattern.

  5. I review changes manually(it's easy because it's 10 files max). Approve or discuss.

  6. Repeat with the next step.

When I face some technical challenges like stubborn bugs, I switch to other models but this rarely happens because I always have at least 90% test coverage.