OpenCode v1.1.61: Model Config & Diff Performance
OpenCode v1.1.61 decouples model config from provider setup, speeds up large diffs with virtualization, and adds SQLite migration progress tracking.
TL;DR
- Model configs now work without npm/API provider details
- Diff virtualization speeds up large file comparisons in desktop
- SQLite migration progress bar added to desktop app
New
- Model configurations without provider details — Set up models without requiring npm or API provider configuration upfront.
- Diff virtualization — Large diffs now render faster in the desktop app by virtualizing the display.
- SQLite migration progress bar — Desktop app now shows migration progress instead of hanging silently.
Improved
- Tool output formatting — LLM-friendly output structure for better model comprehension.
Update with: npm install opencode@1.1.61 or download the latest desktop release from GitHub.
Source: OpenCode