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

### Summary Add type-safe `kv.signal()` helper and migrate UI settings to use persisted signals, eliminating repetitive boilerplate and adding type safety. ### Key Improvements ✅ **Fixed unused `kv.signal()` helper** -...

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

discussion

## Summary - External links in markdown content (AI responses) now open in the system's default browser instead of inside the Tauri webview ## Problem When clicking links in AI-generated...

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

Closes #7354 ## Summary Adds `--variant` flag to root `opencode` command, matching existing support in `opencode run`. ## Changes - `thread.ts`: Add `--variant` option to yargs builder, pass to tui...

## Summary OpenCode's AWS Bedrock provider sends `reasoningConfig.maxReasoningEffort` for extended thinking, but AWS Bedrock Claude models require `thinking.budget_tokens`. This causes the Ctrl+T thinking toggle and `--variant` flag to have no...

### Description When running OpenCode interactively, slash commands (e.g. /mycmd) are correctly resolved by OpenCode before being sent to the LLM. The command is expanded or executed internally, and only...

Ran into this crash locally while developing a plugin and modifying dependencies/dev-dependencies. The cached `package.json` can be valid but missing the `dependencies` key (e.g. if it only has `devDependencies`). This...

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

### Description ConfigInvalidError Config file at C:\Users\Usuario\opencode.json is invalid ↳ Unrecognized keys: "name", "description", "rules", "context", "notes" When attempting to run the OpenCode tool on Windows, the configuration file located...

bug
windows
docs