opencode
opencode copied to clipboard
The open source coding agent.
### Description When I open Opencode Desktop (Windows), app blank and automatically opens the URL http://tauri.localhost/ in the browser. There's nothing in url http://tauri.localhost/ ### Plugins _No response_ ### OpenCode...
## Summary - Replace `Bun.$` with `node:child_process` in clipboard.ts to avoid GC crashes caused by Bun shell interpreter bug - Add debouncing to clipboard copy operations (100ms) to prevent rapid-fire...
Both changes are applied. The fix adds defensive type checking in the `format` function to handle cases where the answer might be a string instead of an array. This can...
Fixes `opencode import` failing for valid share URLs which currently return “Not Found” despite being publicly accessible. **Fixes** - Fetch share data from the correct endpoint: `/api/share/:id/data` - Use `ShareNext.url()`...
### Description I think i found a bug with cost calculation. Occasionally i will use multiple models (generally claude to do an plan and initial implementation, and gemini to cleanup)....
## Summary Adds support for Anthropic's Advanced Tool Use beta features via feature flag. **Closes #4713** --- ## Motivation OpenCode currently loads all MCP tool definitions upfront. For power users...
### Problem Setting up opencode with ollama requires manually creating a config file and copying model names from `ollama list`. Unlike cloud providers that auto-configure through `auth login`, local providers...
### Description When I close the commands modal, the `Esc` keypress also interacts with permission prompts ### Plugins _No response_ ### OpenCode version 1.1.7 ### Steps to reproduce 1. Get...
### Description When using the switch model dialog and typing to search, recent and favorite models are not searchable by provider name. It might made sense before but right now...