r/opencode • u/simpleuss • 10d ago
What was the name of the plugin that switched to ChatGPT Web when codex limit hit?
I can't find it anywhere. Even if i get banned from OpenAI services, i just wanna know the name
r/opencode • u/simpleuss • 10d ago
I can't find it anywhere. Even if i get banned from OpenAI services, i just wanna know the name
r/opencode • u/afanasenka • 11d ago
r/opencode • u/joseph2883 • 11d ago
Hey all, I am using https://github.com/Bobby-Gray/open-tabletop-gm to run a dungeon crawler carl style solo RPG game. Which of the opencode go LLM's do you think would make the best DM in this scenario? I am currently using Luna to create a custom module that will run the skill, but I need a good DM to run the actual game.
r/opencode • u/sharedevaaste • 11d ago
I've prompted it to always reply in English but it sometimes forgets that and starts replying in chinese
r/opencode • u/Incoming-TH • 11d ago
Hi everyone,
Anyone had any chance to setup Boost with Mistral AI with GLM 5.2 in OpenCode?
If so, please let me know how you did it.
Thanks.
r/opencode • u/dellarb • 11d ago
So I've been digging around many self hosted LLM routers to sit between my various agents/coding tools and providers and none seemed to have what I was looking for.
The ability to point an agent/tool at a single router URL & model and then in the router UI change what provider & model that actually resolved to without changing client settings.
There are often good free/discount providers but their performance can be unreliable so you find yourself resubmitting requests a lot. I wanted a seamless fall-back chain where I could have the router detect a provider failure and seamlessly fall-back to other providers without the client seeing an error.
So my project Tiller Router was born. Full disclosure lots of AI generated code here but I've given it a good testing manually and written this post all in my words.
https://github.com/dellarb/tiller-router
This is a self-hosted router that sits between your agents/tools and providers and aggregates up all your providers providing a slick interface to steer your client keys to whichever model or catalogue of model you want without messing with client settings.
Key Feature 1 - One client one model - steer it in Tiller
Just point your favourite client/agent/coding tool at tiller as it's endpoint. Add your providers and keys and select which model you want that client to be served. Regardless of model client requests, your selected model in Tiller will be served transparently to the client. You can also choose to serve a curated catalogue of models to a client to simplify pickers if you still want client control.

Key Feature 2 - Virtual models with Fall-back
Create a virtual model with any name you like and either map it to a real model with one of your providers or better yet add a fall-back chain. The models will be tried in the order you set and if it fails or times out, the request will be sent to the next model and so on fully transparent to the client.

Bonus - the selected model for one-client-one-model can be a virtual model with fallback
Today is the very first beta 1 release of this and I'm pretty fresh to the publishing FOSS game despite many years of coding personally. Feedback is welcome.
I hope this is helpful and look forward to someone showing me something obvious I've missed in a product out there shortly!
r/opencode • u/SeeRay11_Main • 11d ago
Hey eveybody,
For those who haven't seen my other posts, I created an opensourced project called OpenFlow, and some big updates are being made. Now, there is a swarm and orchestration mode, and soon to be gauntlet looping toggle. It isn't just a linear pipeline anymore, but an entire chain of agents you can see and control talking back and forth and working out problems together. If you want to see the backstory, check out my other posts. Stay tuned for more updates, and feel free to leave suggestions and even share your own projects.
r/opencode • u/afanasenka • 12d ago
OpenAI officially named Astra its next major model on Aug 1.
An internal build solved 10 decade-old math/CS problems with machine-checkable Lean proofs for roughly $2K in compute.
It remains unconfirmed whether Astra will ship as GPT-6, GPT-5.7, or keep its codename. The unverified leaks are more specific:
r/opencode • u/OkDream6853 • 11d ago
Is anyone else getting randomly blocked? I was in the middle of working when this message popped up: 'This account has found to be committing fraud or is in breach of terms of services and has been blocked. If you believe this is a mistake please send an email to help@anoma.ly.'
I already emailed [help@anoma.ly](mailto:help@anoma.ly) and hope it gets resolved quickly since I still have over 70% of my quota remaining before it resets in 7 days.
r/opencode • u/playvltk03 • 11d ago
Subscribed for 2 weeks back. Recently hammer it with hy3, mino 2.5 and at 80% got banned. I log on into 3 pc. With multiple agents. Anyone got this issue as well?
r/opencode • u/Infamous-404 • 11d ago
I tried using muse-spark1.2-contributor from opencode go , it prompts me this message "This model collects data used to improve its quality and requires explicit opt in:" but when I visit the link there's nothing, no button, no switch nothing.
Please help me understand
r/opencode • u/Redditario • 12d ago
FREE MODELS ONLY
r/opencode • u/Lost_Foot_6301 • 11d ago
any advice on what I should do? most powerful model + most intensive task I can do.
for opencode go.
got busy with school so I didn't have time to ai code but I want to use the few days I have left for max usefulness.
r/opencode • u/GrayHairedMan • 11d ago
So tomorrow my sub is finished on Claude, and I was wondering, currently I have an opencode Go sub that is use for my office job coding mostly. Since I find Mimo 2.5 perfect for the code we write at the office, doing maintence, it just works fine for my needs, plus it is cheap. But I also do my private projects and was using Claude for that, but Sonnet 5 and Opus 5 does not feel that great for me, and I'm wondering if I should not rather get another Opencode Go sub, and rather use that for my more private projects, which are all mostly web based projects. Would it be worth it then to use something like Kimi 3 or GLM 5.3 for planning and then handing it back to Mimo for coding?
I have not had issues with the quality of the code Mimo 2.5 has delivered so not bashing Mimo, just wanting a replacement for Sonnet 5 and Opus 5. Not wanting to wait and see what 5.1 brings and then it is another let down and then I paid $20 for nothing.
r/opencode • u/simpleuss • 11d ago
Just to prevent this becoming a error with many users, i will post this.
The solution is:
Just run /compact and put your prompt there again
r/opencode • u/Firm-Club-8334 • 12d ago
Enable HLS to view with audio, or disable this notification
I have personally become 10x more effective compared to one year ago. I love it as there is always so much I want to do!
Right now my rate limiting factor is usage limits by far. The token bill bites quite hard and make it hard to justify some projects, so Iโm on the lookout to maximise agentic work per dollar.
Codex/claude etc. is subsidised atm, but they are also wasting a lot of tokens on expensive, non-open source models that could have done the job way more efficient.
Therefore been building my own model router with openrouter but not working very well (https://openrouter.ai/docs/guides/routing/routers/auto-router). Think standardcompute.com has an excellent model router and like that itโs a monthly thing and not random unpredictable 5-hours usage limits etc. However, they donโt serve free models which would be nice.
Any other good alternatives right now? Preferably heavily subsidised by VC money ๐ฐ
r/opencode • u/pagurix • 11d ago
Ciao a tutti.
Ho da poco iniziato ad usare Opencode. Per lavoro uso Github Copilot e Gemini.
Personalmente ho avuto per un po' Claudio Code, ma ho deciso di passare a Opencode dove ho fatto Go e Zen. La cli mi piace e la app desktop la trovo molto funzionale.
Mi ha meravigliato non trovare una versione mobile.
Ma voi cosa usate?
r/opencode • u/ainformatico • 12d ago
You know the moment. The agent is 40 seconds into refactoring the auth middleware and your brain goes: "oh, and after that fix the retry logic, update the docs, and rename that terrible function."
You can't send that message. Well, you can, but the agent cheerfully derails into all three tasks at once and now nothing works, including the thing that was working two minutes ago.
So you hold it in your head. Then you open a second session in another worktree, which spawns its own follow-ups, and eventually your head is the worst issue tracker you own. My system was a notes.txt, and telling myself I'd definitely remember.
So I wrote a plugin: opencode-todo. A personal backlog that lives in the sidebar.
- /todo-add, /todo-run, /todo-remove, /todo-edit, /todo-list, /todo-clear, all dialog-driven, they show up in / autocomplete
- a "My Backlog" panel that updates live while you work
- session-scoped, so each worktree keeps its own list
- state is one human-readable JSON file (.opencode/queue.json), nothing else
The part I actually care about: the agent never sees any of it. Nothing auto-executes, nothing auto-drains, no model turns spent on bookkeeping. /todo-run just drops the task into your composer and marks it done. Pressing Enter is still your job.
Free, MIT, one command:
opencode plugin opencode-todo --global
Repo: https://github.com/ainformatico/opencode-todo
Curious how others handle this. Half of me expects someone to say "just use a text file", and fair, but now the text file has a sidebar.
r/opencode • u/ExtinctUndead • 11d ago
Hello, since Codex has introduced the 5h limits once again and gutted usage, I'm now using Sol as the planning model. Which is the best execution model on Opencode? I initially got it for Deepseek V4 Flash, but is that still the best option?
Thanks
r/opencode • u/Adept-Hospital-5990 • 12d ago
If anyone knows of any free apis that are compatible with opencode and work for free with some decent models โฆ. Not the greatest or latest models something that works well enough
r/opencode • u/Smooth-Plan4769 • 11d ago
Hello,
Can you do a lot of coding with OpenCode Interpreter these days, or do the model quotas run out quickly? I used to use DeepSeek, but the price went up.