telexed ~ c / 2b57a559-16cradar:50 · agent_toolLIVE
← back
NO.
#2b57a559
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-14 03:03:25
Importance
★ 5/10 — radar 50
`OpenCode` `v1.14.50` fixes stream/session handling and restores default markdown rendering
FIG-0251:1

`OpenCode` `v1.14.50` fixes stream/session handling and restores default markdown rendering

Session updates now keep streaming after connect, and busy-state/model-config errors fail more cleanly. Small release, but it removes annoying breakage in daily CLI/TUI use.

[ KEY POINTS ]
  1. HTTP event streams stay open after the initial connect event, so subscribers keep receiving instance updates instead of silently stalling.
  2. Concurrent prompt or shell work now returns proper busy errors, which reduces racey behavior in automations wrapping the CLI.
  3. Invalid small_model values fall back cleanly, and missing-model errors now include suggestions across CLI and typed callers.
  4. The TUI restores markdown rendering for session output by default, fixing a visible regression in normal terminal workflows.
  5. v2 SDK model/provider calls now support instance.directory and instance.workspace queries, giving integrations more workspace context.
Originalgithub.com/anomalyco/opencode/releases/tag/v1.14.50Read original →

// related