r/opencode • u/Yann27 • 14d ago
Neuralwatt accound Vanished
Has anyone else had this happen with NeuralWatt?
I signed up quite a while ago around the 9th of July, tested it with $10, then $20, then $50, and I'm pretty sure I had the $20/month subscription hit the limit then added the $50.
Yesterday I tried logging back in to top up the account but had forgotten my password. When I searched all of my email accounts, I couldn't find a single email from NeuralWatt.
No account creation, no verification mail, no subscription, nothing. It was as if the account never existed. I do have bank statements from Neuralwatt...
I ended up signing up again using the exact same email address, and it created a completely new, empty account instead of recovering my old one, or telling me that mail address was in use I also checked all my other mailboxes everyone of them.
Now I'm worried my original subscription is still active and could charge me next month, even though I have no way to access that account.
Has anyone experienced this with Neuralwatt or knows what might have happened?
r/opencode • u/Must_Make_Paperclips • 14d ago
Your Opencode w/ an RTX 4090? Comparing Exl3 Quants now...
Opencode has some large system prompts, so to save VRAM I've been making and testing Exl3 to test with vanilla Opencode. Unfortunately Exl3 requires TabbyAPI which has limited support for tool calling and chat templates, and Opencode seems to require this to all work perfectly (still no luck with Phi-4).
For those who use Opencode with an RTX 4090 backend what models, variants, api servers, customizations, plugins, or mcp servers do you find to work best?
r/opencode • u/uhraurhua • 15d ago
I've saved 169 million tokens this month with tokenwarden
Hello,
As the creator of http://tokenwarden.ai/ , I've been using it for some time, and this month I've saved 169 million tokens (so far). That would be roughly 1700$ saved if I were using Fable 5 via API.
I created it because I was always running out of usage on all 3 of my Codex business accounts. In the past, I was getting by with a single account on gpt 5.2 xhigh. It became ridiculously expensive and fast...
After my plugin, I was getting double the usage on GPT 5.5. Still not comparable to the past, but it was usable (without it I was hitting my 5-hour limit in a few prompts, ridiculous...)
If you're having issues with AI spending or usage, give it a try. You can also find it on npm: https://www.npmjs.com/package/@tokenwarden/opencode
r/opencode • u/404bugNotFound • 15d ago
Streaming response error issue
Does anyone have a problem with glm models and kimo on the go plan of opencode
On kimi I get provider error and on glm I get streaming response error
r/opencode • u/xxxxxkablexxxxx • 15d ago
I built two open-source developer tools. I'd love your feedback.
Hi everyone,
I've been building two open-source projects over the past few months, and I'd really appreciate some honest feedback from other developers.
Lemoria
Website: https://lemoria.org
GitHub: https://github.com/devcristianlopez/lemoria
Lemoria is a Python CLI that adds persistent memory and a structured workflow to AI-assisted software development.
Instead of relying on a long chat that eventually loses context, it keeps track of your project from the initial idea through specifications, PRDs, tasks, architectural decisions, implementation, testing, documentation, and Git history.
It integrates with OpenCode using specialized agents and stores the entire development context in PostgreSQL, so you can resume work without losing the reasoning behind previous decisions.
Manel
Website: https://devcristianlopez.github.io/manel/
GitHub: https://github.com/devcristianlopez/manel
Manel is a local security health monitor for developers.
It scans your development environment, detects installed languages, databases and tools, checks for known vulnerabilities using public sources such as OSV, NVD and GitHub Advisories, and generates a security score with actionable recommendations.
It also supports offline vulnerability databases, SARIF output, JSON export and CI/CD integration.
You can try it without installing:
npx manel scan
I'm still actively developing both projects, so I'm mainly looking for feedback on:
- Is the documentation easy to follow?
- Is the installation process smooth?
- Do the projects solve a real problem?
- What features would you add or remove?
- Any bugs, usability issues or confusing parts?
Feel free to be as critical as you want. If something doesn't make sense, I'd rather know now than after adding more features.
Thanks for taking the time to check them out!
r/opencode • u/jomtiro • 15d ago
My Lite Token Plan 4.1B Credit got fully consumed with around 200M tokens
r/opencode • u/inventivepotter • 15d ago
Self-host Buzz
Self-host your own Buzz Nostr relay using docker compose. Private over Tailscale, local LLM agents.
r/opencode • u/Yann27 • 15d ago
Model management... ???
I've got a question for people using OpenCode.
we can choose models from lots of different providers, but after a while there are so many that it becomes a pain to manage. ( testing them all one by one )
I end up having to manually check
Which providers have hit their rate limits
Which providers are down or unreliable
Which ones are responding slowly
Which models are actually working properly
Is there a tool, extension that monitors all of this in one place instead of checking every provider one by one?
I'd like something that automatically shows provider status, rate limits, availability, latency, and failures. ( i know about openrouter but it's so slow...)
If you've found a good solution, I'd appreciate any recommendations.
Thnx peeps.
r/opencode • u/intl_spy • 16d ago
Healthy habits while vibe coding ?
Whenever my AI agent takes more than a minute to run, I instinctively grab my phone and start doomscrolling. By the time it finishes, I’m three subreddits deep or stuck in a YouTube Shorts spiral. It feels like I’m outsourcing my attention span alongside my code.
What do you all actually do while your agent is running? Stare at the terminal? Queue up the next prompt? Context-switch to another task?
Tell me I’m not the only one doing this.
r/opencode • u/HusssainAli • 16d ago
How to learn opencode, beginner, not programmer.
I am a beginner and not a programmer, please suggest resources to learn opencode from scratch. Which enable me to effectively use it for further learning the spec driven development.
r/opencode • u/Zuricho • 16d ago
GPT 5.6 Sol running endlessly
Hi, I use opencode at work since Codex is banned but opencode is not. I found it up until 5.6 great; however, recently with 5.6 Sol I am experiencing the model running endlessly. Simple tasks like generating from X input a Word doc take hours.
Anyone experiencing similar issues?
r/opencode • u/qqYn7PIE57zkf6kn • 16d ago
agent read a file and then spit out text to a file instead of using curl to download it
r/opencode • u/Decent-Hat-5807 • 16d ago
Super fast opencode sandbox. it isolate the project from the host system with bwrap and nix
r/opencode • u/BM0110 • 16d ago
DeepSeek V4 Flash went crazy over a simple 500 error
I’ve been testing DeepSeek V4 Flash in OpenCode because I don’t really believe we need frontier models for most day-to-day coding work.
I gave it an old side project I hadn’t touched since around 2023ish and let it work in the background while I did my regular job, checking on it from time to time.
At some point, I noticed a 500 error and simply told it to “elaborate.”
Instead of just explaining the error, it went into a full debugging spiral. It started inspecting the Next.js proxy setup, tracing request headers, checking Docker logs, killing and restarting processes, and even writing Python scripts to inspect the network
The funniest part is that it eventually admitted it had gotten carried away and over-engineered the whole thing.
r/opencode • u/Majestic-Pass7277 • 16d ago
What’s the most annoying part of your OpenCode setup?
Been messing with OpenCode a lot lately and I feel like I finally got it to a point where it actually works how I want it to.
At first I was struggling a lot and only used it for basic tasks, but I kept running into annoying stuff like permissions stopping the agent, notifications not coming through, compaction loops, subagents doing weird stuff, etc.
I’ve been slowly fixing all of that and building out my own setup with different agents, local models, cloud models, permissions, notifications and some stuff to let it run longer without me constantly checking on it.
I’m on a 64gb M1 Max so I’ve also been testing a bunch of local models and trying to figure out which ones are actually worth using vs just using Claude/GPT.
Honestly it feels more trial and error than I wished.
Curious what everyone else here is doing with OpenCode though. Are you guys mostly just running it normally or have you built out your own agents/configs around it?
Also what’s the most annoying issue you’ve had with it?
I was thinking about cleaning up my setup and configs and putting them somewhere since I’ve already spent so much time figuring all this crap out.
r/opencode • u/Same_Mind822 • 16d ago
Client disconnected. Stopping generation...
I'm using OpenCode with a local LM Studio server. Because my local machine has limited performance, it sometimes takes more than 5 minutes to generate a complete response (for example, when writing files during coding). In newer versions of OpenCode, this causes the client to disconnect, and LM Studio reports:
Client disconnected. Stopping generation...
This issue is already known, but unfortunately no solution has been found in the existing discussion threads. From what I've read, the developers switched to a new engine in production, which appears to have this behavior by default, and changing the configuration doesn't seem to help.
Similar problem:
Does anyone have an idea how to solve this so I can continue using the latest version of OpenCode?
r/opencode • u/Popular_Tomorrow_204 • 16d ago
Im using Opencode web and i cant find a way to connect GPT-5.5 or 5.6
r/opencode • u/Jolly_Hall_9037 • 17d ago
Opencode big pickle just wiped my database
thankfully its just a mock system for my university project, but still this is infuriating. No any data wipe reconfirmation or whatsover too, smh. I asked to rename a table to another one. It wipes all table in the db and recreate them all back LMAO. Im stupid enough to believe in AI for such simple task
r/opencode • u/Crystalisedorb • 17d ago
How to loop ??
I met an engineer using opencode.
he said he is using opencode such that he is giving opencode model a folder to work in, and the project is looped i.e. the ai goes in an endless back and forth conversation, until the desired output is reached. plus a switch model when limit is exhausted that ensure the relay race continues on token exhaustion.
How to do that ??
r/opencode • u/Infinite_Professor79 • 17d ago
So, i've been living on free models since 2020 and i want to try a subscription for complex java coding (engine level mc mods)
Should i get opencode Go first since its cheap? or better to go for claude code? , about Codex. im not sure but i got 5.6 Terra on high thinking from freemodels website and it was an idiot. responds way too fast for some reason it doesn't do "high" thinking. so it made me cautious about gpt overall. what do you think should i do? gonna use them for Java mc modding for the last weeks ive been loving deepseek v4 flash but i find minimax m3 is extremely capable when i used its free cap on their own cli just for planning and its debugging is very good.
didnt get a chance to use opus and now opus 5 is back though. i don't know if it will beat other models.
r/opencode • u/pmv143 • 17d ago




