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
Default TTY behavior now resolves to empty string/Uint8Array eb25606
This prevents CLIs from hanging in interactive terminals when no input is piped, and it lets them immediately fall back to other input sources. Interactive, cat‑style blocking input is still available via allowTTY: true.
Improvements
Added stdin option for custom input streams (useful for testing or custom streams).