opencode
opencode copied to clipboard
The open source coding agent.
Add support for authenticating and using Ollama Cloud with OpenCode. Users can now: - Run 'opencode auth login' and select 'Ollama Cloud' directly - Get prompted with steps to retrieve...
- Use Instance.worktree as cwd for all git operations in Snapshot - Calculate relative pathspec using fs.realpath to handle symlinks - Apply fix to track(), patch(), diff(), and diffFull() -...
Issue #4758 **Added `splitGlob`** utility function to split a path into a safe base directory and a glob pattern. This handles cases where Bun.Glob fails with recursive globs in the...
The Go TUI was renamed from 'bash' to 'shell' in commit a4beb60e to better reflect that the tool works with multiple shells (zsh, fish, nu, cmd.exe, etc.), not just bash....
Support the specification of multiple models per mode, in order of preference like so: ```json "mode": { "build": { "models": ["google/gemini-2.5-pro", "openai/o4-mini"] } } ```
### 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 Add...
Similar to AskUserQuestion tool in ClaudeCode. Adds a new tool that allows the AI to pause execution and present clarifying questions with selectable options to the user. Useful for gathering...
I'm going to apologise in advance if this is a unreasonable request, but Gemini CLI has a very generous free tier and it would be quite nice to route Gemini...
### 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 Now...
### Question This week I am newly testing out OpenCode with its Big Pickle LLM. My question is "How are OpenCode LLMs expected to interact with image (media) data?" As...