opencode
opencode copied to clipboard
The open source coding agent.
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...
### 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....
### 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 ###...
## 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": {...
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...
### 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...
### 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:...