chore: update e2b sdk#359
Conversation
PR SummaryMedium Risk Overview Supabase team/token auth is unchanged; only the option key updates for new sandbox ( Reviewed by Cursor Bugbot for commit b40ffb4. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the e2b SDK dependency and adapts dashboard sandbox connection code to the SDK’s updated Sandbox.connect option naming.
Changes:
- Bump
e2bfrom^2.27.1to^2.28.0. - Update
Sandbox.connect(...)options to useapiHeadersinstead ofheadersin terminal + sandbox inspect flows.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/features/dashboard/terminal/sandbox-session.ts | Updates terminal sandbox connection options to pass auth via apiHeaders. |
| src/features/dashboard/sandbox/inspect/context.tsx | Updates inspect sandbox connection options to pass auth via apiHeaders. |
| package.json | Bumps e2b dependency to ^2.28.0. |
| bun.lock | Locks e2b to 2.28.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 47008d983a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6fd0581. Configure here.

Updated E2B SDK and how we pass auth headers