SIGN IN SIGN UP

feat(cli): append piped stdin to the one-shot prompt

`git diff | coder -- -p "review"` sent only the literal prompt; stdin was
never read in print mode. one-shot-prompt now reads stdin when it is not a
TTY and appends it inside a <stdin> block. A TTY stdin is left untouched.
H
Helge Sverre committed
8a3cd80ba9de216be1ce5fb101003bb400191f67
Parent: 2e4cef1