Files
HAL9000 83122e5f6d fix(cli/session): redirect Rich panels to stderr for JSON stdout export
When `agents session export --format json` writes to stdout, Rich panels
contaminate the JSON output making it unparseable by downstream tools.

Fix by creating a stderr Console when the export target is stdout and the
format is JSON, so that informational panels are written to stderr while
the JSON data remains clean on stdout.

Closes #10503
2026-06-17 00:48:02 -04:00
..