cli-v4.1.0

pbakaus/impeccablecli-v4.1.0Sep 8, 2026by pbakaus

AI Summary

The CLI update adds configuration options for image generation models and backgrounds, while also improving command reliability when dealing with complex file paths containing spaces.

Key Highlights

  • New `--model` and `--background` flags for `generate-image` command
  • Support for reusable PNG assets with preserved transparency
  • Fixed handling of spaces in install paths for commands
  • Validated output paths before generation

New Features

  • Model selection via `--model` flag
  • Background selection via `--background` flag
  • Reusable PNG asset support
  • Path handling improvements for commands

Full Release Notes

- **Choose the model and background.** `generate-image` defaults to GPT Image 2.5 Flare and adds `--model` and `--background transparent|opaque|auto` for generation and reference edits.

- **Reusable PNG assets.** Transparency survives prompt embedding, background choices are recorded alongside the image, and output paths are validated before generation.

- **Commands survive spaces in install paths.** Comp-workflow instructions quote launcher paths correctly while preserving prefixes such as `npx impeccable`.