Summary

OpenCode's v1.14.39 release on May 5 patched two desktop reliability issues: proxy environment-variable support and failures when the app cannot read a stored value. The update is small but directly aimed at enterprise desktop environments and brittle local state.

What changed

OpenCode v1.14.39 made the desktop app respect HTTP_PROXY-style environment variables and return null instead of failing when a stored value cannot be read.

Why it matters

These are the sort of low-level fixes that determine whether AI coding tools survive inside real corporate networks and managed desktops. Proxy correctness and graceful local-state failure handling matter more than flashy features once teams move beyond solo use.

Evidence excerpt

The v1.14.39 release notes say the desktop app now respects HTTP_PROXY and related proxy environment variables and returns null instead of failing when it cannot read a stored value.

Sources