opencode
opencode copied to clipboard
The open source coding agent.
I think returning the tail of the output is a better heuristic in this case. ``` running tests... [thousands of lines of debug logs] 10 tests run, 1 failed ```
After attempting to retrieve the agent for a particular message in my plugin, this seemed like the only available option. I believe this fits under _Missing standard behavior_ for plugins...
This is a small QOL change that I have been wanting for a while. It adds the ability to set a model as "pinned" in it's config, and pinned models...
## Summary This PR introduces a keyboard shortcut for copying the current input. This feature allows users to easily copy composed messages (including text and attachment references). ## Changes Core...
## Summary This PR introduces a `/copy` command for copying messages via the existing `MessagesCopyCommand`. Doing so follows the established pattern used by `undo` and `redo`. Exposing the command in...
## Background It's difficult to distinguish each sessions when using multiple OpenCode sessions via tabs: It sometimes better to keep the original terminal title: ## Summary Implement the exact same...
Alright, so this PR is an attempt to fix some of the performance issues that occurred in Safari. Before I go into what I changed, here's a quick comparison of...
## Summary - Added `transparent` state to `Theme` context and `resolveTheme` function to support transparent background. - Added "Toggle transparency" command to the command palette. - Updated `useTheme` to expose...
### Description Abort session with OpenAI(Responses API) models throwing error. ### OpenCode version latest ### Steps to reproduce 1. Give prompt to do research (tast with tool call), and while...