Skip to content

v1.5.0

Choose a tag to compare

@rabbitcannon rabbitcannon released this 03 Jul 01:20
7ef326a

Adds the 6 remaining PixelLab v2 Pro API endpoints, bringing tool coverage to full parity (66 → 72 tools).

Added

  • UI assets — persistent shape-based UI panels (distinct from the one-shot generate_ui):
    create_ui_asset, list_ui_assets, get_ui_asset, delete_ui_asset
  • generate_font_pro — generate a styled pixel-art font (glyph atlas + .ttf)
  • portrait_character_pro — convert between a bust portrait and a full-body character sprite
  • Async POST responses now carry through any resource id the endpoint returns alongside
    the job id (e.g. create_ui_asset echoes ui_asset_id).

Changed

  • Bumped dev/runtime dependencies (zod, @types/node, typescript, vitest).

All tool schemas verified against the OpenAPI spec. Tests: 103 passing.