opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Question Error: Failed to spawn OpenCode Server. Logs: [STDOUT] opencode server listening on http://127.0.0.1:49328 at castError (http://tauri.localhost/assets/index-DT7g4zby.js:2:11968) at http://tauri.localhost/assets/index-DT7g4zby.js:2:4662

web

## Bug Description When `opencode run` encounters an API error (e.g., 429 rate limit), it logs the error but **never exits** - it hangs indefinitely. This breaks any CLI tool...

### Description Newly added `cargo fmt` Rust formatter is invoked with `cargo fmt -- $FILE` but in practice is formatting the whole Cargo workspace. `cargo fmt` actually does not support...

bug

### Question 今天早上提示更新,更新完成后一直卡在初始化界面,一两个小时都没动静

### Description **Summary** When using OpenCode in a Swift/Xcode workspace with internal Swift packages, the edit tool refuses to apply changes. It runs diagnostics that can't resolve these local modules....

bug

### Description • Issue: Only in Chinese chats, output sometimes shows duplicated/incorrect characters and layout misalignment; e.g. “响应里” renders as “响响里” (example only). English chats have not reproduced. • Expected:...

bug
opentui

### What does this PR do? Listing files when using "@filename" was not working. It was passing undefined to searchFiles ### How did you verify your code works? Open dekstop...

needs:issue

Fixes #8199 ## Summary - Commit "Type your own answer" value before switching question tabs / going to Confirm. - When re-opening the custom input, move cursor to end of...

> windows opencode 1.1.16 still got error > > _Originally posted by @shengkaixuan in [#8117](https://github.com/anomalyco/opencode/issues/8117#issuecomment-3742341017)_

windows
web

Issue link: - Fixes #8014 - https://github.com/anomalyco/opencode/issues/8014 Summary: - Handle empty JSON responses by falling back to `{}` instead of throwing. - Apply the fix to v1/v2 generated clients and...