opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description When I open links generated through `/share` the page is blank. What I tried: - simplified case: new session, one prompt: "test", then `/share`. - disabled all plugins...

bug

> **⚠️ EXPERIMENTAL**: Proof-of-concept for discussion. Not ready for merge. Relates to #6032 > To support NERDTree-like plugins (file browsers, symbol outlines, git panels) that render persistent side panels, we...

### Description https://github.com/sst/opencode/issues/5615 After the above issue we can fetch the siliconflow-cn's model but cannot use it. To make siliconflow-cn works with opencode, it should use the `name` in the...

bug

## Summary Adds support for managed settings files that take precedence over all user settings, enabling enterprise administrators to enforce configurations that users cannot override easily Closes #6358 ## Changes...

## Summary Forking a compacted session fails with: ``` prompt is too long: 203573 tokens > 200000 maximum ``` The bug was introduced in commit `9a0735de7` on October 6, 2025...

Adds subtle [copy] button on completed assistant responses. ## Example ``` ▣ Build · claude-opus-4-20250514 · 17.1s [copy] ``` ## Features - Copies entire assistant response chain including text and...

## Description When in Plan mode, agents can spawn sub-agents via the `task` tool that don't inherit the parent's restrictions. The sub-agent runs with full permissions and can edit files...

This adds a Install CLI: 1. Embeds current install script into Tauri 2. Added a new binary param to use existing binary instead of downloading new one 3. On upgrade,...

Summary Custom commands were not receiving image attachments, causing images to be ignored when running slash commands with attached files. Changes - Updated args regex to handle `[Image N]` tokens...

Some LSP servers (e.g. pyright) rely on `workspace/didChangeWatchedFiles` to register new files/modules after creation to be able to resolve imports. Without this the LSP server will always return error diagnostics...