OpenCode v1.14.20: Windows Plugin Loading, HTTP API, Desktop Fixes

OpenCode v1.14.20 fixes Windows plugin loading, adds HTTP config endpoint, and improves desktop stability with permission routing, animation performance, and project sync fixes.

OpenCode v1.14.20: Windows Plugin Loading, HTTP API, Desktop Fixes

TL;DR

  • Fixed local dynamic imports on Windows — plugin and tool loading now works reliably
  • Added GET /config to experimental HTTP API for configuration queries
  • Desktop improvements: permission routing, prompt animation replay, session progress bar toggle, project state sync

New

  • GET /config endpoint — experimental HTTP API now supports configuration queries
  • Session progress bar toggle — new desktop setting to hide the progress bar while the agent works

Fixed

  • Windows dynamic imports — local dynamic imports on Windows under Node now load plugins and tools correctly
  • TUI system theme regression — theme handling in the terminal UI restored
  • Permission replies — remote workspace permission replies now route to the correct workspace
  • Prompt control animations — fade-in animations no longer replay on every render
  • Select Server dialog layout — server list and actions now size correctly
  • Synced project updates — desktop project state changes now apply reliably
  • Sidebar project avatars — avatars now fall back to icon.url when no override is set
  • WorkspaceAdaptor.create type — SDK type definition now includes the env parameter

Update with: npm install opencode@1.14.20

Source: OpenCode