opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 2918 opencode issues
Sort by recently updated
recently updated
newest added

## Summary - Allow desktop app to connect to an existing server instead of spawning its own sidecar - Add UI in server selection dialog to set/clear the default server...

### Summary This PR implements **Smart Pruning**, a new context management system that replaces the basic FIFO approach with a tiered priority system to preserve critical information longer. ### Key...

needs:issue

### Description I have a pretty long chat where I went on a sidequest for a bit. When scrolling up to see one of my old messages again, I noticed...

bug
nix

## Summary This PR implements custom OAuth redirect URI configuration for MCP servers, allowing users to override the default callback URL to match their OAuth server's requirements. ## Changes -...

## Summary - Add `--dir` flag to `opencode run` command - When used with `--attach`, passes directory to SDK client via `x-opencode-directory` header - Enables sessions attached to a global...

## Summary This feature request is focused on adding support for **custom OAuth redirect URI configuration** for MCP servers. ## Problem OpenCode currently hardcodes the OAuth callback URL as `http://127.0.0.1:19876/mcp/oauth/callback`....

`opencode attach` has a `--dir` flag to specify the working directory when attaching to a remote server: ``` opencode attach Options: --dir directory to run in [string] ``` However, `opencode...

## Summary Adds a `queryParams` option to `OpenaiCompatibleProviderSettings` that appends query parameters to all API requests. - Added `queryParams?: Record` to provider settings - Created `getUrl` helper to construct URLs...

## Summary Adds 5 community projects to the ecosystem. ### Projects - **[ocx](https://github.com/kdcokenny/ocx)** – The missing package manager for OpenCode extensions – ShadCN model with Ghost Mode ### Plugins -...

### Description Here is an example tool call when using opencode acp (removed irrelevant fields): ```json [ { "update": { "kind": "execute", "rawInput": {}, "sessionUpdate": "tool_call", "status": "pending", "title": "bash",...

bug