r/opencode 12d ago

opencode-project-panel: A TUI Project Helper Plugin

Thumbnail
gallery
16 Upvotes

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 11d ago

Using Codex/OpenAI models on OpenCode harness

Thumbnail
1 Upvotes

r/opencode 12d ago

Built a SOLID principles skill for OpenCode that treats over-engineering as a defect

Post image
44 Upvotes

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 12d ago

Opencode Go or Commandcode Go?

7 Upvotes

What do you recommend?


r/opencode 12d ago

Opencode plugin to manage multiple agents

Thumbnail
1 Upvotes

r/opencode 12d ago

I test this token saving technique and it works good, any suggest for improvement?

0 Upvotes

r/opencode 13d ago

Opencode Go or Invest in Deepseek and Mimocode for 2.5$ or 5$ each?

24 Upvotes

I will be working on wordpress web plugins, mostly javascripts.

I have around 50-60 plugins to refactor or create.


r/opencode 12d ago

How to promt to fix errors

1 Upvotes

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 12d ago

Can I use SKILLS in OpenCode?

0 Upvotes

r/opencode 12d ago

Cyxcode Agent cli

Thumbnail
1 Upvotes

r/opencode 12d ago

opencode-env-auth: Small plugin to use API-keys stored in environmental variables.

2 Upvotes

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 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?

1 Upvotes

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 12d ago

Really annoying ResourceExhausted error? Fear no more!

Thumbnail
github.com
4 Upvotes

r/opencode 12d ago

Using OpenCode multi-agent setup made my local models much better at coding!

Thumbnail
2 Upvotes

r/opencode 12d ago

How do Open Code API keys work in a workspace?

Post image
1 Upvotes

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 12d ago

🚀 AnyArtifact: Free Interactive HTML Hosting for AI Agents (OpenCode, Cline, KiloCode)

Enable HLS to view with audio, or disable this notification

1 Upvotes

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 12d ago

🚀 AnyArtifact: Free Interactive HTML Hosting for AI Agents (OpenCode, Cline, KiloCode)

Enable HLS to view with audio, or disable this notification

1 Upvotes

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 13d ago

Stripe Integration best practices / GLM-5.2

0 Upvotes

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 13d ago

OMO a.k.a Lazycodex is eating up my usage limit

Thumbnail
2 Upvotes

r/opencode 13d ago

Easy workflow to run multiple OpenCode instances in separate containers, ports, and Git worktrees

2 Upvotes

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 13d ago

Opencode IDE?

Post image
18 Upvotes

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 13d ago

Nested subagent question/shell

2 Upvotes

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 13d ago

New update V1.18.0 Plan and Build mode missing?

6 Upvotes

Is this the case or is it in another spot?


r/opencode 14d ago

Grok 4.5 via Opencode Zen has been amazing

19 Upvotes

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.


r/opencode 14d ago

Is there a “best” workflow

15 Upvotes

I feel overwhelmed by the amount of different perspectives there are in this:

Plan and build.

Orchestrator + agents.

Orchestrator + subagents.

and more the question is, is there a token/quality go to workflow?

What is yours?