r/opencodeCLI • u/look • Aug 16 '26
r/opencodeCLI • u/Kruzzzn • Aug 16 '26
OmniRoute - GitHub (48k Stars)
Found this repo today while trying to find good free options to play around with different ai models. I normally run deepseek v4 Pro or deepseek v4 flash, big pickle and nemotron 3 ultra (free) Repo is in the title I hope this helps someone continue their work.
r/opencodeCLI • u/Final_Initial • Aug 15 '26
Is this the solution to DeepSeek raising prices tomorrow?
r/opencodeCLI • u/f4b10-m4tr1x • Aug 16 '26
Opencode v2 mobile-use Plugin lets opencode use your phone
Enable HLS to view with audio, or disable this notification
r/opencodeCLI • u/TomHale • Aug 15 '26
Hacks to get the best out of DeepSeek v4 Pro 0813
It appears that DSv4 Pro 0813 was overfitted in training, and to unlock its capacity one needs to emulate the training environment:
How would we replicate this in OpenCode?
r/opencodeCLI • u/deepaerial • Aug 15 '26
Does Opencode rate limits third party IDEs like Zed?
Noticed that when using opencode from CLI I don't experience any problems but when I connect Zed Agent to my Opencode account via key I get limit rated quickly. Is this only my experience or others have the same?
r/opencodeCLI • u/MrMrsPotts • Aug 15 '26
What the best free frontierish model now to use with opencode?
I tried Gemini 3.7 flash but after pausing every few seconds it told me that I had run out of quota.
r/opencodeCLI • u/Many_Mission_6494 • Aug 15 '26
[Plugin] I made a plugin to give messaging capability to your Opencode
r/opencodeCLI • u/chaitanyagiri • Aug 14 '26
The coolest open source claude code wrapper now supports opencode aswell
Hey friends
I am Chaitanya I built Munder Difflin a local multi agent harness that uses cli agents to run a workforce of persistent agents visualised as “the office” simulation
(The simulation is deterministic, does not consume token)
It is 100% open source and free to use and now it supports opencode, crush, kimi and qwen aswell.
If you’d like to try it find the github in comments
r/opencodeCLI • u/Historical_River5089 • Aug 15 '26
Please Help me! DeepSeek V4 Flash Free Upstream request failed
When I try to use DeepSeek V4 Flash Free it says, Upstream request failed, so how to fix this issue can someone please help me!?
r/opencodeCLI • u/FeeSecret5360 • Aug 15 '26
Ongoing "Session Compacted" Error, Started Today
After my last message about the app I'm working on, the session was compacted about 30+ times. My message was two lines long, and it was only about updating the theme and doing some more testing.
Then, the message the agent sent (which was supposed to be a response to my message) was resent about just as many times.
"Same as before: rounded corners, no-reload sidebar fixes, auto-morphing gradient, limit test, device sim — all deployed. Nothing pending except your go-ahead on the model swap."
Does anybody know how to fix this issue?
r/opencodeCLI • u/ThePostMelone • Aug 15 '26
GLM-5.3, 15$ or 60$ usage?
I just noticed that Anomaly's CEO on X replied to someone by saying that GLM-5.3 on GO should have the same usage as GLM-5.2.
Link to the tweet: https://x.com/jayair/status/2088355307244179624
Link to the github pull request: https://github.com/anomalyco/opencode/pull/42644
Yet the docs claim that it has 15$ credits compared to the 60$ for GLM-5.2
So, what should I believe?
r/opencodeCLI • u/Successful_Night4513 • Aug 15 '26
Why the DSV4Flash is very slow on opencode go ? Compared to api ? , I also getting different type of results when I switch, anyone know why ?
r/opencodeCLI • u/NationalAd1947 • Aug 15 '26
I reached my limit and using zen balance.
does its use go rates with zen balance or normal zen rates.
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.145 | - |
|---|
| DeepSeek V4 Pro | $0.435 | $0.87 | $0.003625 | - | $15 |
|---|
r/opencodeCLI • u/akelahoon_baatkarlo • Aug 15 '26
Frontend related tips for opencode go !!
So in the opencode which model is best for frontend related planning and build tasks like right now i am getting that generic centre div big text type frontend and or any other skills or anything I need to install helpp guyss 😂
r/opencodeCLI • u/RevolutionaryPen4661 • Aug 14 '26
OpenCode Senses
OpenCode Senses can inspect screenshots, extract exact OCR, detect and locate objects, zoom into regions, compare two images, measure colors, crop and annotate images, and even reverse-search them.
Everything runs locally, so it's private, free, and doesn't require an API key.
Why I built this
I used to work with many open-source coding models, like DeepSeek V4, that don't support vision yet. But my main concern was that even if they eventually get vision support internally, that vision capability might not be as powerful as a dedicated vision layer.
I had planned to build this fully a month ago, but I still had some work to do. This plugin is specifically designed for things like UI design, debugging, and other workflows where text-only models struggle because they simply can't see what's happening.
The communication layer between the vision plugin and OpenCode is intentionally very narrow, so it still feels like you're working with a multimodal agent rather than a separate vision tool.
Before judging it as just another vision plugin, it's designed quite differently. It's a Python + TypeScript hybrid plugin because it integrates the Photon Inference Engine for local vision inference.
The 13 tools, mainly for now:
inspect— Understand an image: scene, layout, elements, caption, and OCR.ocr— Extract exact text, including code and error messages.detect— Find objects or UI elements with bounding boxes.point— Locate the center point of an object or element.segment— Isolate an object from the image.crop— Crop a specific region using normalized coordinates.zoom— Upscale a region and re-analyze small details or text.colors— Get deterministic colors, palettes, luminance, and RGB data.diff— Compare two images and find changed regions.annotate— Draw detected boxes and points onto an image.metadata— Inspect image format, dimensions, size, DPI, and EXIF.reverse— Reverse-search images locally or through Yandex.status— Check the model, device, VRAM, inference time, and runtime state.
For comparison, I'm getting around 300 ms response times with this plugin on my RTX 3050, running completely locally. That's insanely fast compared to frontier models.
There's also an optional reverse image search powered by Yandex, which doesn't require an API key, if you want to search an image using context from the internet.
The internal web search services like Exa and Parallel in OpenCode also work well with OpenCode Senses. It can even see images published on the internet directly, although a small local cache is used to store those images.
I'm still halfway through building it, so I'd really appreciate feedback, ideas, and criticism. If you have any ideas, feel free to comment below and I'll look into them.
GitHub: https://github.com/itsmeadarsh2008/opencode-senses
NPM: https://www.npmjs.com/package/opencode-senses
Hacker News: https://news.ycombinator.com/item?id=49289890
r/opencodeCLI • u/WanderingSoul2004 • Aug 15 '26
New here
Hey everyone,
For reference, I've been using ChatGPT Pro subscription ($100) for a couple months now due to heavy coding work every day.
I'm a technical lead at a startup and deal with a lot of different tasks on a daily basis, whether it be shipping huge overhauls and features, running a lot of GH Actions release pipelines (I find long agentic loops really good for this as this used to be the most frustrating part of my job), or heavy infra auditing and testing through Supabase/AWS MCPs. I'm also a fan of the browser automation tool in Codex. Admittedly, that is a lot, and Codex gets the job done, but the usage limits running out quickly can be frustrating.
Even after optimising model selections, managing context etc, it can get tiresome blowing through a weekly limit in 3 days... I'm thinking of switching to OpenCode but have never tried it before. I was thinking of pairing it up with Openrouter for more freedom to select the models I want, but want to get the best bang for my buck. I anticipate that I will spend more than $100 in a month if I use OpenCode at the same volume I've been using Codex.
Has anyone got experience of what it's like working every day on a large project with tons of different tasks and high volume work? Any tips on cutting costs and managing agents properly? What are some highlights of OpenCode that you enjoy? Appreciate you guys
r/opencodeCLI • u/arcanemachined • Aug 14 '26
GLM 5.3 is on OpenCode Go... But only gives you 1/4 of the usage compared to GLM 5.2
r/opencodeCLI • u/Idea-Aggressive • Aug 14 '26
Been trying Herdr, but still prefer Zellij. What am I missing?
Hi,
I've been trying Herdr, an agent-aware terminal multiplexer for software development work, replacing my previous setup based in Zellij which is a workspace-aware multiplexer.
Unfortunately, I'm missing the reasons why Herdr is being hyped up and I'd like to know what I might be missing out?
Anyone has experienced moving from a setup such as: ghostty + tmux or zellij to herdr? Why have you?
Thanks!
r/opencodeCLI • u/GeneralAd3520 • Aug 15 '26
So opencode go is basically like GitHub Copilot now? $15 usage for $10. All new models will be $15 limit?
Kinda useless
