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: route CLI error tracebacks to stderr instead of stdout
The console object in cli.py was created without stderr=True, causing
unhandled exception tracebacks to be printed to stdout instead of stderr.
This fix ensures proper error stream routing by configuring the console
to use stderr, matching the behavior of the logging system.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments