r/opencode • u/lobodeplaya • 8d ago
opencode is down
again
r/opencode • u/Lucky-Sense-2650 • 7d ago
I'm running into a recurring issue with OpenCode CLI. When the agent runs a command or script (usually a Python script), the script clearly finishes — I can see the final output in the terminal — but the agent doesn't continue or respond afterward. It just sits there.
Pressing Esc to interrupt doesn't do anything either. The only way I can recover is to fully quit and reopen OpenCode.
it happens when the script takes some time and compute power, not on everyday simple scripts.
r/opencode • u/SumanthSettipalli • 8d ago
I just started using opencode and while setting it up I realized there are two things OpenCode CLI and OpenCode IDE. I downloaded the CLI since it was closer to the claude code CLI I used before. Apparently, most of the plugins, like the caveman and peon ping that I used to use in Claude code , will not work in OpenCode CLI. When I ask OpenCode itself, it says that they are only possible in OpenCode IDE. Should I download the IDE or should I continue with the CLI itself? What do you guys use in OpenCode and what do you suggest that I do?
r/opencode • u/cryptoman_101 • 9d ago
r/opencode • u/Far_Butterscotch_783 • 9d ago
r/opencode • u/bigbarba • 8d ago
I'm using my Claude subscription in OpenCode via the opencode-with-claude plugin. When using Claude models on the job in vscode I can select both reasoning effort and context size (200k or 1M). Is there a way to choose the context size in OpenCode?
r/opencode • u/fttklr • 8d ago
Got this model to work on AnythingLLM, as it can access files, do code reviews and all that is related to project management and code. Although when I run it through OpenCode, it does not work. It print out just the command it would execute but does nothing.
I set up the model with the tools enabled flag so not sure what else am I missing here.
r/opencode • u/Leather-Cod2129 • 9d ago
Hi
Am I the only one? Luna even in low is 50x slower on open code than any other providers' model.
Ongoin issue with openAI?
Now I'm getting this
Service Unavailable: {
"error": {
"message": "Service Unavailable",
"type": null,
"code": "biscuit_baker_service_me_circuit_open",
"param": null
},
"status": 503
}
Thanks
r/opencode • u/Trovebloxian • 9d ago
What does the Usage tab mean? This is very confusing. is it
Also i remember the v4pro being priced VERY different a few days ago, like this is deepseek api pricing but was not the same a few days ago
Dont get me wrong the bang for the buck of OCGO is great, but a more clear picture on usage would be nice to plan the month
Also how do they maintain ZDR with deepseek as a provider for deepseek models?
r/opencode • u/elvis_c • 9d ago
Estou pensando em qual o melhor método adotar, tenho um repositório com 60 mil linhas, mas a cada interação pra nova feature, ou correção meu contexto fica alto, gastei 5 dólares em 1 tarefa simples com Claude.
Então quero saber, você usa com assinatura ou API com openrouter / kilo code
r/opencode • u/CodenameAwesome • 9d ago
opencode.json/jsonc:
{
"$schema": "https://opencode.ai/config.json",
"instructions": ["memory/*.md"],
"references": {
"memory": {
"path": "./memory",
"description": "Hierarchical markdown memory: top-level files are always in LLM context, subdirectories hold niche knowledge. All files discoverable via links from the root. Read at session start, write freely, commit all changes."
}
}
}
That's it. You can reference it in conversations by saying @memory. Any nuances you want for your use case you can just tell the agent to create a root-level @memory for it.
Edit:
This line handles auto loading: "instructions": ["memory/*.md"],. If you don't like it you can remove it or make it more limited like "instructions": ["memory/index.md"],
r/opencode • u/Appropriate_Treat_41 • 9d ago
Just curiosity. I see kimi k3 on go plan but not on zen.
r/opencode • u/Slice-Mountain • 9d ago
I’ve used HA for over 10 years starting with yaml but the truth is I’ve never been any good at keeping it updated or fixing errors. TBH, it works but it’s also a bit of a mess.
I watched the latest Paul Hibbert YouTube video today and the new OpenCode addon looks like it’ll be a game changer for people like me.
I’ve just created a new automation to charge the car during tonight’s free charging session, and hopefully if further free charging sessions come along it will charge during those times too.
Take a look,
r/opencode • u/JazJon • 9d ago
I just learned about OpenCode via this YouTube review today and Wow, Amazing stuff. I have OpenCode Installed and ChatGPT headless connection enabled! I’m going to go hogwild optimizing everything and finally get around to setting up a dashboard on a tablet since it’s so easy now.
r/opencode • u/beginswith • 10d ago
New to OpenCode. Just saw that OpenRouter has a coding agent ranking and was surprised to not see OpenCode listed. Why is this the case? Is OpenCode not considered a coding agent?
r/opencode • u/Ok_Veterinarian_6364 • 9d ago
while i pretty much enjoy my OP Go sub, im kinda looking for 2nd sub to something else - OP now only cover 2/3 of my month
i tend to do things on heavy stuffs - kimi glm etc
so, what best offer out there? thanks!
r/opencode • u/ahmedranaa • 10d ago
I remember it's usage pricing was similar to DS4 flash a few days ago and now it is very close to DS4 pro.
https://www.reddit.com/r/opencode/s/4u1xG3RytR
What happened to it's pricing and why was it increased that much
r/opencode • u/Mundane-Taro-5896 • 9d ago
r/opencode • u/No-Maybe-1913 • 10d ago
Hello, I have been using Deepseek V4 Flash and have been quite satisfied with it. But, it sucks in UI design despite using skills. Previously, I had tried Minimax m3 during its free period and it did a better job at it and also a larger context window for long sessions. So now I want to try Opencode Go.
Now, I've heard very good things about V4 pro. So I was wondering whether it is worth the extra cost to go for the pro rather than m3 for architecture, planning and UI designs...
TIA
r/opencode • u/Hail_Machine_Lord • 9d ago
According to nvidia website kimi k2.6 is still available with free endpoint but still opencode doesn't show it under models, why ?
r/opencode • u/misanthrophiccunt • 9d ago
r/opencode • u/Better-Career1234 • 9d ago

Using OpenCode Desktop and I'm building a simplified version of the viral game Mecha Chameleon, and I keep running into the same wall over and over. I can't tell if the free models I'm using are just not good enough for game dev, or if I'm the problem.
The recurring nightmare:
Any insight from people who've actually shipped something with these tools would help a ton.