Studio Assistant: Add "Open in Studio" button to Blueprint output - #2104
Merged
gcsecsey merged 13 commits intoNov 26, 2025
Merged
Conversation
…dio-assistant-show-deeplink-for-generated-blueprint
gcsecsey
marked this pull request as ready for review
November 21, 2025 16:45
gcsecsey
commented
Nov 21, 2025
Comment on lines
+35
to
+37
| const parsedBlueprint = JSON.parse( blueprintJson ); | ||
| await validateBlueprintData( parsedBlueprint ); | ||
|
|
Contributor
📊 Performance Test ResultsComparing 55a3fe7 vs trunk site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change |
bcotrim
reviewed
Nov 21, 2025
…dio-assistant-show-deeplink-for-generated-blueprint
…dio-assistant-show-deeplink-for-generated-blueprint
gavande1
reviewed
Nov 25, 2025
gavande1
reviewed
Nov 25, 2025
gavande1
reviewed
Nov 25, 2025
gavande1
reviewed
Nov 25, 2025
gavande1
reviewed
Nov 25, 2025
nightnei
approved these changes
Nov 25, 2025
Co-authored-by: Rahul Gavande <rahul.gavande@automattic.com>
…ueprint' of github.com:Automattic/studio into stu-995-studio-assistant-show-deeplink-for-generated-blueprint
gcsecsey
deleted the
stu-995-studio-assistant-show-deeplink-for-generated-blueprint
branch
November 26, 2025 11:43
Member
Author
That's a good point, thanks @gavande1. I added STU-1053 to track this. |
Contributor
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.






Related issues
Proposed Changes
Testing Instructions
Open Studio and go to the Assistant tab on one of the sites
Prompt it to generate a Blueprint to be used for a new site
Try prompting for both simpler and more complicated setups, to test the Blueprint parsing at the later step:
Note
The Assistant can potentially generate invalid blueprints, where the plugins array is not flat, or the theme install step is invalid. It can take a couple of tries or re-prompts to get a semantically correct Blueprint generated.
Opening the Blueprint:
https://github.com/user-attachments/assets/e36ae1c6-8614-4e40-b788-d56228f1501a
Pre-merge Checklist