opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Question I enabled billing before I run this prompt. It was running for now 2,5 hours. I've set a spending limit of 14$ to avoid immediate charge of my...

zen

## Summary - Trim whitespace from text content before checking if empty - Filter whitespace-only messages and text parts for all providers - Add tests for whitespace-only content handling Fixes...

### Description I connected my ChatGPT subscription to OpenCode and tried using the official Zed ACP plugin. I can switch thinking variants from the OpenCode CLI, but not from ACP....

bug

Fixes #6418 ## Problem When switching from models like GLM 4.7 or MiniMax to Claude with extended thinking enabled, users get API errors: ``` messages.X.content.0: Invalid 'signature' in 'thinking' block...

### Description > AI_InvalidPromptError: Invalid prompt: The messages must be a ModelMessage[]. If you have passed a UIMessage[], you can use convertToModelMessages to convert them. There was a bug regarding...

bug

### What does this PR do? Adds a `/add-dir` command, which gives the agent permissions to that directory in the existing session. ### How did you verify your code works?...

needs:issue

### Description When using the built-in AIHubMix provider, OpenCode can stream most of the assistant output, but near the end of the stream it throws a ZodError and marks the...

bug
windows

### Description I have freshly installed opencode but, while running opencode it crashes due to a dependency. here is the logs. ``` ➜ ~ bun add -g opencode-ai bun add...

bug

### What does this PR do? Fixes #8973 by exposing thinking variants in ACP model selection: - Appends model+variant entries (e.g., `claude-sonnet-4/high`) to `models.availableModels` - Parses variant from `session/set_model` selections...