DEV Community

TerminalBlog
TerminalBlog

Posted on • Originally published at terminalblog.com

Beware Claude Code pipe truncation

Claude Codes claude -p mode silently drops stdout past 65536 bytes when piped. No error and exit code stays 0. Redirect output to a file to avoid silent data loss. Track upstream issue 77112.

Top comments (0)