OpenCode v1.2.10: SDK Build & Desktop Fixes

OpenCode v1.2.10 cleans up SDK build output and fixes unnecessary sidecar spawning on localhost servers.

OpenCode v1.2.10: SDK Build & Desktop Fixes

TL;DR

  • SDK now builds to dist/ instead of dist/src — cleaner output structure
  • Desktop no longer spawns sidecar for localhost servers
  • Community docs improvement for tool name collision precedence

New

  • SDK build output restructured — SDK now builds directly to dist/ instead of dist/src, simplifying your import paths and package structure

Fixed

  • Desktop sidecar behavior — Desktop no longer unnecessarily spawns a sidecar process when the default is already a localhost server
  • Tool name collision docs — clarified precedence rules for tool name collisions in the documentation

Update with: npm install opencode@1.2.10

Source: OpenCode