Skip to content

v1.1.4

Choose a tag to compare

@kadj-amoah kadj-amoah released this 24 May 17:50

Added

  • showrunner init is interactive by default when stdout is a TTY. The wizard detects the environment (claude CLI, ffmpeg/ffprobe, chromium, provider env vars), then prompts through project name, resolution, LLM provider (defaults to agent_bridge when claude is detected), inline API key paste, TTS provider, inline API key paste, target URL with a HEAD probe.
  • A real .env is written with the pasted keys alongside .env.example.
  • --yes flag skips prompts and uses defaults or passed flags. Automatically forced when stdout is not a TTY.
  • @clack/prompts dependency for the wizard UI.

Changed

  • init next-steps footer adapts to wizard state. Skips the "edit .env" step when keys were pasted; lists only the still-missing keys otherwise.