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

This pull request adds support for the Kotlin language server to the OpenCode LSP infrastructure. The main changes include updating language extension mappings and introducing logic to automatically download, install,...

### Description I am trying to use Deepseek V3.2 from Azure Foundry. This is my opencode.json (directly setting AZURE_API_KEY and AZURE_RESOURCE_NAME doesnt work) { "$schema": "https://opencode.ai/config.json", "model": "azure-foundry/DeepSeek-V3.2", "provider": {...

bug

quick mock up for the `AskUserQuestion` tool. would love some feedback on the feature before diving deeper into the implementation.

Add osaka-jade theme based on [omarchy colorscheme](https://github.com/basecamp/omarchy/tree/master/themes/osaka-jade) by [Justin Lowry](https://github.com/Justikun/omarchy-osaka-jade-theme) - Dark forest green background (#111c18) with jade/cyan accents - Complete dark and light mode support

**Findings (new user-facing changes)** - `351ddeed9` “Permission rework (#6319)” introduces a revamped permission system that now gates many more tools (ex: `read`, `list`, `glob`, `grep`, `task`, `codesearch`, `websearch`, `todowrite`, `todoread`)...

### 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 I'd...

discussion

### Description ``` TypeError: Failed to execute 'set' on 'Headers': String contains non ISO-8859-1 code point. TypeError: String contains non ISO-8859-1 code point. at mergeHeaders (http://tauri.localhost/assets/index-CLwZpl0s.js:1705:5436) at mergeConfigs (http://tauri.localhost/assets/index-CLwZpl0s.js:1705:5073) at...

bug
windows
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 Maybe...

discussion

Problem: - for debugging, bun needs to start in the development build directory - makes it currently impossible to debug different scenarios/projects This patch adds positional argument for cwd folder...

needs:issue

Added support for frecency (frequency + recency) to the file autocomplete in the cli. For example after I selected the new file ``` packages/opencode/src/cli/cmd/tui/component/prompt/frecency.tsx ``` and opened the file autocomplete...