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: separate console streams for proper stdout/stderr routing (#255)
Create separate Console instances for regular CLI output (stdout) and
error handling (stderr). This ensures:
- Logo, help, and normal UI go to stdout (console)
- Error tracebacks and error messages go to stderr (err_console)
0 commit comments