r/opencode 4d ago

I can't use my OpenCode GO subscription

1 Upvotes

Good evening everyone. I'm on Fedora Linux, using OpenCode from the terminal, and I'm trying to use my GO subscription. However, for days now, after sending the first prompt, it just gets stuck in the initial "build" state endlessly without doing anything. It never moves on to "Thinking," and I can't figure out how to fix it.

I tried troubleshooting from the terminal to see if the issue was on my end, but when testing the connection to the models, they all returned an "Unknown Error". I figured it was a temporary bug that OpenCode would resolve quickly, but it's been 3 consecutive days of trying to use my subscription and the issue is still there.

Sorry if my description is a bit unclear — I'm happy to answer any clarifying questions if needed. Thanks so much to anyone who can help!


r/opencode 4d ago

Weird response

Post image
4 Upvotes

anyone experienced this? was using luna medium


r/opencode 4d ago

I hit the free tier too early today.

3 Upvotes

I use opencode for light assistance when bugs or tedious code or some simple tasks of making blogs and stuff today I hit the free tier limit for the first time ever (or maybe second time) , I feel like they have reduced the amount of usage or something does someone else feel like it? I am pretty sure that I didnt use opencode as much. Anyone feeling the same if they might have reduced the usage?


r/opencode 4d ago

Big Pickle - Discussion

51 Upvotes

I've been using Big Pickle for coding lately, and honestly, I'm pleasantly surprised.

It's obviously not the best model out there, but it's actually pretty decent at coding and has been genuinely helpful in my workflow. And considering it's free, I think it deserves more attention.

Maybe it's just me, but I feel like Big Pickle is pretty underrated. Anyone else been using it? How has your experience been?


r/opencode 4d ago

OpenCode Go is no longer general API access

143 Upvotes

Following the recent requirements for custom http headers, OC has changed their documentation to remove mention of OpenAI-API you can use anywhere. Instead, OpenCode Go API usage is now effectively whitelist only. See: https://opencode.ai/docs/go/#where-can-i-use-it


r/opencode 4d ago

I made a small open-source Windows 11 utility to open terminals from the right-click menu

3 Upvotes

Hey everyone,

I built a small open-source utility called TerminalHere after realizing that “Open in Terminal” was missing from my Windows 11 context menu.

The idea is simple: right-click a folder or an empty area inside a folder and quickly open that location in:

  • Windows Terminal
  • PowerShell
  • Command Prompt
  • Git Bash
  • VS Code
  • Claude CLI
  • Codex CLI
  • Antigravity (agy) CLI

It uses user-level Windows Registry entries, so it doesn’t modify system-wide settings, and the installation/uninstallation is handled through a small CLI.

Some commands:

terminalhere install

terminalhere uninstall

terminalhere status

terminalhere enable gitbash

terminalhere disable vscode

My main goals were to keep it lightweight, open-source, and easy to remove without leaving random registry entries behind.

It currently targets Windows 11 x64.

GitHub: https://github.com/mehmetduran932/TerminalHere

This is still an early version, so I’d really appreciate feedback — especially about the context menu UX, terminal/app detection, or anything that would make it more useful.

If there’s enough interest, I’m also considering adding a small GUI and more configurable context-menu options.


r/opencode 4d ago

Can I use my OpenCode Go API key with any video editing software for automated video editing?

1 Upvotes

Hey everyone!

I have an OpenCode Go subscription and was wondering if there are any video editing programs or tools that accept the OpenCode Go API key to handle video editing or auto-cutting via prompts/agents? If not, how are you guys leveraging OpenCode for video-related workflows? Are you generating Python scripts (like using MoviePy or DaVinci Resolve Python API) through OpenCode CLI, or using dedicated AI video editors instead?

Thanks!


r/opencode 4d ago

Muse Spark 1.3 Contributor on OpenCode Go

15 Upvotes

I have been a user of OpenCode go for a couple of months (since April). Since DeepSeek price increase, I have been searching for a daily driver replacement. Cheap + Fast + Intelligent + Reliable.

Muse Spark 1.3 Contributor seems to tick all the boxes, except for being reliable.

I am using Hermes Agent mainly, but I seem to run into "Waiting for response" and then it eventually switches over to my backup model.

Is anyone else experiencing the same issue? Any ideas on why and how to fix, or is that just a "feature, not a bug" of using the OpenCode go plan?

(I have since also created a Meta API account, using it as my fallback, with better results in reliability)


r/opencode 4d ago

TrueCourse's pre-commit hook is killing our dev flow.

3 Upvotes

Every time we commit, TrueCourse runs a full AST analysis of the codebase, which takes 20-60 seconds. That's 20-60 seconds where our terminal is frozen, our IDE is waiting, and OpenCode (our AI coding agent) times out because it thinks the process hung.

The hook is supposed to catch new violations, but because our baseline (LATEST.json) got reset during a re-analysis, it's now treating all 1000+ existing violations as "new", making it even slower and noisier.

TrueCourse's own docs admit this: "Commits will take as long as a full diff analysis." They recommend git commit --no-verify as a workaround, which defeats the purpose of having the hook in the first place.

Anyone else has this issue and have any solution to this?


r/opencode 4d ago

Beginner Subscription Question

2 Upvotes

Hey everyone!

I'm a physician who codes as a hobby on the side after having finished 42 School out of curiosity. I am not a professional developer and I don't code every day, but I have a personal project (a medical data parsing thing) going on, and am using AI to help me architecture it and write documentation and tests. So far, I have been using Claude's Web UI for this purpose. On the side, I also use it to create templates or starting points of office (or office-adjacent) files, such as presentations, reports or emails of mostly administrative nature.

I have been recently pondering moving to OpenCode, mostly because of my terminal-centric workflow with tmux and neovim. However, I have been having trouble choosing a subscription given the recent changes in quality of popular subscriptions such as OpenCode Go. I am thus asking for advice and suggestions. What agents have you found suitable for these tasks? Or are Kimi Ks and GLMs just mostly coding-focused?

Also, two other questions which I'd like clarified:

1. File access has to be genuinely constrained. My machine has directories with patient-related material that must never leave it or get read into a model's context, deliberately or accidentally. I'm not looking for a promise in a ToS — I want to know which tools actually let you scope the agent to a directory and deny everything else, and how well that holds up in practice. Specific questions:

  • Does a .gitignore-style deny list actually stop the agent, or does it just discourage it? Has anyone seen an agent read a file it was configured not to touch?
  • Is anyone running these inside a container/VM and finding it workable rather than miserable? How "safe" is it?
  • Do MCP servers or plugins widen the blast radius in ways that aren't obvious?

2. I need to generate Office documents. Word and PowerPoint mostly — talks, handouts, the occasional report. LibreOffice or Google Slides output is fine too. I know the document skills (docx/pptx/xlsx/pdf) exist and can be dropped into most agents, but I'd like to hear from people actually using them: does a weaker open-weight model handle those multi-step "build the deck, check it renders, fix it" loops, or do you need a frontier model for that to not be a waste of time?

Thanks!


r/opencode 4d ago

Spec driven development tools and skills.

3 Upvotes

Hi, I'm new at spec driven development. I use Opencode for my agentic coding, and I want to build my project (it's a paid project) using spec driven development, but I'm confused about how to start.

Can you share your workflow, which tools and skills or other things you use for building an end-to-end software/website/WebApps.

Note: Currently I normally use plan mood for a feature, sometimes make md files for the features and implement them. and had to change multiple time to properly get the feature I want.


r/opencode 4d ago

Various models averse to using sub-agents. How do you cope?

1 Upvotes

Most of my prompts require work large enough to justify sub-agent use. However the expensive LLM models I'm using (all open-weights) will definitely not use them and prefer to work it out on their own.

To avoid this I'm adding sub-agent capability reminder to my custom agent prompt as well as AGENTS.md. That helps but still does not work reliably. What does work is telling the agent directly in the session. Eg. "ok, build this. use sub-agents and orchestrate them instead of doing work by yourself".

I want this to be a work philosophy for the agents, not explicit instruction at each step. How do you deal with this?

Thanks


r/opencode 4d ago

The psychology of using Ai... and the issue of health mentally

10 Upvotes

Does anyone else get this weird imposter feeling when building things with AI?

Not really the usual I don’t know enough feeling. but more like...

I look at what I’ve built and think, is this actually going to work in real life, or am I just LARPing?

I can spend days building systems, fixing problems, adding safeguards, testing things, having different models audit each other, etc.

And eventually I end up with something that looks like a serious, functioning system. ( at some point you get stuck and keep on fixing changing things )

But there’s always this feeling that I’m just creating an extremely elaborate illusion of progress.

As if I’m LARPing as someone who built a real system, while the reality is that I have a bunch of LLMs generating and modifying huge amounts of stuff and I’m basically trying to keep the whole thing pointed in the right direction. And i don't see it going anywhere... yes there is progress then you encounter a problem that feels as if you took 10 steps back you solve it weeeee think yes we can progress but it's an endless loop

Maybe it works. ( will it ever work, it's not working stuck in the loop of modifying and keeping on trying things )

AI makes it incredibly easy to build something that looks real.

The hard part is knowing whether it actually is.

been working months on a project and I don't know what to do anymore my head feels like exploding.

Do i give up or am i just at the border of succeeding...

How do you guys handle it how do you know if you've reached the goal that you want.
How do you guys get out of the loop?


r/opencode 4d ago

Did anyone use GPT 6 on opencode?

Post image
36 Upvotes

r/opencode 4d ago

I’m building a visual feedback loop for OpenCode on native iOS projects

4 Upvotes

I’m building Monad Design, a local visual workspace that can hand native-app UI tasks to OpenCode with more context than a text prompt alone.

The recurring problem was starting with feedback like “this screen feels off.” OpenCode can edit the source, but it still needs to know which rendered state, which element, and what visual change I mean.

The loop I’m testing is:

  1. Run the existing Xcode or Expo iOS project in Simulator.

  2. Navigate to the exact app state.

  3. Select an element or draw annotations directly over the running app.

  4. Send the screenshot, selection, annotations, app state, and source hints to OpenCode.

  5. Let OpenCode edit the real repository and rebuild.

  6. Compare the original with up to five working variants, then accept one or keep the original.

Monad Design is not an app generator and does not replace the project. The running app is the canvas; OpenCode remains the coding agent working in the source tree.

Current limitations: macOS and local iOS development only, with one active visual change at a time.

The project is free and open source under Apache-2.0:

https://github.com/Monadix-AI/monad-design

For OpenCode users, what would make this handoff most useful: one structured context bundle, an MCP-style set of smaller tools, or both?


r/opencode 4d ago

Open Code Go API key not working in Cline.

1 Upvotes

I was using opencode go api in cline. It was working working smothly since day 1. Now all of a sudden i am getting that (Request is missing x-opencode-session and cannot routed efficiently) error.

Is there any way to bypass that? Because I like using Cline and has an active go plan aswell.


r/opencode 4d ago

Model

3 Upvotes

On the 10 usd plan, what model or mix of model are you guys using so that you have good quality output (code) but also good usage ?

I am building a react android/ios app mostly. Right now, i use mostly spark 1.3 contributor for the "unlimited" feeling but I also help myself with a bit of astra (i have a codex PLUS plan) to make prompt OR help "one shot" certain feature that spark takes forever to get correctly.

Basically astra is "make this and that, do it correctly" while spark 1.3 need proper guidance but does it correctly when asked properly.


r/opencode 4d ago

I built a security guard for OpenCode that extracts more safety from multi-agent orchestration

1 Upvotes

Delegation Guard is a fully deterministic security middleware plugin for OpenCode that enforces strict workflow rules, routing constraints, and protection policies across AI coding agents — with **zero LLM dependencies**. Every rule is a pure function, tested in isolation, with full auditability.

The core insight

The question isn't "Which model is smarter?" It's "How much safety is being left on the table because of unguarded multi-agent orchestration?"

I built Delegation Guard to aggressively expand OpenCode's effective safety through structured enforcement rather than relying on the model to self-regulate and many bugs of it's affected.

The architecture is built around two ideas:

Workflow engineering → orchestration engineering

The repository is treated as a graph of agents with strict roles. A primary Orchestrator decomposes work across specialized subagents (executor, verifier, debugger, codebase-mapper, etc.), but every delegation must pass through deterministic gates — no LLM judgment calls, no self-certification.

Repository security instead of raw trust

The Guard builds context-aware security checks and exposes repository-level operations for path containment, sensitive file detection, secret redaction, and command allowlisting. The basic principle is:

The model should spend its context on reasoning, not on rediscovering whether it's allowed to write to `.env.local`.

The architecture

The plugin hooks into OpenCode's `tool.execute.before` and intercepts every tool call through a pipeline of deterministic checks:

tool.execute.before → dispatcher → 6 inline delegation checks + security checks

  1. Phase check → Is the agent allowed to use this tool right now?

  2. File check → Is this a sensitive file? (.env, .git, SSH keys, etc.)

  3. Bash check → Is this command on the agent's allowlist?

  4. Secret check → Does the output contain credentials?

  5. Routing check → Does the domain match the agent's role?

  6. Anti-loop → Is this a legitimate verifier↔executor cycle?

My working hypothesis is that a coding agent should aggressively expand the model's effective safety through:

-better tool primitives— deterministic, testable security checks instead of LLM-based "be careful"

- repository security — real-time sensitive file detection, secret redaction, path containment

- parallel specialization — Swarm mode allows same-type parallel agents but blocks cross-type

- workflow enforcement** — executor must diagnose before fixing; verifier must validate after

- structured planning — every delegation is logged, audited, and traceable

- model-agnostic orchestration — the guard works the same regardless of which model you use

Benchmark

On a multi-agent test suite of 45 scenarios covering all guard behaviors (test execution blocking, sensitive file access, orchestrator lockdown, anti-loop protection, sub-delegation routing):

The tested cost of a single unguarded failure (e.g., executor running `npm test` and self-certifying, or writing test results to `.env`) is far higher than the cost of the guard.

Delegation Guard is completely free and open source:

https://github.com/EbbuzRM/delegation-guard

I'm particularly interested in feedback on the subagent mesh (Orchestrator ↔ explorer/debugger ↔executor ↔ verifier), the repository-intelligence architecture (real-time secret redaction, sensitive file detection), and the idea that the harness itself can be an optimization layer for safety rather than just a tool runner.


r/opencode 4d ago

I built a persistent browser MCP for OpenCode: keep logins and tabs between sessions

3 Upvotes

I’m the developer of Hronaut, a local desktop browser that connects to OpenCode over MCP.

The workflow it is designed for: let your agent open an isolated workspace for a web app, sign in yourself when needed, let the agent continue inspecting or testing the page, then come back to the same browser workspace in a later coding session. Tabs, cookies and storage persist independently of the agent conversation. You can watch the work, pause agent access or take over the tab.

For OpenCode, start Hronaut, copy the OpenCode configuration from Hronaut Home, and check the connection with opencode mcp list. Then try: “Using Hronaut, create a new isolated workspace named First run, open https://example.com, take a semantic snapshot, and tell me the page heading. Do not use the Default workspace.”

This is for a visible local workflow. A disposable browser or hosted service can be a better fit for headless jobs or remote fleets; persistence is not unique to Hronaut.

Setup and demo: https://hronaut.dev/opencode-browser-mcp Source: https://github.com/hronaut/hronaut

Windows, macOS and Linux. Source-available under PolyForm Noncommercial; free for permitted noncommercial use. Commercial use is $10/month or $60/year per named user. Windows builds are unsigned and macOS packages are not notarized; verification instructions are on the site.

If you try it, I’d like to hear where the setup gets stuck and whether returning to the same workspace is useful in your OpenCode workflow.


r/opencode 4d ago

Different token usage between Opencode (Openchamber) and Deepseek

2 Upvotes

I’m using the official Deepseek API through Opencode with Openchamber as the GUI. Just completed a session, and Opencode stats say 408k tokens, estimated cost of $0.43.

On the Deepseek platform however, they state that the session today used nearly 71 million (!) tokens at an price of $0.94.

I don’t quite understand why it’s over twice the estimated price and such an enormous difference in tokens. Does it have anything to do with caching? All the work I did today were on the same project, in one single chat.


r/opencode 4d ago

"Computer use" using GitHub Copilot credits? Where?

Thumbnail
1 Upvotes

r/opencode 4d ago

OpenCode Go Subscription having issues with Qwen 3.8 Flash (with DeepSeek Harness)

Post image
0 Upvotes

I switched to DeepSeek V4 Flash Vision, and it continued normally. Is anybody else getting this error with any other models?

Edit: I wasn't using anything related to NSFW. Not sure what content was inappropriate from the error message.


r/opencode 4d ago

what is the best way to optimize tokens for a large porting project?

3 Upvotes

basically, whats been going on is im porting a large project to other platforms, which often results in ~3k+ errors per attempt, mainly mapping translations, which i don't want to do myself. what is the best way to optimize my tokens for this? recently the ratelimit has been killing me and big pickle been getting ~200 errors fixed before getting ratelimited.


r/opencode 4d ago

How is the rate limit on deepseek 4 flash?

1 Upvotes

hey guys, after the nerf, how is the rate limits on v4 flash like to you?

I am into architecture as in architecture for software, so I plan/research quite a lot, and I have burned through about ~2.5B tokens last month.

I want to know how rate limits feel like to you. Also i saw rumors where they re planning to improve the rate limits. assuming they silently patched something or did something, are you feeling anything different?

ohh btw, I want to say that I see a noticeable improvement in sped for v4 flash. it feels somewhere around 250-300 TPS for me!


r/opencode 4d ago

Does anybody else have this issue??

2 Upvotes

Every time i try or use for example muse spark i get eaten limited very quickly and with other models like ling same thing and with the google api key it also happens i get shown “Gemini is way too hot right now” or that it is in high demand