telexed ~ c / 377fdfed-699radar:40 · agent_toolLIVE
← back
NO.
#377fdfed
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-27 12:45:11
Importance
★ 4/10 — radar 40
`opencode` `github-v1.2.24` unifies HTTP API middleware routing
FIG-3771:1

`opencode` `github-v1.2.24` unifies HTTP API middleware routing

Instance HTTP API endpoints now share typed middleware routing. PTY WebSocket compatibility gets regression coverage, so this is a small but useful stability release.

[ KEY POINTS ]
  1. Event streaming and PTY WebSocket connect handling moved under typed middleware routing; less routing drift in agent server code.
  2. Missing PTY checks now run before optional cursor and ticket query parsing, preserving old connect behavior.
  3. Regression coverage was added around PTY connect compatibility. Worth updating if you expose or script against the local server API.
Originalgithub.com/anomalyco/opencode/releases/tag/github-v1.2.24Read original →

// related