Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
LukeSheard
approved these changes
Apr 8, 2026
marc-vercel
added a commit
that referenced
this pull request
Apr 20, 2026
…156) Rebase from main the latest commits. ``` ┌─────┬─────────┬────────────────────────────────────────────────────────────────────────────┐ │ # │ Commit │ Title │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 1 │ ac34694 │ chore(sandbox): fix the CLI tests (#139) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 2 │ 9dc0ac9 │ perf(sdk): re-use Undici Agent across instances (#143) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 3 │ 3fbabb9 │ fix(sandbox): add workflow serialization support for Snapshot class (#140) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 4 │ 42515e1 │ Add node:fs implementation on Sandbox (#112) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 5 │ 494c2dd │ fix: smarter fallback team selection for scope inference (#120) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 6 │ 468731a │ chore: fix manually written changeset definition (#148) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 7 │ ad18eca │ Version Packages (#144) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 8 │ 747a689 │ feat(docs): add clarification for vCPUs on enterprise (#149) │ ├─────┼─────────┼────────────────────────────────────────────────────────────────────────────┤ │ 9 │ a6394a4 │ [packages/sandbox] improve timeout values and hour format (#150) │ └─────┴─────────┴────────────────────────────────────────────────────────────────────────────┘ ``` --------- Co-authored-by: Tom Lienard <tom.lienrd@gmail.com> Co-authored-by: Nathan Rajlich <n@n8.io> Co-authored-by: LukePS <LukeSheard@users.noreply.github.com> Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Gal Schlezinger <gal@spitfire.co.il> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andy <76787794+AndyW22@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CLI tests are not working.
Fix them by adding a new vitest config file where we explicitly point
cmd-tsto load the ESM entry.