Skip to content

eve@0.11.7

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 13:39
· 2 commits to main since this release
c9b6d9d

Patch Changes

  • 11a9a3e: Report image-pull and VM-boot progress during microsandbox creation, and include phase and provider-specific recovery guidance when prewarm fails.

  • 7b8df64: Serialize optional sandbox engine auto-installs and reload newly installed engines through their package entrypoint file instead of retrying the cached bare specifier. This prevents first-run eve dev sessions from racing microsandbox installation or surfacing Node's stale same-process module-not-found result after Bun installs microsandbox.

    eve init also supports EVE_INIT_PACKAGE_SPEC so local tarball/source validation can make the generated project install the same eve build under test instead of resolving the published semver range from the registry.

  • 159d4af: Slack reasoning typing indicators now update progressively when the cumulative status grows by at least four characters, preventing opening fragments from remaining stale without issuing one Slack request per token.