Skip to content

Hatch v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@dralkh dralkh released this 16 Jul 14:46

Hatch v0.4.0 brings the standalone Python CLI to provider parity with the web app.

Highlights:

  • Run hatch.py directly with fal, OpenAI, xAI, OpenRouter, Google, ComfyUI, or InvokeAI.
  • Load .env.local and .env automatically without replacing exported variables.
  • Use provider-specific model environment variables or --model for one-run overrides.
  • Reuse the canonical identity as a private reference for all motion and egg edits.
  • Normalize bounded base64 provider responses into the local PNG pipeline; xAI JPEG conversion uses Pillow.
  • Retry rate limits and transient provider failures during bounded-concurrency runs.
  • Keep credentials and generated identity references out of exported pet packages.

Validation includes live generation and reference-edit smoke tests for OpenAI, xAI, and OpenRouter; a complete mocked 27-job cloud pipeline; 41 Node tests; 12 Python tests; production build; lint; and the offline CLI self-test.

This is a public-preview prerelease; v0.x interfaces may evolve.