telexed ~ c / 96c5d314-64aradar:60 · agent_toolLIVE
← back
NO.
#96c5d314
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-15 04:03:57
Importance
★ 6/10 — radar 60
`OpenCode` `v1.15.0`, core event system and JS SDK event fixes
FIG-0961:1

`OpenCode` `v1.15.0`, core event system and JS SDK event fixes

Event delivery is now more reliable across sessions and integrations, and missing JavaScript SDK event types are back. Useful if you build tooling on top of OpenCode; desktop users get a small quality bump, but this is mainly an infrastructure-stability release.

[ KEY POINTS ]
  1. The core now uses an Effect-based event system, aiming for more complete event delivery across sessions and integrations.
  2. Custom tool loading no longer fails on invalid exports, so one bad module is less likely to break the whole setup.
  3. Project instruction lookup errors are ignored during load, which keeps sessions opening even when discovery is flaky.
  4. Versioned event projector lookup was fixed, reducing the risk of replaying events with the wrong handlers.
  5. The JavaScript SDK restores missing session and message event types, which matters if you consume OpenCode events programmatically.
Originalgithub.com/anomalyco/opencode/releases/tag/v1.15.0Read original →

// related