Topic

e2b

Coverage, reference pages, tools, and guides connected to this topic.

  1. e2b @e2b/cli@2.10.2 released

    e2b/cli@2.10.2 fixes `e2b auth login` on headless machines by avoiding the `xdg-open` crash path and handling missing browser openers synchronously. If interactive login still isn’t possible, it now prints the login URL for manual use and points users to `E2B_API_KEY` as a fallback.

  2. e2b e2b@2.21.0 released

    e2b@2.21.0 adds abort support across the JS and Python SDKs, letting AI agent builders pass an `AbortSignal`/per-call API options to cancel in-flight requests for sandbox creation/connection, command execution, file and volume operations, and paginator requests. This is a concrete reliability and control upgrade: paginator calls can now override connection-level options per request, and aborted requests fail with an `AbortError` instead of continuing to run.

  3. e2b e2b@2.20.1 released

    E2B `e2b@2.20.1` adds an optional `name` parameter to `createSnapshot` and now returns snapshot names, making snapshots easier to identify and manage programmatically. There are no breaking changes or major performance updates in this patch, just a small SDK capability improvement for AI agent builders.

  4. e2b e2b@2.20.0 released

    E2B version 2.20.0 introduces minor compatibility improvements for Turbopack, enabling smoother integration with modern bundling tools for AI agent development. No breaking changes or major new capabilities are noted, with the update focusing solely on this targeted enhancement.