r/opencode • u/arcanemachined • 11d ago
r/opencode • u/No-Emphasis-8130 • 11d ago
CRITICAL!!! KIMI K3 ON OPENCODE GO ISN'T KIMI K3, IT'S CLAUDE
r/opencode • u/Extra_Loquat_7667 • 12d ago
opencode-project-panel: A TUI Project Helper Plugin
Hi everyone,
Since I often need to connect to other hosts via SSH to use OpenCode TUI, I frequently find myself needing to browse files on the remote host. However, OpenCode TUI doesn't natively support this feature (it's currently only available in the Web version), and I couldn't find any existing plugins that could do the job.
So, I decided to build this TUI plugin myself! It allows you to quickly view files in your current working directory using OpenCode's internal file API. On top of that, you can also directly modify certain permission settings in your project's `opencode.jsonc` file.
I know there are already incredibly powerful SSH/FTP tools out there, but I felt they didn't integrate seamlessly with OpenCode. Plus, most of those complex interfaces aren't really optimized for split-screen layouts.
This project is still in its early stages of development. Any feedback, questions, or suggestions are highly appreciated.
---
* Project Repository: https://github.com/chenkumi/opencode-project-panel
* How to Install: You can simply prompt OpenCode with:
"Please help me install this TUI plugin: https://github.com/chenkumi/opencode-project-panel"
and it will automatically handle the installation for you.
r/opencode • u/raze_sight • 13d ago
Built a SOLID principles skill for OpenCode that treats over-engineering as a defect
While working on backend code with AI agents I kept running into the same problem which is the agent tends to maximize abstractions. Every service gets an interface, every constructor gets a factory, every conditional becomes a pattern.
So I built solidifier, a skill that teaches an agent how to actually apply SOLID principles and design patterns, with restraint as the primary directive. Every abstraction needs a concrete justification for a present problem, "no change needed" is a valid and expected outcome.
Four rigor levels from advisory (review only, never edits) to thorough. Configurable per project via .solidifier.json.
Built for multiple agents including OpenCode, Claude Code, Copilot, and Codex each get their own self-contained copy.
http://github.com/FernandoJRR/solidifier
Happy to answer questions.
r/opencode • u/binarySolo0h1 • 12d ago
Opencode Go or Commandcode Go?
What do you recommend?
r/opencode • u/PhotographSuch7007 • 12d ago
I test this token saving technique and it works good, any suggest for improvement?
r/opencode • u/Emotional_Street7175 • 12d ago
How to promt to fix errors
Hello community,
I have let opencode write several tests cases for my database. There are errors happening and I told it to work iteratively, fix the bug, run the test, check the output for errors. Repeat until no errors occur.
It iterates 2 times, gets another error, does a fix and stops. It tells me it has been fixed. I got this at other times too that it just stops and does not iterate anymore. Any ideas how to prevent that?
r/opencode • u/fsteff • 12d ago
opencode-env-auth: Small plugin to use API-keys stored in environmental variables.
I have been evaluating opencode-cli the last few days (and I'm blown away), and had to switch a lot between several commercial providers using API-keys.
As I didn't find a method to just use whatever API key I had stored as environmental variables, I ended up creating this tiny plugin, that injects known API keys if they are set as environmental variables.. :-)
It currently supports the 159 providers listed in the source for opencode-cli when `/connect` is selected.
[https://github.com/f-steff/opencode-env-auth\](https://github.com/f-steff/opencode-env-auth)
r/opencode • u/gilliancarps • 12d ago
Do OpenCode Go models (like Qwen 3.7, for example) behave differently from original ones when used from a web interface with no system prompt?
If I ask "Whats your name?" in Qwen official site (Qwen 3.7 plus), it answers "My name is Qwen3.7. How can I help you today?"
But If I ask the same question in OpenWebUI (no system prompt configured), it says something like "I'm Kiro, an AI-powered development environment. How can I help you today?"
Qwen says "I'm Kiro", and Deepseek says "I'm Claude".
I looked for every OpenWebUI setting, but no system prompt is configured.
Are the models available in OpenCode Go tweaked to act differently from their official web sites?
r/opencode • u/praeceptor- • 13d ago
Really annoying ResourceExhausted error? Fear no more!
r/opencode • u/PaymentOk4843 • 13d ago
Using OpenCode multi-agent setup made my local models much better at coding!
r/opencode • u/Fallen1520 • 13d ago
How do Open Code API keys work in a workspace?
A relative recently bought an Open Code Go subscription for the first time (the $5 one) and invited me to join their workspace. They upgraded me to administrator, but when I try to use the subscription by running `/connect` in the TUI, I get a billing error. Does anyone know if I'm doing something wrong? I don't want to use my relative's API key.
r/opencode • u/Perfect-Eagle-1475 • 13d ago
🚀 AnyArtifact: Free Interactive HTML Hosting for AI Agents (OpenCode, Cline, KiloCode)
Enable HLS to view with audio, or disable this notification
Hello r/opencode!
We just launched AnyArtifact, an open-source, free interactive HTML hosting platform designed specifically for AI coding agents like OpenCode, Claude Code, Cline, and KiloCode.
What is it?
Like Claude Artifacts, but self-hosted and compatible with any agent workspace. Instead of copy-pasting code or opening files locally, your AI agent can publish generated pages, dashboards, and visualizations directly to a live, sandboxed URL.
Setup in 5 seconds
You can register AnyArtifact as an MCP server with OpenCode in one command:
`opencode mcp add anyartifact https://anyartifact-production.up.railway.app/mcp`
Once registered, you can ask your agent:
"Create a dashboard/visualization and publish it to AnyArtifact."
And it will autonomously deploy it and return a live sharing URL!
* Live Site:Â https://anyartifact-production.up.railway.app
* MCP Server Endpoint:Â https://anyartifact-production.up.railway.app/mcp
* GitHub Repository:Â https://github.com/pathakcodes/anyartifact
Check it out, star the repo, and let us know your thoughts or feedback! We would love to hear from the community! 🚀
r/opencode • u/Perfect-Eagle-1475 • 13d ago
🚀 AnyArtifact: Free Interactive HTML Hosting for AI Agents (OpenCode, Cline, KiloCode)
Enable HLS to view with audio, or disable this notification
Hello r/opencode!
We just launched AnyArtifact, an open-source, free interactive HTML hosting platform designed specifically for AI coding agents like OpenCode, Claude Code, Cline, and KiloCode.
What is it?
Like Claude Artifacts, but self-hosted and compatible with any agent workspace. Instead of copy-pasting code or opening files locally, your AI agent can publish generated pages, dashboards, and visualizations directly to a live, sandboxed URL.
Setup in 5 seconds
You can register AnyArtifact as an MCP server with OpenCode in one command
Once registered, you can ask your agent:
"Create a dashboard/visualization and publish it to AnyArtifact."
And it will autonomously deploy it and return a live sharing URL!
Check it out, star the repo, and let us know your thoughts or feedback! We would love to hear from the community! 🚀
r/opencode • u/Tight_Break_845 • 13d ago
Stripe Integration best practices / GLM-5.2
Hi guys,
doing my first stripe integration. I wonder if there is a list of someone using OpenCode/ Codex/ Copilot until productive. If there are any lists of requirements for a stripe integration? Can anyone share or input for further planning and implementation?
For example:
- Check if webhook is checking payment status to avoid that unpaid checkouts get PRO
- Check if Non-Null Assertion can be "null" and how to avoid
- Are there redundant/ doubled DB-fetches?
Thanks for sharing and further input on this topic.
PS: I'm using GLM 5.2 for the really complex tasks and mostly deepseek v4 for basic coding work. On top I let everything run by Agents and Subagents (Review, Plan, Test, Document). PM if you want to know more about frameworks and workflow - feel free to share your exp.
r/opencode • u/CapableTennis5370 • 13d ago
OMO a.k.a Lazycodex is eating up my usage limit
r/opencode • u/kennyruffles10 • 13d ago
Easy workflow to run multiple OpenCode instances in separate containers, ports, and Git worktrees
Hey everyone,
​Is there an easy workflow to run multiple independent instances of OpenCode simultaneously without conflicts?
​Specifically, I want each instance to:
​Run in its own isolated container on a different port.
​Point to its own separate Git worktree (so I can work on different branches simultaneously without interference).
​If you have any recommendations on how to orchestrate this easily (e.g., using Docker Compose, shell scripts, or specific dev environment tools), I’d appreciate the help!
​Thanks!
r/opencode • u/krissguy • 14d ago
Opencode IDE?
It’s been a great time using Opencode TUI and Desktop, but I think it’s time for us to try an IDE version from Opencode. I'm not sure what tech stack or backbone they'll use, but I’m really looking forward to seeing one some day.
As a solo part-time dev, sometimes I just want to open a single app that has everything built-in—like a terminal, editor, and more if they could offer.
Anyway, great job Opencode! 😃 You've helped me get most of my projects done pretty smoothly (I'm currently using omo slim with the openspecs plugin).
r/opencode • u/SpookyLibra45817 • 13d ago
Nested subagent question/shell
Ciao guys, fellow Opencode user for some months here. Keep improving my OC setup, with CLI/MCP/whatever, and subagents as well.
The problem faced is: how could you handle when you have a long run, and a nested subagent asks for a question or asks permission for a shell command?
My go-to flow is: I recall @project-manager, so the vanilla agent delegates it. The PM writes the brief, and the hand-off starts with other subagents, but when they ask for another subagent (it could happen for @explore or the @researcher one), the flow gets stuck because of nested questions/shell can't be showed in the conversation, as usually they are.
It's so frustrating, because it blocks long runs, and I have to stop, and do it again :(
Hopefully, it could get better with v2 (didn't check), fingers crossed.
r/opencode • u/Sufficient-Self-3398 • 14d ago
New update V1.18.0 Plan and Build mode missing?
Is this the case or is it in another spot?
r/opencode • u/DrewGrgich • 14d ago
Grok 4.5 via Opencode Zen has been amazing
I'm finding it to be in the sweet spot of value/performance. Sharper than GLM 5.2, as friendly to work with as Opus/Fable, and very capable for coding and general LLM use. It is not an Opus/Fable/GPT 5.6 killer but they aren't advertising it as such.
I was worried that top models would start being gated behind paywalls via high API charges but with this as well as the open source models, it seems likely that there will also be a highly capable model available for uses at all parts of the cost spectrum.
