opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description As of a few moments ago, usage of claude max stopped with the following error: I did try to reconnect, but got the same error. ### Plugins _No...

bug

### Description [*] Claude Pro Log in with Anthropic to use your Claude Pro or Max account This feature above is not working This is the error message This credential...

bug

### Question ## Problem When using Anthropic credentials from Claude Code (the official Anthropic CLI), OpenCode displays: > "This credential is only authorized for use with Claude Code and cannot...

### Description #### Background You might be aware that Linux famously has two copy and paste buffers. It's a bit annoying but generally speaking I'm used to it. I can...

bug
opentui

### Description i was working on https://github.com/anomalyco/opencode/issues/7275 and realized that while i had successfuly registered the vscode-mcp-server via the server http api it was still not presented in the tui...

bug
opentui

### Description {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"input_tokens":236,"output_tokens":81,"cache_read_input_tokens":12800}} ``` "provider": { "local": { "npm": "@ai-sdk/anthropic", "name": "My Local", "options": { "baseURL": "http://localhost:4141/v1", "apiKey": "dummy" }, "models": { "gpt-5.2": { "name": "gpt-5.2", "limit": { "context": 200000,...

bug
windows

## Summary - add Windows Terminal pane splits for opencode 2/4/6 (or --panes) - keep pane layout stable for 2x2 and 3x2 - fix Windows path handling (patch parsing, worktree,...

### 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 hey...

discussion
web

Refined the command parsing logic in BashTool by adding a check for empty command arrays during tree-sitter traversal. This prevent processing malformed shell structures that could lead to unexpected execution...

### What does this PR do? fixes https://github.com/anomalyco/opencode/issues/7485 When using `--prompt`, the prompt was being submitted in onMount() before sync data and model store were fully loaded, causing it to...