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
Add log.info() before spawning terminal processes on all platforms:
- macOS: logs 'open -a Ghostty <path>' or 'open -a Terminal <path>'
- Windows: logs 'cmd /c start cmd /K cd /D <path>'
- Linux: logs '<terminal> <args>' with optional cwd info
This helps debug terminal launching issues by showing exactly what
command is being executed.
Generated with `cmux`.
0 commit comments