v0.2.0 — @google/stitch-sdk v0.1.1 alignment
Highlights
- Aligns the bundled runner with the official
@google/stitch-sdkv0.1.1 surface. Default pinned SDK package bumps from@google/stitch-sdk@0.0.3to@google/stitch-sdk@0.1.1. - Adds first-class design system commands wrapping the new
Project.createDesignSystem,Project.listDesignSystems,DesignSystem.update, andDesignSystem.applyAPIs. - Documents the v0.1.1 agent integrations:
stitchToolsfrom@google/stitch-sdk/ai,stitchAdkToolsfrom@google/stitch-sdk/adk, and theStitchProxyMCP server. Lists the typedStitchErrorcodes. - Notes the
STITCH_HOSTenvironment variable for endpoint override.
New runner commands
list-design-systems --project-id <id>create-design-system --project-id <id> --design-system-file <path> | --design-system-json '{...}'update-design-system --project-id <id> --asset-id <id> --design-system-file <path> | --design-system-json '{...}'apply-design-system --project-id <id> --asset-id <id> --selections-file <path> | --selections-json '[{ id, sourceScreen }]'
Compatibility
- Backwards compatible: existing
generate,edit,variants,download-html,download-image,list-tools,call-toolcommands and their flags are unchanged. - Pre-existing
.stitch.jsonfiles that pinruntime.sdkPackagekeep their pin. Files that omit it will install0.1.1on next bootstrap.
Install
npx skills add itamaker/stitch-skillsOr via the itamaker/skills Claude Code plugin marketplace:
/plugin marketplace add itamaker/skills
/plugin install stitch-skills@itamaker-skills
Full changelog: v0.1.0...v0.2.0