opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

Fix keybind documentation: use return instead of enter The keybind parser doesn't normalize enter to return, but the terminal sends key events as return. This causes keybinds using enter (like...

### Description when using Ctrl-x right or left the switching is very slow and lagging. it is extremaly hard to get back to the main agent when a series of...

bug
opentui

## Description Getting an AI_APICallError when tool_use blocks are not immediately followed by tool_result blocks. ## Error Message ``` AI_APICallError: messages.69: `tool_use` ids were found without `tool_result` blocks immediately after:...

## Summary - Add caching mechanism for opencode binary in GitHub Actions to speed up workflow runs ## Why - Currently, every workflow run downloads the opencode binary from scratch...

Properly filter eyes reactions added by Opencode Agent.

INFO 2025-08-31T09:51:23 +323ms service=default version=0.5.29 args=[] opencode INFO 2025-08-31T09:51:23 +1ms service=app cwd=/root creating INFO 2025-08-31T09:51:23 +21ms service=app git INFO 2025-08-31T09:51:23 +40ms service=app name=plugin registering service INFO 2025-08-31T09:51:23 +2ms service=app name=config...

### Description As far as I understand when you start opencode it tries to download some stuff. When this happens it is still showing a blank screen before the opencode...

bug

## Summary The `time` field in the PATCH `/session/:sessionID` endpoint was required, but callers like `DialogSessionRename` only send `title` when renaming a session. This caused validation failures. ## Changes -...

When using Github copilot models, the cost tracker is irrelevant as it always stays at $0.00. Instead, is it possible to display the premium requests quota? See below image as...

When creating a session, I want to customize the ID by obtaining parameters from the session creation process and use the custom ID to create the session.