Releases: vercel/eve
Releases · vercel/eve
eve@0.11.4
Patch Changes
- e5b777b: Resolve AI Gateway OIDC readiness through Vercel's token resolver so
eve devrecognizes projects linked by the Vercel CLI without requiring an environment pull or showing a missing-credentials setup issue.
eve@0.11.3
Patch Changes
- 1e2e8ef: Standardize the product name as
eveacross documentation, CLI output, diagnostics, generated text, and runtime messages. - ea35d0e: Changing a model or configuring its provider in
/modelnow returns to the prompt and prints the result there. Cancelling or choosing an external provider still returns to the menu. - ea35d0e: The dev TUI now shows
/vcor/loginbefore/modelwhen Vercel authentication is blocking model setup. - 29e27b8: Run
vercel linknon-interactively when connecting a project via the dev TUI/modelmenu (andeve link). The link is already fully specified by the team and project picked in the TUI, so the CLI no longer inherits a TTY and can no longer surface its interactive prompts (such as the agent/MCP setup question), which previously corrupted the TUI.
eve@0.11.2
Patch Changes
- dbac239: Fix dynamic connection tools so approval gates from OpenAPI and other connection-backed tools are preserved when the tools are exposed to the model. Calls to connections with
approval: always()now correctly park for HITL approval before execution.
eve@0.11.1
Patch Changes
- e7cdefd: Handle missing sandbox template and session state more gracefully across Vercel, Microsandbox, and Docker backends. Eve now treats stale Vercel template references, missing Microsandbox session/template snapshots, and Docker template image races as recoverable provisioning misses so the runtime can rebuild or create a fresh sandbox automatically.
eve@0.9.8
eve
eve@0.11.0
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.
eve@0.10.0
Minor Changes
- c2ac540: Initial public release of the Eve framework