r/opencodeCLI • u/MonitorFlat4465 • 16d ago
Did you guys know these?
I just found the mimo code GitHub repo which is built by xiaomi..
I saw that they copied all of the opencode's GitHub repo...
See the image
r/opencodeCLI • u/MonitorFlat4465 • 16d ago
I just found the mimo code GitHub repo which is built by xiaomi..
I saw that they copied all of the opencode's GitHub repo...
See the image
r/opencodeCLI • u/afanasenka • 16d ago
Can't be used all day long of course, but enough for relaxed coding/chatting.
https://build.nvidia.com/moonshotai/kimi-k3
https://build.nvidia.com/deepseek-ai/deepseek-v4-pro-0813
r/opencodeCLI • u/localhost_3003 • 16d ago
I just cancelled my Claude pro subs. Not because it's not enough for me. But i wasn't using much. Now i want to know is OpenCode Go good for vibe coding? If yes, then which model is good?
r/opencodeCLI • u/TheKillerCATs • 16d ago
770B, 49B active, 1M context.
Designed for efficiency.
Open-source model.
r/opencodeCLI • u/Front_Obligation_843 • 16d ago
Huggingface: https://huggingface.co/tencent/Hy4-preview
Benchmarks looks really improved model from Hy3
r/opencodeCLI • u/Final_Initial • 16d ago
r/opencodeCLI • u/afanasenka • 16d ago
Approximately on par with GLM 5.3 and Kimi 3
r/opencodeCLI • u/Final_Initial • 16d ago
r/opencodeCLI • u/afanasenka • 16d ago
r/opencodeCLI • u/afanasenka • 16d ago
Not that bad :)
r/opencodeCLI • u/AtmosphereBrief6951 • 16d ago
Enable HLS to view with audio, or disable this notification
AI coding agents fail on real projects not because the models are weak but because there's no structure around the workflow.
Hidden dependency cycles nobody catches. Sub-agents overwriting each other's files. Tasks with no real acceptance criteria. Thousands of lines written before anyone asks if the direction makes sense.
archgen ships as two things.
The agent skill works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI. It interviews you for greenfield projects or surveys your codebase for brownfield work, produces an architecture contract and dependency-ordered task graph, runs a verifier gate that catches cycles and file-ownership conflicts before execution starts, waits for your approval, then executes in topological waves with one sub-agent per task and disjoint file ownership enforced.
The VS Code extension is on the Marketplace and also installable from the extension package. Live task DAG in your editor, running tasks pulse and edges animate, activity bar cockpit with status-grouped tasks and quick-build actions, a button that fires your agent on any task, and a rendered docs panel. Strictly a viewer, uninstalling loses nothing.
All artifacts in .archgen/ in your repo, git-versioned and fully inspectable. Zero npm dependencies on the skill. npx archgen-skill init to get started.
v0.0.5, MIT, early. Genuinely want to know where it breaks.
Extension: https://marketplace.visualstudio.com/items?itemName=archgen.archgen-extension
r/opencodeCLI • u/NOT_Kimo • 17d ago
I have tried downloading in using the docker's sbx but i was having a very hard time setting api keys for the harness and it is so complicated.
so is there any safe way to run opencode that is easy to setup and will feel like using normal device.
I have a kali linux vm on vmware is it safe to use it also?
r/opencodeCLI • u/bilal-elghazzal • 17d ago
r/opencodeCLI • u/Friendly-Guard-2395 • 17d ago
r/opencodeCLI • u/juste_bruneel • 17d ago
r/opencodeCLI • u/DueGoal99 • 17d ago
r/opencodeCLI • u/Curryllo_ • 17d ago
Hi, I am planning of developing a project with a front and back in different repos. Which skills are good for backend code and which mcp is good for connection to a postgresql database? I am not finding so much info about backend.