opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

Adds mouse interaction support to the permission prompt (Allow once / Allow always / Reject) for consistency with other interactive elements like slash command selection. Previously, users could only navigate...

## Problem The permission prompt (Allow once / Allow always / Reject) only supports keyboard navigation. Users cannot hover or click on options with the mouse. This is inconsistent with...

opentui

### Feature Request Add an option to **undo/remove AI messages from conversation history while preserving file changes**. ### Current Behavior The `/undo` command reverts both: 1. The conversation message 2....

windows

### Description This happens with large scripts for example, I can't see the bottom so I essentially have to approve/deny blindly. ### Plugins _No response_ ### OpenCode version 1.1.8 ###...

bug
opentui

## Summary Fixes #7946 When aborting a session with double-escape (pressing Esc twice), the `session.abort()` call races with the in-flight `session.prompt()` request. If the server terminates the response mid-stream, the...

### Description The configuration file is valid and properly formatted, but the display command appears to have a parsing or rendering issue. ```json { "$schema": "https://opencode.ai/config.json", "provider": { "avalai": {...

bug
good first issue

Fixes #4533 What changed: - Include providers configured via provider.options.apiKey in auth list when no auth entry exists - Add tests for config entries, precedence, and blank keys Test: -...

### Description ## Custom Provider Configuration Not Loading - ProviderModelNotFoundError ### Description Custom provider configuration stopped working after 07 Jan 2025. The same workflow and `config.json` that previously worked now...

bug

### Description Pressing `Ctrl+C` in OpenCode immediately exits the application. This is extremely frustrating because **Ctrl+C is the universal copy shortcut** on Windows (and commonly used on Linux too). Users...

opentui

### Description Files: [opencode-installation-issue-report.md](https://github.com/arnabclir/reports/blob/master/opencode-installation-issue-report.md) [opencode-fix-documentation.md](https://github.com/arnabclir/reports/blob/master/opencode-fix-documentation.md) Summary: OpenCode v1.1.13 installation appears successful but the tool is completely non-functional due to Bun runtime virtual filesystem (bunfs) incompatibility with PRoot environments. Key Issues:...

bug