eve@0.11.0
·
24 commits
to main
since this release
Minor Changes
- 31fb09f: Remove the
withEveVercel 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 --verbosehelp text now refers tot.log(the actual eval context logging API) instead of the outdatedctx.log. - f6c5932: Emit a
rejectedaction.resultstream 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. Theaction.resultstatus union now includesrejected, and the message stream version is bumped to16.