v1.5.0
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
POSTresponses now carry through any resource id the endpoint returns alongside
the job id (e.g.create_ui_assetechoesui_asset_id).
Changed
- Bumped dev/runtime dependencies (
zod,@types/node,typescript,vitest).
All tool schemas verified against the OpenAPI spec. Tests: 103 passing.