SubprocessCLITransport.close() in the Python claude-agent-sdk sends SIGTERM to the Claude Code subprocess, then calls await self._process.wait() with no timeout. If the Claude Code Node.js process ...
Local → Remote Files are streamed as chunked tar batches over SSH. Remote runs tar xf - to extract on the fly Remote → Local Remote runs tar cf -, local extracts with streaming extraction — files ...