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(windows): bypass daemon for tty commands (stress-test, demo, monitor, logs)
os.execv on Windows is emulated — spawned process inherits the JSON
pipe as stdout, corrupting the daemon protocol. Fix: intercept these
commands in dispatcher.py before the socket attempt and run them
directly via subprocess.call with a real console. Remove the now-dead
execv branch from cli.py.
0 commit comments