Support intents for ui extensions#7134
Merged
Merged
Conversation
5 tasks
This was referenced Mar 31, 2026
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
isaacroldan
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 1, 2026 08:53
c65984a to
bf92dc4
Compare
isaacroldan
force-pushed
the
add_manifest_to_include_files_step
branch
2 times, most recently
from
April 1, 2026 08:53
96d95ba to
d8b0d4a
Compare
isaacroldan
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
2 times, most recently
from
April 1, 2026 09:06
6e09feb to
5c1ddf1
Compare
isaacroldan
changed the base branch from
add_manifest_to_include_files_step
to
graphite-base/7134
April 1, 2026 09:23
isaacroldan
force-pushed
the
graphite-base/7134
branch
from
April 1, 2026 09:26
d8b0d4a to
f042d96
Compare
isaacroldan
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 1, 2026 09:26
5c1ddf1 to
06dee38
Compare
isaacroldan
changed the base branch from
graphite-base/7134
to
add_manifest_to_include_files_step
April 1, 2026 09:26
isaacroldan
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 1, 2026 10:11
06dee38 to
40bf3e5
Compare
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
4 times, most recently
from
April 8, 2026 02:06
8cc6cc8 to
cc438ef
Compare
isaacroldan
reviewed
Apr 9, 2026
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
2 times, most recently
from
April 10, 2026 05:56
91e9fca to
a6d5ab9
Compare
alfonso-noriega
previously requested changes
Apr 13, 2026
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
6 times, most recently
from
April 15, 2026 03:03
19ce420 to
5b58638
Compare
vividviolet
commented
Apr 15, 2026
vividviolet
commented
Apr 15, 2026
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 15, 2026 03:20
5b58638 to
8549387
Compare
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
3 times, most recently
from
April 15, 2026 04:42
17e3ff5 to
c2c3f95
Compare
vividviolet
marked this pull request as ready for review
April 15, 2026 04:43
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
2 times, most recently
from
April 15, 2026 15:25
34150b4 to
5c1736d
Compare
Include built assets in the manifest.json Allow serving static assets from the extensions directory
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
3 times, most recently
from
April 15, 2026 20:08
a65c60d to
de5e9d9
Compare
isaacroldan
reviewed
Apr 16, 2026
isaacroldan
reviewed
Apr 16, 2026
isaacroldan
reviewed
Apr 16, 2026
isaacroldan
reviewed
Apr 16, 2026
isaacroldan
left a comment
Contributor
There was a problem hiding this comment.
Review assisted by pair-review
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 16, 2026 15:47
de5e9d9 to
d04051a
Compare
…ore copying over to the bundle Remove copy_static_assets client step completely. It was doing nothing for specifications that were not ui_extension. ui_extension now has its own steps for including static assets
vividviolet
force-pushed
the
03-31-support_intents_for_ui_extensions
branch
from
April 16, 2026 16:05
d04051a to
0986095
Compare
isaacroldan
approved these changes
Apr 16, 2026
vividviolet
dismissed
alfonso-noriega’s stale review
April 16, 2026 16:38
The requested changes has been addressed
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.

WHY are these changes introduced?
This change modernizes the UI extension asset handling system by replacing the legacy
build_manifestapproach with a new manifest.json-based system that supports additional asset types including intents.Related https://github.com/shop/issues-admin-extensibility/issues/2274
WHAT is this pull request doing?
intentsfield in extension point schemas with type, action, schema, name, and description propertiesIntentsto theAssetIdentifierenum for asset handlinginclude_assetsstep instead ofcopy_static_assets, with support for tools, instructions, and intent schemasHow to test your changes?
Make sure you have the proper betas applied (see canvas)
shopify app generate --template conditional_admin_actionpnpm shopify app devand verify the the UI extension has assets (main.js, should_render.js, tools schema url and instructions.md) that are fetchable through the Dev Server. You should be able to preview it in Admin Webshopify app generate --template admin_intent_linkpnpm shopify app devand verify the the Admin link extension has assets (main.js, tools schema url and instructions.md and intents schema URLs) fetchable through the Dev ServerMeasuring impact
How do we know this change was effective? Please choose one:
Checklist