From f124cdbb6f69280cfdc3c9e3eb5e5bc4c7181441 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 28 Mar 2025 17:21:04 -1000 Subject: [PATCH] refactor: Remove stream argument from Coder in onboarding --- aider/onboarding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/onboarding.py b/aider/onboarding.py index e1fe075c5..a14ed156a 100644 --- a/aider/onboarding.py +++ b/aider/onboarding.py @@ -325,7 +325,6 @@ def main(): yes=False, input_history_file=None, chat_history_file=None, - stream=True, tool_output_color="BLUE", tool_error_color="RED", )