Skip to content

eve@0.11.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 22:33
· 24 commits to main since this release
eve@0.11.0
1ee5e2e

Minor Changes

  • 31fb09f: Remove the withEve Vercel output opt-out option. Next.js projects now skip generated Vercel Build Output writes when no linked Vercel project or existing output context is detected.

Patch Changes

  • ff80e38: The eve eval --verbose help text now refers to t.log (the actual eval context logging API) instead of the outdated ctx.log.
  • f6c5932: Emit a rejected action.result stream event when a tool call is denied at a HITL approval gate. Denied calls previously left no trace in the session stream (the denial lived only in model history), so consumers like observability never saw the tool call resolve. The action.result status union now includes rejected, and the message stream version is bumped to 16.