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

### Description According to the official documentation, OpenCode supports adding custom LLM providers by selecting the "Other" (or "Custom") option during the configuration process. However, in version 1.1.25, this option...

bug

Fixes #9028. Context - `store` is a per-request OpenAI Responses option; putting it under generic `provider.options` (SDK init options) is awkward. - Introduce a clear separation: - `provider..options`: SDK init...

### Description Problem When any agent calls the use_skill tool, it gets reset to the global model setting instead of keeping the agent's own configured model. Evidence Before use_skill: ▣...

bug

Added opencode-antigravity-auth-remix to the ecosystem documentation. Antigravity / GeminiCLI Quota Google Search NanoBanana Pro Text/Image to Image

## Summary Implements comprehensive multi-account OAuth support with automatic rate limit rotation, manual account switching, and a new Settings menu for the desktop app. Closes #9068 ## Changes ### Backend...

## Problem Statement Users with Claude Max subscriptions frequently hit rate limits, causing workflow interruptions. While OpenCode supports OAuth login, there was no way to: 1. Login with multiple accounts...

web

Fixes #9048 #8807 ## Summary - Add file existence check before calling `.stat()` on file references - Return graceful error message when referenced file is missing - Add tests for...

### Description I set the environment variables `OPENCODE_SERVER_USERNAME` and `OPENCODE_SERVER_PASSWORD`, and then started a web UI using the `opencode web` command. However, when I open the server URL on browser,...

bug
web

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

Allow users to organize configuration into multiple files within a config.d/ directory. Files are loaded alphabetically and merged after the main config file, making it easier to manage modular config...