telexed ~ c / 21eef206-4f3radar:70 · agent_toolLIVE
← back
NO.
#21eef206
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-15 00:39:56
Importance
★ 7/10 — radar 70
`OpenCode` `v1.14.51`, experimental background subagents added
FIG-0211:1

`OpenCode` `v1.14.51`, experimental background subagents added

You can now leave subagents running while continuing the main session. That makes longer coding tasks less blocking, and the release also cleans up several GPT-5, LiteLLM, Azure, and shell-output edge cases.

[ KEY POINTS ]
  1. Background subagents are the only real feature jump here: parallel task flow inside OpenCode gets more practical for longer refactors and research runs.
  2. LiteLLM now needs `v1.85.0-rc.2+` for current GPT-5 tool-call behavior, so older proxy setups can break quietly until upgraded.
  3. Azure gpt-5.5 completions requests were fixed, plus NVIDIA endpoints now send the required billing origin header for provider compatibility.
  4. Session reliability improved in several failure paths: cancelled assistant messages, repeated auto-compaction, truncated shell streams, and missing worktree POST bodies.
  5. Desktop app now shows MCP registration/auth status with direct re-auth flows, reducing connector debugging friction inside the client.
Originalgithub.com/anomalyco/opencode/releases/tag/v1.14.51Read original →

// related