Skip to content

Releases: vercel/eve

eve@0.11.4

17 Jun 18:21
d270731

Choose a tag to compare

Patch Changes

  • e5b777b: Resolve AI Gateway OIDC readiness through Vercel's token resolver so eve dev recognizes projects linked by the Vercel CLI without requiring an environment pull or showing a missing-credentials setup issue.

eve@0.11.3

17 Jun 15:29
e460689

Choose a tag to compare

Patch Changes

  • 1e2e8ef: Standardize the product name as eve across documentation, CLI output, diagnostics, generated text, and runtime messages.
  • ea35d0e: Changing a model or configuring its provider in /model now 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 /vc or /login before /model when Vercel authentication is blocking model setup.
  • 29e27b8: Run vercel link non-interactively when connecting a project via the dev TUI /model menu (and eve 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

17 Jun 12:05
7358fbb

Choose a tag to compare

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

17 Jun 01:56
eve@0.11.1
f150ef0

Choose a tag to compare

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

16 Jun 17:12
eve@0.9.8
f44e16a

Choose a tag to compare

eve

eve@0.11.0

16 Jun 22:33
eve@0.11.0
1ee5e2e

Choose a tag to compare

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.

eve@0.10.0

16 Jun 18:00
eve@0.10.0
3250b1a

Choose a tag to compare

Minor Changes

  • c2ac540: Initial public release of the Eve framework