v1.14.50

anomalyco/opencodev1.14.50May 14, 2026by opencode-agent[bot]

AI Summary

This patch release focuses on stability improvements for HTTP event streams, session busy errors, and model configuration handling, along with restoring markdown rendering in the TUI.

Key Highlights

  • Kept HTTP event streams open after initial connect event
  • Returned proper busy errors when session is already running
  • Restored markdown rendering for session output by default
  • Added instance.directory and instance.workspace query support to SDK
  • Improved missing-model errors with suggestions

Full Release Notes

## Core
### Bugfixes
- Kept HTTP event streams open after the initial connect event so subscribers continue receiving instance updates.
- Returned proper busy errors when a session is already running prompt or shell work.
- Let invalid `small_model` config values fall back cleanly instead of breaking small-model selection.
- Improved missing-model errors with suggestions across CLI and typed callers.

## TUI
### Improvements
- Restored markdown rendering for session output by default.

## SDK
### Improvements
- Added `instance.directory` and `instance.workspace` query support to the v2 model and provider calls.