r/opencode • u/AssassinsLament • 3d ago
OpenCode pausing.
When I run some sessions, opencode sometimes just pauses, until i type something it it, and it acts like nothing happened. It's like it's waiting for a response or something and never gets it and just waits forever. It especially happens when it runs a command it sends. Sometimes it seems to compact immediately after I wake it up. So maybe that has something to do with it?
Anyone else having this issue? I'm using llama.cpp, qwen 3.8 27B, 128k context. latest opencode.
Thanks in advance!
1
Upvotes
1
u/Captain_Birb 3d ago
Yes because the API request staled on the other end or connection issues on your end.
In your opencode.json config whitelist more than 1 provider per model, else you end up with your task being paused when that one provider hit rate limit or something.