You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.