Frames v2: drop --name from dsbx frame create - #32801
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 20, 2026 17:03
ee8c35b to
b8022c6
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 20, 2026 17:03
771b482 to
e66995b
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 12:24
b8022c6 to
cb10d56
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 21, 2026 12:24
e66995b to
5b57976
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 13:06
cb10d56 to
4f85a8e
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 21, 2026 13:06
5b57976 to
f194ebd
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 14:17
4f85a8e to
34cb6f8
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 21, 2026 14:17
f194ebd to
ff7d946
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 17:28
34cb6f8 to
c8f5ebf
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 21, 2026 17:28
ff7d946 to
4ad34f0
Compare
davidebbo
force-pushed
the
frames-v2-rename-ui
branch
from
September 21, 2026 18:28
c8f5ebf to
ecaacce
Compare
davidebbo
force-pushed
the
frames-v2-cli-drop-name
branch
from
September 21, 2026 18:31
4ad34f0 to
5026272
Compare
Contributor
|
Live sandboxes pin the (baseImage, version) tuple at creation, so the image change ships with a tag bump and needs older versions killed after deploy.
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.
Last of six PRs.
dsbx frame createtakes the Frame's name from the directory argument, the scaffolded manifest no longer carriesname, and the Create Frames skill documents that the folder is the name.The skill also now tells agents to choose the folder name carefully, since it is what users see, and to refer to a Frame by its stable ID when they need an identifier that survives a user rename.
Bumps dsbx to 0.1.62 and moves the
DSBX_CLI_VERSIONpin with it, in this PR rather than a separate rollout PR. Deploy plan: cut the dsbx-v0.1.62 release before this deploys, since the pin points at that release tag.A sandbox still on the old
dsbx frame createis harmless in the meantime — it writes a manifest withname, which parses fine and is ignored from PR 3 onward.