OpenCode v1.4.5: OTLP Telemetry & Question API
OpenCode v1.4.5 adds OTLP telemetry export, exposes question API schema for custom hosts, and fixes desktop shell execution paths.
TL;DR
- Export AI SDK telemetry spans to OTLP trace backends for better observability
- Question API schema and OpenAPI spec now exposed from server package
- Desktop shell commands now start from home directory instead of app root
New
- OTLP telemetry export — AI SDK telemetry spans now export to OTLP trace backends for production observability and debugging
- Question API schema exposure — Experimental question API schema and OpenAPI spec now available from
@opencode-ai/server - Question handler factory — Reusable question handler factory for building custom question API hosts
- Desktop home directory execution — Shell commands in desktop now start from home directory instead of app root, matching standard shell behavior
Fixed
- Bootstrap error popups no longer appear while global sync initializes on desktop
Update with: npm install @opencode-ai/server@1.4.5 or download the latest desktop release from GitHub.
Source: OpenCode