Commit de4e93b
fix: start-local-agent.ps1 crashes on Windows
Start-Process rejected -RedirectStandardOutput/-RedirectStandardError
pointing at the same file ('inputs must be different'), so on Windows
the launcher always threw before spawning the agent — start.bat,
login, and the desktop console all appeared broken.
Let the child PowerShell redirect its own streams via '*>> $LogFile'
and drop the Start-Process redirection flags entirely.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b62f5c6 commit de4e93b
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
0 commit comments