Skip to content

eve@0.24.6

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:52
d375db7

Patch Changes

  • 3029647: Update the generated Web Chat template for Next.js 16.3 preview type declarations.
  • b97f1d1: Custom channel routes can now cancel a session's in-flight turn: route handlers receive a cancel({ continuationToken, turnId? }) helper addressed by the channel-local continuation token, and Session handles returned by send() and getSession() expose cancel({ turnId? }) for session-id-addressed cancellation. ClientSession.cancel() accepts the same optional turnId stale-request guard.