Files
Alex Newman 4f1ea7241a fix(supervisor): log SDK exit stderr tail on 'close' so it is never truncated
'exit' can fire before piped stderr has drained, so the WARN log could
miss the tail end of the CLI's dying words — the exact text the tail
exists to capture. 'close' waits for all stdio to finish. Registry
unregistration stays on 'exit' since it doesn't read the streams.

Addresses greptile review on PR #2911.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 16:43:28 -07:00
..