cmux/Resources/shell-integration
fvallenilla aefb7767f6
fix: suppress socat stdout in _cmux_send to prevent "OK" leak (#1619)
The socat path in _cmux_send did not redirect stdout/stderr, causing
the cmux socket's "OK" response to print to the user's terminal on
every shell integration event (new tab, cd, precmd, preexec).

The ncat path avoids this via --send-only, and the nc path already
redirects to /dev/null. This aligns the socat path with both.

Fixes #1618

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:50:11 -07:00
..
.zlogin Release v1.23.0 (#31) 2026-02-09 15:30:43 -08:00
.zprofile Release v1.23.0 (#31) 2026-02-09 15:30:43 -08:00
.zshenv Fix Pure prompt duplication in Ghostty zsh integration (#1316) 2026-03-13 02:39:12 -07:00
.zshrc Release v1.23.0 (#31) 2026-02-09 15:30:43 -08:00
cmux-bash-integration.bash fix: suppress socat stdout in _cmux_send to prevent "OK" leak (#1619) 2026-03-17 17:50:11 -07:00
cmux-zsh-integration.zsh fix: suppress socat stdout in _cmux_send to prevent "OK" leak (#1619) 2026-03-17 17:50:11 -07:00