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

## Summary - Add new `Link` component that opens URLs in browser when clicked - Fix OAuth authorization URLs that wrap across multiple lines being only partially clickable - Works...

## Summary - Adds a note explaining that MCP tools are registered with names like `server-name_tool-name` - Clarifies why glob patterns (e.g., `"my-mcp*"`) are needed instead of exact server names...

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request The...

discussion
zen

### Description Keybindings for deleting word from the cursor and back are set as `ctrl+w,ctrl+backspace,alt+backspace` in https://github.com/sst/opencode/blob/f3febd6e395458698fceca2f175f59e0cf68c1d6/packages/opencode/src/config/config.ts#L565-L568 However, `Alt+Backspace` does not work, which is slightly frustrating since it's the only...

bug
opentui

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Hi...

discussion

Enables local plugins and custom tools to use external npm dependencies by running `bun install` after adding `@opencode-ai/plugin`. * local plugins in `.opencode/plugin/` previously could not use external npm packages....

## Issue On some `/compact` instances the session costs would be reset and the token count isn't ongoing which is nice for visuals. ## Summary - Split the sidebar Context...

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request ##...

discussion

Previously, plan mode prompts referenced an ExitPlanMode tool that didn't exist, causing the AI to get stuck in loops when trying to exit planning. Changes: - Add exitplanmode tool that...

## Feature Request: Support Dynamic API Keys with apiKeyHelper Add support for rotating JWT tokens or API keys by allowing users to configure a helper script in their configuration which...