r/opencodeCLI

▲ 187 r/opencodeCLI+2 crossposts

do yall agree?

Vibe coding is basically the chaotic good route to actually understanding the stack.

You also accidentally learn:

Why your code works on your machine but nowhere else.

That “it works in development” is a personality trait.

How to read 47 lines of cryptic error logs like it’s ancient scripture.

The difference between “should work” and “actually works in prod.”

That one random package is secretly carrying your entire app.

Vibe coding over forcing yourself to read docs for 6 hours straight.

The knowledge just sticks when you’re deep in the trenches at 2am.

Who else got baptized by fire this way?

u/Complete-Sea6655 — 15 hours ago
▲ 91 r/opencodeCLI+5 crossposts

Hello! 👋

We launched a free and open-source project for developers: DevGlobe 🌍

The idea: while you're coding, you appear on a globe so you can:

  • Track your coding stats (per repo, per file, per branch, per language) with real insights into your patterns
  • List your projects (open source, side projects, or startups)
  • Build a public dev profile (stats + projects + activity, ready to share like this)
  • Motivate yourself to code (goals, badges, private leaderboards with friends)

Already using WakaTime? The endpoint is WakaTime-Compatible, just point your existing client at it and you'll appear on the globe with no new extension needed.

Privacy first:

  • Anonymous mode → a random city in your country
  • Standard mode → only your city is shown (never your exact location)
  • Private mode → completely off the globe (if you just want the stats, goals, leaderboards, or to showcase your projects)

100% free

100% open source

Your personal data and your code are never sent to the backend

🌍 The Globe: https://devglobe.xyz/space

💻 Source code: https://github.com/Nako0/devglobe-extension

📦 Marketplace: https://marketplace.visualstudio.com/items?itemName=DevGlobe.devglobe

If you are interested or have any questions, everything is explained on the website, but don't hesitate to ask, I will be happy to answer your questions!

u/Fair-Independent-623 — 21 hours ago

🚀 Supercharge Your OpenCode in One Command (480+ Skills & 11 Sub-Agents!)

Hey everyone! 👋

If you're using OpenCode, you probably know how powerful it can be. But let's be honest: setting up all the right skills, custom agents, and configuration files from scratch can take a lot of time.

I wanted to fix that, so I built OpenCode Supreme Setup — an open-source utility toolkit that transforms a blank OpenCode installation into an absolute powerhouse, literally in a single command.

✨ What's inside the box?

  • 480+ Ready-to-use Skills: Instantly load up an entire marketplace of capabilities without manual tweaking.
  • 11 Specialized Sub-Agents: Dedicated AI personas ready to tackle specific tasks right out of the gate.
  • Team Mode: Collaborate seamlessly.
  • Caveman Efficiency: Optimized global instructions so the AI understands you better and works faster.

🛠️ How to install it? It’s incredibly simple. You don't need to manually edit JSON files or move folders around.

For Windows (PowerShell 7+):

PowerShell

irm https://raw.githubusercontent.com/skeletorflet/opencode-supreme-setup/master/install.ps1 | iex

For Linux / macOS:

Bash

curl -fsSL https://raw.githubusercontent.com/skeletorflet/opencode-supreme-setup/master/install.sh | bash

Whether you're automating workflows or just want a much smarter daily coding assistant, this setup is designed to save you hours of configuration.

I’d love for you to try it out and let me know what you think! Feedback, ideas, and contributions are super welcome.

🔗 Check out the repo here: skeletorflet/opencode-supreme-setup

Happy coding! 💻🔥

reddit.com
u/Rude_Step — 13 hours ago
▲ 1 r/opencodeCLI+2 crossposts

Fixed the viral Opus 4.7 hallucination/reasoning error using neurosymbolic AI [P]

I've solved for the viral Opus 4.7 hallucination/reasoning error using a novel neuro-symbolic architecture.

This same method can be applied across all agentic tasks, making reliable, hallucination-free AI with true reasoning possible for the first time across software engineering and virtually every other domain.

This will change the world.

u/RouXanthica — 11 hours ago
▲ 63 r/opencodeCLI+1 crossposts

Why pay for GO when Qwen 3.6 is free? (Genuine Question)

Been researching a ton lately since my previous GO subscription already ran out. I got really hyped with the newer open source models, but in actual real-world projects they ended up being kinda underwhelming.

The only one that genuinely felt SOTA was Kimi K2.6, but if you look at actual cost per task it almost starts getting close to Claude. It overthinks a lot, takes forever, and while inference itself is way cheaper, the total cost per completed task really isn’t because of all the extra thinking and iterations.

So I ended up leaning more towards DeepSeek V4 Pro Max, which honestly worked pretty well when I had GO. But now Qwen 3.6 Plus which is FREE feels only like ~5% worse than DS4 Pro while still getting to basically the same end result with a bit more or less iteration.

Now I’m having this existential crisis wondering if paying for another subscription is even worth it anymore? I feel like all these models are starting to hit a ceiling where, with enough iterations/harnesses/skills/good prompts and plans, they all end up reaching pretty much the same result without needing to spend a lot of money?

reddit.com
u/Funny-Strawberry-168 — 21 hours ago

Gasto insano usando o Kimi K2.6

Estou no meio de um desenvolvimento próprio de um sistema de controle de vendas no Mercado Livre. Estou usando o Opencode desde o início, mas sempre alternando entre Deepseek V4 Flash e Pro.

Com o tempo percebi que o Pro não estava mais sendo tão bom pra desenvolver e passei a usar o Kimi k2.6. Nessa brincadeira desde o início do projeto, estourei minha cota MENSAL do plano Go em 15 dias e ainda coloquei mais $10 de crédito no Zen para continuar.

Os créditos simplesmente acabaram em 2 dias.

Aí vem a pergunta: como vocês estão conseguindo avançar com projetos sem ver seus créditos e dinheiro ir embora?

reddit.com
u/UnsexyGamer — 14 hours ago
▲ 9 r/opencodeCLI+1 crossposts

What am I doing wrong? All these Orchestrators and swarms and subagents

For the life of me, I feel like I must be dumb or something because no matter what I use, OMO-Slim, Swarm, GSD, Goopspec, list goes on and on. I've tried a lot of them. OMO-Slim seems the easiest to set up, at first glance. I install it, set up each of my agents in the config to my models, launch opencode and it seems all operation. The Orchestrator is there, the sidebar thing is there. Then comes the next step... I give it an idea of what I want to build, what I want to do, it creates a plan. OK, so far so good.

Then it starts executing it. It will delegate to a background agent once, maybe twice, and in between that it is trying to do ALL the work itself. It fills up the context window, basically doing the work by itself. It doesn't try to delegate other than a couple of times. So I am left with a context window being 70-80% full and well, the problem is I am not using my strong, coding models for the orchestrator, so it is trying to do the coding all by itself.

So what am I doing wrong here? They all do this...it just seems like it does the same thing as "Build" ??? but it's not. I also tested each agent and they are all working and connect fine if I manually ask it to invoke the background agent/s. BUt the orchestrators never want to invoke them themselves?! Any tips?

reddit.com
u/That_Frame_964 — 16 hours ago

CanopyWave Scam

be careful when you sign up for Canopy Wave.

I signed up for a single Unlimited 50M subscription. Their system automatically signed me up for a "fast bundle" subscription and I got double-charged. They refuse to perform a refund, so now I'm disputing this with my credit card company as a fraudulent transaction.

I've been using Coder + OpenCode to vibecode arduno/golang apps. Using Canopy Wave I've been met with frequent 500 errors, along with throttling on the Unlimited Plan (no throttling happened during the trial period).

This company seems to be very scammy.

reddit.com
u/tradar_acct — 16 hours ago

Is there any iOS App 4 OC?

Hello 👋

I like it so much I want to use it everyday, everywhere 😁

Is there any ios app to for Opencode Go?

kthx

reddit.com
u/include007 — 14 hours ago
▲ 4 r/opencodeCLI+1 crossposts

OpenCode for Enterprise Strict Governance

I’ve just started a new job as a Data Engineer in a very data sensitive team. The company is testing Claude Code in another team and we have access to GitHub Copilot. The majority of software that can be requested are from Microsoft/Dell only. I think OpenCode has an Enterprise version but not sure how it will hold up. Any suggestion? Should I engineer my own harness or wait until Claude code is available which maybe a few months away…?

reddit.com
u/ForHonourVN — 19 hours ago
▲ 21 r/opencodeCLI+3 crossposts

I made a tool to use AgentRouter models in OpenCode

Hey everyone! I threw together a lightweight local proxy that lets you use AgentRouter models directly in OpenCode.

It runs an OpenAI-compatible server, relays streaming requests to AgentRouter, and all you need is the opencode.jsonc from the repo to configure it.

Repo: https://github.com/Fares-Nosair/opencode-agentrouter-support

Open to feedback and contributions! 🚀

u/Impressive_Wave_2455 — 22 hours ago
▲ 475 r/opencodeCLI+7 crossposts

BoneScript, a new opensource Compiler for complete backend development

I developed an LSP, VS-Code extension and NPM package, please try it out and give me your thoughts!

github.com
u/Glittering_Focus1538 — 2 days ago

I feel like people are massively sleeping on Qwen3.6 Plus

For the last couple of months, I’ve been testing a bunch of models inside opencode. And like probably many others, I kept falling into the “newer model = better model” trap. Every time something new dropped, I tried it.

GLM 5.1 got hype. Kimi K2.6 got hype. MiMo M2.5 Pro looked really interesting on paper. DeepSeek v4 Pro also had its moment (and it's month of "Deepseek V4 next week!" hype). And don’t get me wrong, some of them are genuinely good. But for my actual daily coding workflow, I keep coming back to Qwen3.6 Plus.

It is just insanely solid, and it punches way above its weight class.

The thing that impresses me most is not even one single benchmark or a flashy demo. It's the combination of things that actually matter when you are living inside a real codebase:

  • It follows instruction protocols tightly without drifting.
  • It does not randomly lose the plot or start hallucinating arguments after a few tool calls.
  • It actually understands existing architecture instead of trying to casually rewrite half the project.
  • The native 1M context window is a massive deal—and unlike some models, it actually reasons across that context stably instead of collapsing on repository-level files.

Is it as strong as GPT-5.5 or Claude Opus 4.7? No, obviously not. I would still hand those the keys for absolute hardest architectural decisions or deeply complex abstract logic.

But for daily coding agent loops? Man, Qwen3.6 Plus just delivers.

I think the model disappeared a bit from the spotlight because newer open models came out and the hype cycle moved on to the next shiny object. But if you are using opencode or building automated dev pipelines, it deserves way more attention than it gets.

Sometimes the best model isn't the newest one or the loudest one on a Twitter benchmark screenshot. Sometimes it’s just the one that remains reliable 20 turns into a messy debugging session.

What do you guys think? Anyone else daily-driving it for dev work over the newer releases?

reddit.com
u/nbr_engineer — 2 days ago
▲ 875 r/opencodeCLI+3 crossposts

Back in my day

Back in my day, I didn't have the courage to ask my questions on that dreaded site so I would spend hours trying to find an answer and then in the end when I didn't find it I would just put off the project until I gave up.

u/Complete-Sea6655 — 3 days ago
▲ 3 r/opencodeCLI+1 crossposts

I made a tool to use AgentRouter models in OpenCode

Hey everyone! I threw together a lightweight local proxy that lets you use AgentRouter models directly in OpenCode.

It runs an OpenAI-compatible server, relays streaming requests to AgentRouter, and all you need is the opencode.jsonc from the repo to configure it.

Repo: https://github.com/Fares-Nosair/opencode-agentrouter-support

Open to feedback and contributions! 🚀

I've been building an open-source Telegram client for OpenCode for 4 months — and I have no plans to stop

Hey everyone,

About 4 months ago, I started building a Telegram client for OpenCode CLI. At first, it was just a small personal project so I could run coding tasks from my phone while lying on the couch. But the project really began to gain popularity and traction after I shared an early version here on Reddit. Thanks to this community, it caught a wave, started ranking well in Google for OpenCode-related searches, and completely blew up.

The most amazing part has been the open-source response. We now have over 20 contributors! Seeing people open PRs and suggest features completely shifted my mindset from "this is a personal script" to "let's build the best remote client for AI coding".

I’m still actively dogfooding it every day. I run the bot on a cheap VPS, and it has genuinely become a core part of my workflow.

Since my last update, the bot has grown into a much more capable client that now supports most of the core features available in OpenCode. Here are the biggest additions:

- AI Voice Generation: The bot now sends the agent's generated speech as native Telegram voice messages.
- Live Subagent Tracking: See subagent progress, execution, and output in real-time.
- File Management: Browse your workspace and download specific files directly in the chat.
- Flexible Workspaces: Create a new project session by selecting any arbitrary folder on your machine.
- Git Worktree Support: Added full support for git worktrees, which makes juggling multiple branches much smoother.
- Session Auto-Connect: If you start a session directly on your PC terminal, the bot will automatically connect and stream progress to your phone.

I have a huge backlog of ideas and no plans to stop developing this anytime soon. For the near future, here are the major features I'm planning to tackle next:

- In-Chat Settings UI: Moving away from config files to configure the bot completely via Telegram inline buttons.
- Progress Verbosity Modes: Adding different display modes (quiet, concise, verbose) so you can control how much terminal output you read.
- Message Queuing: A queue system to drop multiple prompts into the chat for sequential processing.
- UI Polishing: Cleaning up the overall chat interface, message formatting, and button layouts to make it feel more native.

If you haven't checked it out, the repo is here: https://github.com/grinev/opencode-telegram-bot

I’d love to hear your thoughts! For those who manage AI agents remotely — what features are you missing the most?ents remotely — what features are you missing the most?

u/Less_Ad_1505 — 2 days ago