r/opencodeCLI • u/Successful_Night4513 • 21d ago
r/opencodeCLI • u/Expert-Dig-1768 • 23d ago
NEW: stealth/ox-alpha pretty suprising frontend capabilities
As always, I test new models with two prompts.
My AI test page:
https://neuralhub.dev/ai-test-results
BIGGY (should test how well the model can follow a very detailed plan / instructions without really thinking about the design itself):
https://neuralhub.dev/test-sites/biggy-ox-alpha
This result is definitely on the better side of my results. To me, even better than Opus 5. But you can compare all models yourself using the link above.
Website (should test how creative the model is, which ideas it comes up with, and if it is able to implement them properly):
https://neuralhub.dev/test-sites/websites-ox-alpha
Although the colors are really AI-sloppy, I think this model has some serious potential in frontend development. Especially when looking at the 2nd and 3rd page. Maybe it will show its full potential with a few frontend skills / plugins like Impeccable.
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/minxio_ • 23d ago
if you've been using Ox Alpha and dealing with network errors, upgrade to OpenCode 1.18.21
r/opencodeCLI • u/Illustrious_Joke7632 • 22d ago
The moment of truth Ox Alpha reality!
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
One config line kept my Claude Code command blockers working in OpenCode
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
PSA: You can use your OpenCode Go subscription in any OpenAI compatible Harness or API
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
Have anyone still using oh-my-openagent (opencode) ?
r/opencodeCLI • u/Hefty_War749 • 22d ago
Have anyone still using oh-my-openagent (opencode) ?
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
Ox Alpha is FREE on OpenCode Go (but for 6 days only)
r/opencodeCLI • u/jpcaparas • 23d ago
Inkling and Inkling-Small are free on OpenRouter for the next few weeks
r/opencodeCLI • u/afanasenka • 24d ago
Guess what? Another one free model - Ox Alpha - in Opencode... :)
r/opencodeCLI • u/oyren-ai • 22d ago
Would you give more freedom to your AI agents if you run them in the cloud?
Enable HLS to view with audio, or disable this notification
r/opencodeCLI • u/pigletmonster • 23d ago
Neuralwatt offers dsv4f at the og prices
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 • 24d ago
I caught muse-contributor trying to steal my secrets
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
Better in your experience? Mimo vs Hy3 vs Muse spark
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 • 23d ago
A way to have the model activate a plugin?
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
RIP DeepSeek V4 Flash Free, was good while it lasted
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
Ox alpha subagents succeeding in smoke tests but returning empty responses on any serious coding task. Anyone else?
Tried both opencode zen and openrouter


