opencode
opencode copied to clipboard
The open source coding agent.
### Description ``` TypeError: undefined is not an object (evaluating 'input.setText') at set (src/cli/cmd/tui/component/prompt/index.tsx:412:7) at ref (src/cli/cmd/tui/routes/session/index.tsx:1055:21) at Prompt (src/cli/cmd/tui/component/prompt/index.tsx:398:9) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at...
### 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 [Nous...
Fixes #7525 Adds Nous Research as a first-class provider using their inference API. **Changes:** - Add provider definition with 7 models (Hermes 4.3, Hermes 4, DeepHermes 3, Hermes 3) -...
Ran into an issue where `grep` returns "No files found" when working in directories with symlinked content. What's frustrating is that `glob` and `list` handle these cases just fine, so...
### Description As stated in [this documentation](https://www.scaleway.com/en/docs/generative-apis/how-to/query-language-models/#chat-completions-api-or-responses-api). We can read that tool calling in that model is only supported with the /responses API > Most supported Generative API models can...
Fixes #7512 ## Problem LLMs sometimes send tool parameters as strings instead of proper typed values: ``` { "todos": "[{...}]" } // string instead of array { "timeout": "180000" }...
## Bug Description Tools with typed parameters (array, object, number, boolean) fail with Zod validation error when the LLM sends the parameter as a string instead of the proper type....
## Summary Adds support for copying and cutting selected text in the OpenCode TUI input field using keyboard shortcuts, enabling fully keyboard-centric clipboard workflows. Fixes #7516 ## Changes - Add...
### 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 My...
### What does this PR do? Use `--max-count=1` to fetch only the first root commit during ID resolution rather than fetching all of them. This is significantly faster on repos...