opencode
opencode copied to clipboard
The open source coding agent.
### Description Recently hitting a 'request entity too large' response when using any model via Copilot. I haven't hit my usage limits (edu subscription) and the codebase is quite small....
So now we can testing tools directly in cli without calling LLM. ```bash opencode debug agent plan --tool glob --params '{pattern: "export*", include: "*.ts"}' ``` ```text { "tool": "glob", "input":...
### Description I'm using OpenCode as a backend service via opencode serve to power a Telegram bot. The setup is: - OpenCode runs as a systemd service using opencode serve...
## Summary Add plugin API endpoint (`POST /session/{sessionID}/select`) that allows plugins to programmatically navigate the TUI to a different session. ## Changes ### Server (`packages/opencode/src/server/server.ts`) - Add `POST /session/:sessionID/select` endpoint...
### Description The opencode zen provider clearly shows the model "Kimi K2 0905" as one that could be used. But in opencode it never shows up - only the thinking...
### Description It is getting extremely slow and consuming too much memory after some time ### OpenCode version 2.0.18 ### Steps to reproduce _No response_ ### Screenshot and/or share link...
Closes #806 This adds the ability to add MCP resources in the opencode prompt. It works just like files, when you do `@` it shows you the list of resources...
Fixed file viewer issues for project root and nested directories by adding request deduplication and improving path handling. Added loading Map to deduplicate concurrent file read requests, preventing duplicate SDK...
Fixed server failures when starting from deeply nested directories by changing process.cwd() to home directory at startup. Added process.chdir(Global.Path.home) in serve and web command handlers to establish stable working directory...
### Question It seems like `@general` subagent is not present in my opencode, but docs clearly says `@general` subagnet exists. is this expected? do i need to do anything to...