Skip to content

v1.4.0

Choose a tag to compare

@rabbitcannon rabbitcannon released this 13 Jun 21:05
· 15 commits to main since this release
c87b5a5

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_4dir removed — it posted to /create-object-with-4-directions, which does not exist in the API. Replaced with create_object_1dir (/create-1-direction-object) and create_object_8dir (/create-8-direction-object) using the correct size and 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 shared jobs.json.

Full PR: #2