Patch Changes
- 1e35a26: Bound the zero-config local trace store so
.eve/tracesno longer grows without limit.eve devnow sweeps it when a session finishes and at startup, keeping open sessions, the twenty newest traces, and anything from the last seven days before evicting oldest-first above 512 MB. Tune it withEVE_TRACES_MAX_AGE_MS,EVE_TRACES_MAX_TOTAL_BYTES, andEVE_TRACES_RETAIN_COUNT, or setEVE_TRACES=offto turn local tracing off entirely. - 1c0347f: Expose schedules from generated
withEveservices to Vercel's project-level Cron Jobs. Single and named agents now register routable jobs without requiring duplicatevercel.jsonentries. - 0755e97: Resolve package-owned runtime files from the installed eve package when generated host bundles execute outside its package root, including on Windows.
- 4deab71: Keep traced external dependencies resolvable from queue-triggered Vercel workflow functions, including dependency graphs that contain multiple versions of the same package.
- cf40283: Development runtime snapshots no longer copy legacy root-level
.workflow-datadirectories. Projects with large local workflow histories avoid redundant multi-gigabyte snapshot copies and related disk-space failures. - 0f5fcdb: Allow
eve add channel/webandeve add channel/slackto install their package dependencies and run the existing channel setup flows. The official registry now lists Web Chat and Slack channel items with trusted built-in setup metadata. - 41cc919: Retry model calls when undici terminates a response stream after a headers or body timeout, so transient provider stalls no longer immediately fail task runs.
- a45e4cb: Keep
t.judge.autoevals.*assertions working when Braintrust reporting is active by preserving the judge client's OpenAI-compatible interface during autoevals wrapping checks.