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
Command.IdleTimeout now rejects configurations with no parent-observable output stream instead of falsely timing out an active child whose output goes only to inherited, null, or file destinations.
PtySession.ExpectAsync pattern deadlines now honor the command's TimeProvider, matching readiness waits and enabling deterministic virtual-time tests.
Supervisor no longer masks arbitrary synchronous IProcessRunner.SpawnAsync exceptions as capture-only fallback; only the explicit NotSupportedException capability marker triggers that downgrade.