Skip to content

v0.3.2 - multi-line interactive paste fix

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 01 Aug 04:32

Fix

Interactive mode no longer breaks when you paste a multi-paragraph image prompt.

  • Multi-line prompts: paste freely, end with a line containing only --- (or Ctrl-D)
  • Shared stdin reader: later wizard questions no longer steal paste lines
  • Command recovery: if you paste the prompt on the Command step, it is treated as generate

Install (macOS Apple Silicon)

curl -fsSL -o gpt-image \
  https://github.com/JacobStephens2/gpt-image/releases/latest/download/gpt-image-darwin-arm64
chmod +x gpt-image
sudo mv gpt-image /usr/local/bin/gpt-image
gpt-image version   # expect 0.3.2

Interactive generate

$ gpt-image
Command … [generate]:     # press Enter
Image prompt
  (paste multi-line text OK; finish with --- or Ctrl-D)
> …paste your prompt…
> ---
Output path [generated.png]:
…