Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"metadata": {
"description": "Your agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, research, multi-screen generation, design systems, and shipping to Next.js, Svelte, React, React Native, SwiftUI, or HTML.",
"version": "1.11.0"
"version": "1.12.0"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stitch-kit",
"description": "Your agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, and production components across 7 frameworks.",
"version": "1.11.0",
"version": "1.12.0",
"author": {
"name": "gabelul"
},
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.12.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.12.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.11.0...stitch-kit-v1.12.0) (2026-07-20)


### New Skills & Features

* accept local HTML and URLs as conversion sources, not just Stitch screens ([#21](https://github.com/gabelul/stitch-kit/issues/21)) ([ebb0a86](https://github.com/gabelul/stitch-kit/commit/ebb0a86fc286c73997051df79723116b132ecb49))
* resync with the live Stitch MCP API and add the DESIGN.md wrappers ([#22](https://github.com/gabelul/stitch-kit/issues/22)) ([44b9ef6](https://github.com/gabelul/stitch-kit/commit/44b9ef6fd1cb4a88add478a58bedae5ec8f5a72e))


### Bug Fixes

* correct client support claims across package metadata ([#19](https://github.com/gabelul/stitch-kit/issues/19)) ([b965811](https://github.com/gabelul/stitch-kit/commit/b965811524a9f646c0955c35d8b8c5b405363010))
* correct tool shapes, installer hang, and the half-built non-Stitch source paths ([#23](https://github.com/gabelul/stitch-kit/issues/23)) ([f1c4e4f](https://github.com/gabelul/stitch-kit/commit/f1c4e4f4e1a1a1506f36ef006b1038fbbb627f53))
* replace fictional enum values and date-stamp volatile claims ([#24](https://github.com/gabelul/stitch-kit/issues/24)) ([3dd2e46](https://github.com/gabelul/stitch-kit/commit/3dd2e464387ed21f7014670408550186ff453634))

## [1.11.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.10.0...stitch-kit-v1.11.0) (2026-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@booplex/stitch-kit",
"version": "1.11.0",
"version": "1.12.0",
"description": "Your coding agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, production components. Claude Code, Codex, OpenCode, Crush, Cursor, VS Code, Gemini CLI.",
"bin": {
"stitch-kit": "./bin/stitch-kit.mjs",
Expand Down
Loading