opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

# [BUG]: Gemini 3 Pro function calling fails - missing `thoughtSignature` support ## Description When using Gemini 3 Pro models (`gemini-3-pro-preview`) with function calling/tool use, requests fail with error: ```...

# Range-Based Code Formatting Enhancement Overview Implemented intelligent range-based formatting that only formats edited code sections, preventing unrelated formatting changes from cluttering diffs when using the Edit tool.

discussion

Restrict formatting only to the edited line range for clang-format When using the Edit tool, clang-format now only formats the specific lines that were changed, rather than reformatting the entire...

### Description I'm kind of torn on whether this is a bug report or a question... I definitely have a question, and I suppose that whether what I'm seeing is...

bug
opentui

### Description I have strange error when sourcekit-lsp is ON, get wrong error that can't find function/module in scope but app working in symulator correct Error [5:52] Cannot find 'NotificationService'...

bug

Resolves #4866 This PR adjusts the tool description of the Bash tool dynamically so that it advises the model what shell the command it's going to run will actually be...

needs:title

Resolves #4847. This PR adds a new `messages_user_last` command that scrolls/jumps the TUI viewport to the last message sent by the user. This improves ergonomics and UX by providing the...

Resolves #4927. This PR improves consistency and adherence to the principle of least surprise by giving users' custom theme files the same treatment as `opencode.json`/`opencode.jsonc` and permitting them to contain...

Closes #4822. This PR adds a new fourth response option to the options presented in the modal dialog produced by the "ask" permission in the TUI: "interject" ("i" key). When...

needs:title

### 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 https://www.kimi.com/coding/docs/en/third-party-agents.html

discussion