# 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.

- Published: 2025-11-21
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/cleaner-streaming-defaults-across-cli-and-print-helpers
- Markdown: https://agno-com-nine.vercel.app/articles/cleaner-streaming-defaults-across-cli-and-print-helpers.md

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.
