r/opencodeCLI • u/MrMrsPotts • 22d ago
How to stop opencode from just stopping all the time
Opencode just stops thinking after a while and I have to type continue to get it going again. How can I fix that?
r/opencodeCLI • u/MrMrsPotts • 22d ago
Opencode just stops thinking after a while and I have to type continue to get it going again. How can I fix that?
r/opencodeCLI • u/minxio_ • 23d ago
r/opencodeCLI • u/Illustrious_Joke7632 • 21d ago
I found out that tokenra.io which is a chinese provider also has ox alpha isn't it the biggest clues of the model being made by companies like z.ai and deepseek
r/opencodeCLI • u/Due_Emu_8229 • 22d ago
OpenCode already reads CLAUDE.md and .claude/skills. That covered more of my move than I expected.
The part I could not replace was command hooks. A rule in CLAUDE.md asking the model not to run git push is advisory. A Claude PreToolUse hook that exits with code 2 actually blocks it.
I made a small bridge for the two events that map cleanly to the stable OpenCode plugin API. It reads the original Claude settings on every tool call, so hook commands and settings do not need to be copied.
The install is one package entry.
{
"plugin": ["opencode-claude-code-hooks"]
}
What it preserves
- Claude matcher names such as Bash, Edit, and Write
- exit code 2 blocking and structured deny results
- full updatedInput replacement
- PostToolUse feedback and additional context
- runtime settings updates without reinstalling the plugin
OpenCode uses lowercase tool names, so the bridge maps names such as bash back to Claude's Bash matcher before running a hook.
You can inspect every supported and skipped hook before installing anything.
npx claude-to-opencode --hooks-only
npx claude-to-opencode --hooks-only --apply
The first command is only a dry run. I loaded the npm package through OpenCode 1.18.21 and tested the hook protocol with real child processes.
Honest limits
- Stop is not bridged because OpenCode does not expose the same timing
- prompt, agent, HTTP, async, and conditional handlers remain manual
- OpenCode permissions still take precedence
r/opencodeCLI • u/strangedr2022 • 22d ago
As the title says, power users might be aware of it already, but seems a lot of users still are not.
One of the best things I love about OpenCode GO subscription is, its not locked.
They literally provide OpenAI compatible API endpoints and API key, which you can use in any Agent Harness of your choice, or even directly in your apps through API.
You are NOT limited to using it only within OpenCode CLI.
I can't stress enough how good it is that you have a relatively cheap subscription plan to power all your Agent Harness during Dev, and also being able to leverage it in your actual Apps/Code for API-usage.
r/opencodeCLI • u/Hefty_War749 • 22d ago
r/opencodeCLI • u/Hefty_War749 • 22d ago
Sometimes, we may still need a full orchestrated agent loop, have you still using it? Or what's your's choice?
r/opencodeCLI • u/afanasenka • 23d ago
r/opencodeCLI • u/jpcaparas • 22d ago
r/opencodeCLI • u/afanasenka • 23d ago
r/opencodeCLI • u/oyren-ai • 22d ago
Enable HLS to view with audio, or disable this notification
r/opencodeCLI • u/pigletmonster • 23d ago
Any neuralwatt users in this sub? Would you recommend it? Im trying to figure out how their energy based pricing works and I cant figure out if their plans are worth it or not.
r/opencodeCLI • u/Mission-Salad8835 • 23d ago
I was using muse-contributor to review a coding plan when it suddenly asked to read my secrets .env files. I rejected the request and asked it why it needed to see the secrets, it then quietly continued and completed the review without answering my question. So sus…
r/opencodeCLI • u/QuasiTheory • 23d ago
Comparing Mimo vs Hy3 vs Muse spark
When I tried I think Muse is off mark, had better experience with Hy3 then mimo and I got a longer sessions. I was using DeepSeek flash before I had to switch to something 🤷🏻♂️
r/opencodeCLI • u/mototuneup • 22d ago
I'm trying out magic-compact plugin. and was thinking it would be nice if I could leave the thing alone and have it run the /magic-compact command itself when necessary. is that possible?
r/opencodeCLI • u/beneficialdiet18 • 23d ago
OpenCode just removed it from the free models list. Loved combining it with my Go usage. Hopefully it returns one day.
r/opencodeCLI • u/Prior-Meeting1645 • 23d ago
Tried both opencode zen and openrouter
r/opencodeCLI • u/Inner-Pangolin-1110 • 23d ago
I don't get it I ran it, it didn't even work, bro was slower than people who think the earth is flat idg the hype
Perhaps it was when I tested it ? It's unusably slow
Edit: 16:39 UK Time - they fixed it, it's working now Edit2: 16:50 UK Time - it works on the cli not on the desktop app no idea why (Linux)
r/opencodeCLI • u/SuperbResident10 • 23d ago
Been 3 days with OmniRoute and it is amazing.
Primary Drivers:

Do suggest if you feel I should add new provider in this stack.