Skip to content

v0.3.3 - auto-capture pasted image prompts

Choose a tag to compare

@JacobStephens2 JacobStephens2 released this 01 Aug 04:36

What changed

Interactive Image prompt now captures whatever you type or paste as the text sent to the OpenAI Images API:

  • Multi-line / multi-paragraph paste is auto-drained (no --- required)
  • Blank lines inside the paste are kept
  • Single line + Enter still works
  • Optional: still end with --- or Ctrl-D

Install (macOS Apple Silicon)

curl -fsSL -o gpt-image \
  https://github.com/JacobStephens2/gpt-image/releases/download/v0.3.3/gpt-image-darwin-arm64
chmod +x gpt-image
sudo mv gpt-image /usr/local/bin/gpt-image
hash -r
gpt-image version   # must show 0.3.3

Interactive

$ gpt-image
Command … [generate]:     # Enter
Image prompt
>                         # paste full prompt, wait a beat
Output path …