refactor: Remove stream argument from Coder in onboarding

This commit is contained in:
Paul Gauthier 2025-03-28 17:21:04 -10:00 committed by Paul Gauthier (aider)
parent 1649d084d2
commit f124cdbb6f

View file

@ -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",
)