opencode
opencode copied to clipboard
The open source coding agent.
### Description ## Bug Description When running opencode in Windows 10 PowerShell and cmd, the opencode icon shows as garbage characters. ## Environment - **opencode version**: 1.1.19 - **OS**: Windows...
## Summary - Fix typo `pat` → `path` on line 2 - Remove duplicate `import path from "path"` on line 24 Fixes #8408
## Issue Fixes #8406 ## Problem When connecting to non-standard MCP servers, OpenCode can hang indefinitely if the server returns HTTP 200 but: - Sends malformed SSE stream - Never...
Added @jgordijn's opencode-remote-config plugin to the ecosystem documentation.
In `packages/opencode/src/session/index.ts`, there are two `path` imports introduced in #8281: ```typescript // Line 2 - typo (unused) import pat from "path" // Line 24 - actual working import import path...
### What does this PR do? Fixes #7641. While investigating this for my own plugin, I arrived at a similar direction as #7639. I'm wasn't sure why several of the...
### What does this PR do? Fixes #8407 Fixes #7549 When using direct RPC communication (the default mode), the "Open WebUI" command in the command palette was trying to open...
### What does this PR do? Fixes: #8327 Related: #8269, #8380 > [!NOTE] > This is complementary to the v2 SDK upgrade in #8380. This PR improves type safety of...
### Description I dont know if this is desired behaviour, but when running opencode and using the command palette (ctrl+p) to start the webUI `http://opencode.internal/` when opening the webui via...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request As...