Skip to content

Releases: gabelul/stitch-kit

stitch-kit: v1.8.0

09 Mar 16:41
450ceb0

Choose a tag to compare

1.8.0 (2026-03-09)

New Skills & Features

  • add stitch-ideate conversational design agent with batch generation (f73d3fd)

Documentation

  • reframe README from "convert tool" to "design superpowers for coding agents" (98f13e7)
  • update README, AGENTS.md, and agent definition for stitch-ideate (91043c6)

stitch-kit: v1.7.0

27 Feb 15:48
32397c1

Choose a tag to compare

1.7.0 (2026-02-27)

New Skills & Features

  • add 8 MCP wrappers, orchestrator iteration loop, native variants, design systems (a77405a)
  • add npx installer for cross-platform setup (1afa5ee)
  • add prompt quality standard, project reuse, generation timing (b525398)
  • auto-configure Stitch MCP with optional API key prompt (c03ba72)
  • initial release — stitch-kit v1.3.0 (6ec1494)
  • refactor installer to registry pattern with 7 CLI clients (#3) (a350fe7)
  • register agents directory in plugin manifest and marketplace (181a7cf)

Bug Fixes

  • add tools and color fields to agent frontmatter to match Claude Code agent format (40edcf5)
  • move extra-files into packages config for release-please (7512d84)
  • remove agents field from marketplace plugins array (invalid schema) (1ad69b7)
  • remove unverified agents field from plugin.json (b0b1e7b)
  • rename plugin group to stitch-kit for agent auto-discovery (e1cd72f)
  • resolve plugin conflicting manifests error (805586e)
  • strip agent frontmatter to minimal format for plugin discovery (69ec523)
  • switch release-please to node type for reliable version bumps (436210d)
  • upgrade Node to 22 and npm to latest for OIDC trusted publishing (08bcd7e)
  • use remote HTTP server for Stitch MCP, not nonexistent npm package (6c040cb)
  • use scoped package name and add automated npm publishing (3810f81)

Documentation

  • add agent install step — copy from plugin cache to ~/.claude/agents/ (f44d21f)
  • update agent definition and AGENTS.md for v1.5.0 (57bb29f)

v1.6.0

25 Feb 22:05

Choose a tag to compare

1.6.0 (2026-02-25)

New Skills & Features

  • refactor installer to registry pattern with 7 CLI clients (#3)

Supported platforms: Claude Code, Codex CLI, Cursor, VS Code, OpenCode, Crush, Gemini CLI

Adding a new client = adding one config object to the CLIENTS registry array.

v1.5.0

25 Feb 21:56

Choose a tag to compare

1.5.0 (2026-02-25)

Features

  • add npx installer for cross-platform setup
  • auto-configure Stitch MCP with optional API key prompt
  • refactor installer to registry pattern with 7 CLI clients

Bug Fixes

  • use remote HTTP server for Stitch MCP, not nonexistent npm package
  • use scoped package name and add automated npm publishing

Syncs GitHub releases with npm v1.5.0.

v1.0.0

25 Feb 15:40
1ec9d5d

Choose a tag to compare

1.0.0 (2026-02-25)

Features

  • add 8 MCP wrappers, orchestrator iteration loop, native variants, design systems (a77405a)
  • add prompt quality standard, project reuse, generation timing (b525398)
  • initial release — stitch-kit v1.3.0 (6ec1494)
  • register agents directory in plugin manifest and marketplace (181a7cf)

Bug Fixes

  • add tools and color fields to agent frontmatter to match Claude Code agent format (40edcf5)
  • remove agents field from marketplace plugins array (invalid schema) (1ad69b7)
  • remove unverified agents field from plugin.json (b0b1e7b)
  • rename plugin group to stitch-kit for agent auto-discovery (e1cd72f)
  • strip agent frontmatter to minimal format for plugin discovery (69ec523)