OpenCode v1.2.5: Desktop Fixes & Font Options

v1.2.5 brings desktop stability fixes, a new Shift+Tab shortcut, GeistMono Nerd Font support, and corrects SQLite logging behavior.

OpenCode v1.2.5: Desktop Fixes & Font Options

TL;DR

  • Fixed file tree navigation and prompt history behavior on desktop
  • Added Shift+Tab keyboard shortcut and GeistMono Nerd Font support
  • SQLite migration logs now route to stderr instead of stdout

New

  • Shift+Tab keyboard shortcut — Added to the application for faster navigation and workflow efficiency
  • GeistMono Nerd Font — Now available as a mono font option for developers who prefer this typeface

Fixed

  • File tree viewing issue — Fixed problem where newly opened files from the file tree weren't displaying correctly
  • Prompt history navigation — Now only navigates history at input boundaries, preventing accidental history jumps mid-input
  • Window focus after update — Application now properly focuses the window after update and relaunch
  • SQLite migration logging — Migration logs now correctly route to stderr instead of stdout

Update via: npm install opencode@1.2.5 or download from GitHub releases

Source: OpenCode