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(desktop): correct Windows process teardown, artifact guard, and taskbar identity
Windows has no signal delivery, so child.kill terminated only the Host PID and
left node-pty shells and subagent hosts holding the loopback port. Kill the
tree with taskkill /T /F in the child adapter, where every caller routes.
Also: the packaged-runtime guard tested for a forward slash and so never fired
on a Windows exec path; set the Application User Model ID so taskbar pinning
survives an installer upgrade; and require the win32 node-pty prebuilds at
pack time.
0 commit comments