-
Notifications
You must be signed in to change notification settings - Fork 52
Add admin.app.tools.data extension target #3706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5806d06 to
cbc93e1
Compare
|
/snapit |
1 similar comment
|
/snapit |
|
- Rename SearchDataApi to ToolsDataApi - Rename SearchDataOutput to ToolsDataOutput - Rename api/search-data directory to api/tools-data - Update extension target name
270c8ee to
301c379
Compare
|
/snapit |
|
🫰✨ Thanks @billfienberg! Your snapshot has been published to npm. Test the snapshot by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260112174403" |
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Remove ToolsDataOutput and ToolResult types as the extension target now returns undefined per issue requirements. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Remove custom ToolsDataApi in favor of StandardApi. Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
/snapit |
|
🫰✨ Thanks @billfienberg! Your snapshot has been published to npm. Test the snapshot by updating your "@shopify/ui-extensions": "0.0.0-snapshot-20260113202545" |
Port of #3706 from 2025-10 branch. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Background
Adds a new
admin.app.tools.dataextension target that enables apps to provide tool results for the admin tools functionality.Solution
Introduces
admin.app.tools.dataextension target usingRunnableExtension<StandardApi, undefined>.Checklist
References
admin-search-datatemplate extensions-templates#356