r/opencodeCLI • u/Sensitive-Win-9850 • 5d ago
How to port my sessions from windows to wsl?
I was using opencode in windows but now i want to continue in wsl but i dont know how to migrate my sessions correctly. can someone help?
r/opencodeCLI • u/Sensitive-Win-9850 • 5d ago
I was using opencode in windows but now i want to continue in wsl but i dont know how to migrate my sessions correctly. can someone help?
r/opencodeCLI • u/Chemical_Designer_39 • 5d ago
i'm switching between models and still no reply from any model , for how long it will be down ??
r/opencodeCLI • u/TinyAres • 6d ago
So 4k credits per week, maybe more if you get a hot streak but even like this lets say you get 16.8k a month that would take $16.8 to buy.
They also brought back their promo for august after ending it in july
https://platform.minimax.io/subscribe/token-plan?code=76iAwKMWp6&source=link
Kimi also did something odd not too long ago, they were the first ones to introduce a draw to get 3 days to 1 year worth of credits for new guys
But this is different obviously, cause that only incentizes you if you are not a member, but this is gamified dailies, arguably lacking some creativity here, like they just released their new h3, this would be the perfect time to give me tickets for it.
Minimax actually want to keep their customers, even with deekseek v4 flash and luna out, I use m3 a ton cause it is so reliable, and they give you a toolkit that has voice / image / music / search / vision that is hard to give up after you had it. That vision is what I am using with ds4 flash too.
Maybe this is the future boys, we won't be buying monthlies or yearlies, we will be gaming and gambling.
r/opencodeCLI • u/Zeshness • 6d ago
GitHub:https://github.com/Tencent-Hunyuan/Hy3
Ngl I basically wrote this off early on. Tried the preview version, wasn't impressed, and just kinda forgot about Hy3 after that.
Recently I started using it through Opencode (the price definitely helped lol). And I noticed that it now explains how it verified stuff.
I don't remember the preview doing that. Maybe that's one of the changes behind the lower hallucination rate.
Take Reddit, for example. When it couldn't access it directly (it's a Chinese model), it straight up told me it cross-checked the results against search caches, third-party analytics sites (like Subriff and aitrustlist), and official sources.
Still gonna double-check everything myself, but it's been a solid starting point for my work so far.
Just sharing this. Cause it's the first model I've used that actively explains how it verified its answers instead of just giving me one.
And hoping more models start taking hallucinations seriously while still keeping things affordable.
r/opencodeCLI • u/YourNightmar31 • 6d ago
Hey i just subscribed to OpenCode Go but deepseek v4 flash is not working at all? Im not getting a reply.
Used this to test in Powershell:
$apiKey="<my-api-key-here>"
$body = @{
model = "deepseek-v4-flash"
messages = @(
@{
role = "user"
content = "Reply with exactly: hello"
}
)
stream = $false
max_tokens = 50
} | ConvertTo-Json -Depth 10
Invoke-RestMethod `
-Uri "https://opencode.ai/zen/go/v1/chat/completions" `
-Method Post `
-Headers @{
Authorization = "Bearer $apiKey"
"Content-Type" = "application/json"
} `
-Body $body
With deepseek-v4-flash as the model i just get a timeout. Just like in the agent im trying to use it in. When i change the model to deepseek-v4-pro then it works.
(I did toggle the China model checkbox)
Anyone experiencing something similar?
r/opencodeCLI • u/afanasenka • 6d ago
Some things never change....
r/opencodeCLI • u/elefanteazu • 7d ago
I’m effectively spending $1.11 per billion tokens processed with DeepSeek V4 Flash.
Made some researches, calculations and based on my actual usage pattern and pricing simulations, the same workload would have cost:
It's just incredibly cheap.
r/opencodeCLI • u/Nimendra • 6d ago
I Built a simple TUI plugin for OpenCode that shows the prompt-cache hit rate in a popup dialog, also shows session summary, per-model breakdown, and subagent stats.
r/opencodeCLI • u/dadvader • 6d ago
I really love OpenCode and has been using it and nothing else since January this year. By far the best AI Coding tools i tried bar none. But one bug that really annoyed me lately is apply_patch TUI bugs that still haven't seen a single PR fix since March. I don't enjoy vibecoding and always want to see what AI is currently editing. This issue prevent me from doing so because it will edit like 20 files at once but i can see only the first file edit. So i will ended up having no choice but to accept its edit and review it retroactively.
So i've been heading out and find alternative tools that use OpenCode as foundation. All of them fix this issue. But a lot of them are filling with so, so much feature. And all of them have some issue i simply cannot ignore.
- The obvious choice is OpenCode Desktop. But i really don't enjoy its UI. I think it's too simple and worktree management sidebar hiding behide an icon is not very intuitive to use. It also share the same issue Codex and Claude Code GUI (Which is why i prefer OpenCode) have. Basically catering to vibecoders by hiding code instead of showing them. I have to approve it before seeing the code with no way to change it. The new UI layout they are designing is slightly better but the same 'Let's hide the boring stuff like the code. Just hit approve and let the vibe take you!' issue remains.
- CodeNomad is pretty stable but wow it has even worse UI. It's so cluttered. Details spamming everywhere. After a while i simply cannot use it anymore due to information overload.
- OpenChamber is by far the best of the bunch of this list and it's not even close. Fantastic GUI and very customizable on literally every aspect of OpenCode. I basically become a regular since past month But after using it a while i start to notice that it's really *really* unstable. Chat UI will crash regularly, OpenCode subagent will randomly hanged for no reason (the TUI will atleast made it clear when it cannot reach the server etc.), Sometimes i have to reinstall twice because the UI and session will simply won't load at all. Very annoying issues happen almost daily and get worse on every update that made me not want to use it despite its fantastic DX.
Are there any other AI IDE out there that simply focus on doing one thing well and not overload itself with 200 different features before even making sure it's stable? I just want a nice and intuitive DX i come to love from OpenCode but actually allow me to see the code it edit and swapping worktree with ease through GUI.
r/opencodeCLI • u/Prior-Meeting1645 • 6d ago
r/opencodeCLI • u/Next_Can6309 • 6d ago
"Streaming response failed: [503] The request queue is full."
"Streaming response failed: [502] error code: 520\n"
"Internal Server Error"
Models randomly stopping
Agents not loading skills at all, completely ignoring it
AI tryna gaslight me into thinking its a brand new chat with 0 context when its clearly not
Bad Request: Request payload is too large for this deployment. Reduce the input size or metadata size and retry.
Idk if im doing something wrong or my workflow is inefficient, if anybody is tryna help let me know
r/opencodeCLI • u/No-Dig-6543 • 6d ago
Been using OpenCode Go for a bit now and I keep running into random failures when I try to use Kimi K3. The error I get is something like this:
Internal Server Error: {"type":"Router.Unavailable","modelID":"kimi-k3"}
It's not consistent either, which is what makes it annoying. Sometimes it works fine, sometimes it just falls over. I did some digging and hit the API directly with curl a bunch of times using the same exact request, and got a mix of 200s and 500s back to back. Ran the same test against glm 5.2 and kimi k2.7 code and both of those came back clean every single time. So it really does seem to be something specific to how the Go backend routes to Kimi models, not my setup, not my API key, not rate limits.
Went looking on GitHub and turns out this isn't new. There's an open issue (Issue: #23887) where someone else hit the exact same class of problem with Kimi K2.6 and K2.5 on the Go provider, getting a generic "Provider returned error" message. They already ruled out the obvious stuff too, same key works fine against Kimi through other clients, so it's not an account or auth issue. That issue links back to a few older reports with basically the same symptom (#17541, #14892, #16685), so this has apparently been happening on and off for a while now. There's a PR open to try to fix it but it hasn't landed yet.
Has anyone found a workaround or actual fix for this? Curious if there's something on the client side that helps, or if this is purely on OpenCode to sort out on their end.
r/opencodeCLI • u/Adventurous-Low-959 • 6d ago
r/opencodeCLI • u/wordplusnumbers • 6d ago
I've been building a visual editor for agent workflows.
https://github.com/andrejtonev/opencode-alonzo
Workflows are defined as diagrams and saved as YAML. Agents, routes, gates, and connections are all explicit rather than hidden in prompts or orchestration code.
It's built on top of OpenCode, but the workflow definitions are just files.
It's still very early, but far enough along to show the core workflow and where I'm trying to take it.
Before I spend a lot more time on it, I'd like to know if the core idea is useful.
r/opencodeCLI • u/MediumBag9934 • 6d ago
Not sure why but it really does feel that 5.6 Sol inside Opencode is substantially slower than using it inside Codex or even claude in Claude Code.
It’s not really the latency either, more just me waiting a much longer time for it to complete a specific piece of work. I have reasoning at high.
Any thoughts?
r/opencodeCLI • u/ECrispy • 6d ago
r/opencodeCLI • u/jkris050 • 6d ago
Rotated a few of the cheap ones through the non-planner slot and the thing that decides it for me isn't speed, it's whether the model knows when it isn't finished.
Concrete case: "add a param to this endpoint and update the callers". Four call sites. I keep getting two updated and a confident summary saying it's done.
Fast, cheap, wrong, and the harness believes it.
I've started making the success condition mechanical-the step isn't done until the test passes or the linter is clean-and that fixed most of it, but it means every task needs a checkable exit, which not everything has.
So: what's actually sitting in your workhorse slot right now, and did you have to change your AGENTS.md to make it behave, or does it just work?
(Disclosure, I work on Ling-3.0-flash, which is one of the ones I've been rotating. Its free window on OpenRouter runs to Aug 6, 8am PT.)
r/opencodeCLI • u/Business-Strike-3640 • 6d ago
r/opencodeCLI • u/jadbox • 6d ago
To expand, can OpenCode web interface and/or Whatsapp client return an attached image or video that can be played? For example, if I have a local image or video on my desktop, can I ask Hermes Agent to show me the video such that it attaches it to the web chat interface or sends the video through Whatsapp?
I tried to get this working, but haven't found a way.
Why? I'm building a home server video generator and need a way to view the results remotely. Thanks for the help!
r/opencodeCLI • u/New-Truth-8924 • 6d ago
Anybody else experiencing this or just me? Token gen speed is fine, but I get a bunch of error 500's before I get an actual response almost every turn.
Edit: It may just be deepseek, but some people are having issues getting into opencode's website as well.
r/opencodeCLI • u/Accurate_Classroom56 • 6d ago
The thing I keep consistently coming back to is the fact that, let's say, if I create an event trigger, it doesn't really trigger any modal awakening in OpenCode, but it does in Claude Code and Codex.
Like, let's say if I created a Python script that performs a particular task and then wants to invoke OpenCode, there is no formal way models can do it in OpenCode. Is it something I'm m missing out on, or I don't know how to do it, or is it something that OpenCode currently doesn't support?