v2.3.0
November 21, 2025
Cleaner streaming defaults across CLI and print helpers
We removed the stream_events parameter from print_response/aprint_response and CLI. Streaming now works correctly by default, reducing configuration and edge cases.
Details
- Action required: remove the parameter from calls
- For fine-grained control, use run()/arun() instead of print helpers
Who this is for: Teams embedding CLIs or console output in developer workflows and demos.
