Patch Changes
- 2a141f0: Keep sessions resumable across eve deployment upgrades: sends now cross durable session hooks as the established
deliverenvelope (with a transitional single-payload mirror for sessions pinned to 0.30.3–0.30.8), and consumers keep accepting payloads persisted by those versions. - 99982f7: Treat AI SDK
.devtoolslike other generated directories: ignore it ineve devwatching, agent discovery, and source snapshots so generation writes do not recompile or warn. - a497e8d: Preserve each tool executor's concrete return type through
defineTool, so non-streaming tools no longer appear to return an async iterable. Allowctx.to()to infer closed receive-target interfaces such as Slack's without requiring an index signature. - fe9e7ef: Consume interactive authorization callback results once and keep targeted connection searches from replaying callbacks for unrelated connections.