Dalton Alexandre
Dalton Alexandre
This PR introduces an **opt-in gRPC transport** to the OpenCode server, running alongside the existing HTTP interface. It provides a strongly-typed, backpressure-aware API surface suitable for headless clients, remote tooling,...
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....
### 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 ##...
### What does this PR do? Add swift-format as standard swift formatter ### How did you verify your code works? Mimics other formatters in the correct usage of swift-formatter