Hatch v0.4.0
Pre-release
Pre-release
Hatch v0.4.0 brings the standalone Python CLI to provider parity with the web app.
Highlights:
- Run
hatch.pydirectly with fal, OpenAI, xAI, OpenRouter, Google, ComfyUI, or InvokeAI. - Load
.env.localand.envautomatically without replacing exported variables. - Use provider-specific model environment variables or
--modelfor 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.