Skip to content

v0.2.0

Choose a tag to compare

@specode specode released this 02 Sep 15:14
· 2 commits to main since this release

What's changed

  • Rename the public image-generation tool from generate_image to generate_image_with_subscription to avoid collisions with other Pi extensions.
  • Keep /img as the direct image-generation command and route it through the renamed tool.
  • Update prompt guidance, tests, English and Chinese documentation, and third-party notices.

Breaking change

Saved prompts, skills, or integrations that explicitly call generate_image must switch to generate_image_with_subscription.

Validation

  • TypeScript typecheck passed.
  • All 36 tests passed.
  • Pi extension smoke test and npm package dry run passed.