v1.4.0
Adds 19 missing PixelLab v2 API tools, fixes a dead tool, and resolves a flaky-test race. Tool count 48 → 66; suite 78 passing.
New tools (verified against the v2 OpenAPI spec)
- Image gen:
create_image_pixen,create_image_pixflux_background,image_to_pixelart_pro - Rotation:
generate_8_rotations_v3 - Characters:
create_character_v3,create_character_pro,create_character_state,create_character_animation - Objects:
create_object_1dir,create_object_8dir,animate_object,create_object_state,select_object_frames,dismiss_object_review - Prompt enhancement:
enhance_character_prompt,enhance_animation_prompt,enhance_pixen_prompt - Listing:
list_tilesets,list_isometric_tiles
Fixes
create_object_4dirremoved — it posted to/create-object-with-4-directions, which does not exist in the API. Replaced withcreate_object_1dir(/create-1-direction-object) andcreate_object_8dir(/create-8-direction-object) using the correctsizeand reference/style image fields.- Flaky job-log tests — log path is now overridable via
PIXELLAB_JOB_LOG_DIR(resolved lazily), so parallel test files no longer race on a sharedjobs.json.
Full PR: #2