From e9117cba0457ddce974247de720a933de28a2584 Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Tue, 14 Apr 2026 16:56:03 -0400 Subject: [PATCH] fix changeset definition --- .changeset/slick-lands-repeat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/slick-lands-repeat.md b/.changeset/slick-lands-repeat.md index 827f9ad..b08e40c 100644 --- a/.changeset/slick-lands-repeat.md +++ b/.changeset/slick-lands-repeat.md @@ -1,6 +1,6 @@ --- "@vercel/sandbox": patch -"@vercel/vercel-sandbox": patch +"sandbox": patch --- Smarter fallback team selection for scope inference: tries `defaultTeamId` first, then the best hobby-plan OWNER team (personal team or most recently updated). Filters fallback candidates by `billing.plan === 'hobby'` to avoid selecting pro/enterprise teams. Skips teams that return 403 and shows a helpful error when no team allows sandbox creation.