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
fix(sandbox): address review feedback on exec cancellation and typing
- collectExec stops delivering onData chunks once the promise has settled,
so a timeout/abort rejection is the last thing a streaming caller sees
- transport.exec rejects an already-aborted signal before opening the SSH
channel, so the remote command never starts
- RunCommandOptions is now a blocking/detached union: timeout, signal, and
output callbacks no longer type-check with detached: true, and dynamic
options resolve to Command | CommandFinished instead of the wrong overload
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GrhrNWGpQR9qo7ovxQ13qY
0 commit comments