fix: Robust socat client fallback
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-16 16:48:23 -04:00
parent 6275d5e1dc
commit ff366e38ef
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ fi
# --- 4. INTERACT (The Client) ---
if command_exists socat && socat - TCP:$HOST:$PORT,connect-timeout=1 2>/dev/null; then
socat READLINE,history=$HOME/.org_agent_history TCP:$HOST:$PORT
socat - TCP:$HOST:$PORT
exit 0
fi