OpenCode v1.1.35: Desktop UI Polish & Core Fixes
OpenCode v1.1.35 ships a redesigned desktop splash screen, extensive comment card and popover refinements, and 40+ core fixes from 18 community contributors. Better Windows support, improved model handling, and faster session rendering.
TL;DR
- Desktop splash screen redesigned for cleaner load experience
- Massive UI refinements across comment cards, popovers, and prompt input
- Core fixes for model snapshots, Windows path handling, and provider configuration
- 18 community contributors shipped fixes for TUI, OAuth, and session rendering
New
- Iosevka font option — Added as a new font choice in the desktop app
- Back button in subagent sessions — Navigate back within subagent workflows
- Model info in task metadata — Tasks now include model information for better tracking
- xhigh reasoning effort for Copilot GPT-5 — GitHub Copilot GPT-5 models now support extended reasoning
- Auto-open OAuth links — Codex and Copilot OAuth flows now open automatically
- New server management — Redesigned server management UI for web and desktop
Fixed
- Desktop splash screen — Cleaner, more polished load experience
- Model snapshot caching — Fixed snapshot loading to prevent stale cache issues
- Windows path separators — Normalized path handling in session diff filtering on Windows
- Unicode filename handling — Fixed snapshot diff quote escaping for non-ASCII filenames
- Provider configuration merging — Deep merge providerOptions in applyCaching to preserve nested settings
- Web fetch 403 errors — Retry with simple user agent on permission failures
- TUI question selection — Fixed click handling when terminal is unfocused
- Permission prompt keyboard events — Dialog stack now properly ignores keyboard input
- Comment card styling — Refined borders, hover states, spacing, and truncation
- Comment popover positioning — Better alignment, shadow styling, and click-away detection
- Prompt input styling — Updated borders, hover states, and spacing for consistency
- Model selector UX — Fixed Escape key closing, text selection, and scrolling issues
- Session rendering performance — Improved stream rendering and reduced unnecessary re-renders
- View all sessions flakiness — Resolved race conditions in session list display
- Line selection issues — Fixed reactive loops and selection behavior in editor
- Terminal clone remounting — Terminal clones now properly remount for functionality
- Nix configuration — Fixed build configuration issues
- GPT-5.1-Codex support — Now allowed in Codex auth plugin
Breaking Changes
- TUI considered "mid" — Adam's official stance on the terminal UI (no action required, just vibes)
Update with: npm install opencode@1.1.35 or check the release page for platform-specific downloads.
Source: OpenCode