opencode
opencode copied to clipboard
The open source coding agent.
### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:840:75) at (../../node_modules/.bun/@[email protected]+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) 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 runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:928:18) at runUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:849:17)...
Add support for DeepSeek V3.2 and MiniMax M2.1 models in the NVIDIA provider to expand available AI model options with enhanced reasoning capabilities. Rationale This PR addresses the feature request...
## Summary Fixes #8361 This PR fixes the issue where clicking links in AI responses navigates inside the Tauri webview instead of opening in the system browser. **What makes this...
Using GPT 5.2, primary agents (build, plan) respect reasoningEffort config, but subagents (explore, general) ignore it. **Root cause** In task.ts:145-160, when calling SessionPrompt.prompt() for subagents, agent.options (which contains reasoningEffort) is...
我本地有部署大模型,但没有网络连接,我设置了连接本地大模型,发现无法使用,需要下载内容
$ /connect ┌ Add credential │ ▲ This only stores a credential for myprovider - you will need to configure it in opencode.json, check the docs for examples. │ ◇...
Thanks a lot for Opencode, it's awesome! :-) I have my terminal (Gnome Terminal 3.54.4) set to a non-blinking cursor because I find a blinking cursor quite distracting. Since the...
### 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 Upon...
### Description After a while, the logs from background threads are printed to the TUI. Currently I can resize the window to clear it, but still would like to fix...
Resolves #6137, #4918, #7380 Related to #6548 ## Problem Users cannot access message history beyond the initial 100 messages loaded on session init. This makes OpenCode unusable for long-running sessions...