- Use full agent path (claude.exe) on Windows to avoid shell:true
which breaks stdin piping for stream-json input mode
- Fix SSH condition to check enabled flag, not just config existence
- Pass sessionSshRemoteConfig through inline wizard to enable remote execution
- Add synopsis SSH inheritance from parent session as backend workaround
Fixes local wizard crashing with exit code 1 and SSH sessions
incorrectly using local paths when SSH was disabled.