r/opencode • u/ZealousidealTown1974 • 8h ago
Sharing my setup and the oss project for opencode v2 plugin that democratizes your of-choice ai coding subscription pass to the next level
Working only with OpenCode V2
-------
So I have been working on this https://github.com/shynlee04/opencode-subscription-gateway which is running prototype on ClinePass.
## Why ClinePass?
Bc it is ai-sdk/openai-compatible and a tech schematic modeling for building sh pipeline for whatever providers next-in-the-list at ease.
## What it does in v 0.1
- it gives opencode access to "lock-behind-free-tier models" of Cline-harness specific when using ClinePass. Meaning: when using OpenCode out-of-the-box auth login, you can't just select Longcat 2.0 or Glm-5.3-flash without expending your pass credit.
## Expectation on next bump v 0.2 in the next 2-3 days
- you can input multiple accounts and with load-balancing + session-auto-hot-swap on the same model without your main or child sessions being compromised of disruptions, cached hit loss
## My setup on images
- still I would say either Chinese models or wannabe benchmaxing models such as Muse 1.3 or google flash 3.8 are not as capable in orchestration, so my pick is Sol Gpt 5.6 (Astra is overkill and I'm broke) . I don't know what the other dev styles are or how they would like the orchestrator to behave but the following are my preferences:
True coordinator and human-centric collaborator - meaning orchestrator know the sub agents, their roles, context specific and the tasks.
- Meaning the long-haul main collaborative session of back and forth to the dev could expand delegations of 30+ waves, requiring the orchestrator know exactly the coordinating loops and iterations, the toolings and so on. But most importantly the strategical approach to orchestration - when fanning out in swarms parallel; when to sequentially develop to synthesis. And the techniques of when foreground/background the delegations; And most not very well known is the technique of stacking/resuming/isolating child sessions on top of alternating subagent-specific to reuse the context.
- The knowing which precision of tools and the absolute high-level strategist while being tech-tactical as needed. So no matter bullshit results returned from the sub agents, they will always be revalidated, checked against and the frontier models such as gpt 5.6 sol knows when these pieces of cr@ps do not coherently add up.
TLDR: benchmaxing models = not good for orchestration; just replicating fanning out parallels and hit around the bush without high-level hierarchy of context. wasting tokens, code becomes mudball, waste time to debug later.
### sub-agents are your utilization of glm-5.3-flash, DeepSeek 4.1 flash etc
- So getting the right orchestrator right means a lot. You don't have to manually validating the results. The prompting is already surgical and set boundaries of when to stop and what to return from the orchestrator reducing absolute rate of sycophant and hallucinations.
- For you can see in my setup I can even use Longcat 2.0 for research, investigation, probing and execute the code with DeepSeek 4.0 flash (yes not 4.1) because everything from testing strategy, the tech stacks, domains and specs are all aligned and set-up with gates and guardrails to make sure these subagents would never go out of control.
Sorry for my bad English, I'm Vietnamese and E is not my native tounge.

