OpenCode v1.3.7: PowerShell Support & Config Fixes

OpenCode v1.3.7 brings first-class PowerShell support for Windows, preserves JSONC comments during plugin installs, and fixes project-level config handling.

OpenCode v1.3.7: PowerShell Support & Config Fixes

TL;DR

  • Windows PowerShell is now a first-class citizen in OpenCode
  • Plugin installs preserve JSONC comments in config files
  • Fixed OPENCODE_DISABLE_CLAUDE_CODE_PROMPT not working at project level

New

  • PowerShell support on Windows — Full first-class integration for Windows developers who prefer PowerShell over cmd
  • JSONC comment preservation — Plugin installs now keep your comments intact in configuration files
  • Dialog textarea placeholders — Added theme colors for better visual consistency in the TUI

Fixed

  • OPENCODE_DISABLE_CLAUDE_CODE_PROMPT — Environment variable now respected at project level, not just globally
  • Variant modal intrusiveness — Improved modal behavior to be less disruptive during workflow

Update: npm install -g opencode@1.3.7 or check the release page for your platform.

Source: OpenCode