anomalyco / anomalyco/opencode
[Bug] Windows 10: Models get stuck in thinking status and terminate without response
@Hona is already working on this.
Since Aug 4, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Environment:
OS: Windows 10 (x64)
OpenCode Version: 1.18.13
Providers tested: OpenCode Zen, GitHub Copilot
Runtimes present: Node.js v24, Python 3.14, Git 2.55
Description:
After initiating any query on Windows 10, no AI model provides an answer. The CLI enters the "thinking/reasoning" state, stays in long execution for a while, and then simply terminates without outputting any response or throwing an explicit CLI error.
Expected behavior:
The model streams or returns a text completion.
Actual behavior:
The process hangs on the thinking indicator for a long period and then gracefully exits with zero output.
Additional Context / Logs:
Running opencode --print-logs --log-level DEBUG shows long pending HTTP/socket connections to background processes before timing out. Cleaning local caches (~/.opencode, AppData\Local\Temp) and re-installing the CLI did not resolve the issue.
Plugins
No response
OpenCode version
1.18.13
Steps to reproduce
- Install OpenCode v1.18.13 on Windows 10.
- Log in to a provider via opencode providers login (tested both Copilot and OpenCode Zen).
- Run opencode inside a project folder.
- Submit any prompt.
Screenshot and/or share link
No response
Operating System
Windows 10
Terminal
WezTerm
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.