There was an error while loading. Please reload this page.
1 parent 4bf82e6 commit 82cd755Copy full SHA for 82cd755
1 file changed
apps/cli/agent.py
@@ -170,9 +170,13 @@ def create_cli_agent( # noqa: C901
170
if extra_middleware:
171
middleware.extend(extra_middleware)
172
173
- instructions = DEFAULT_INSTRUCTIONS + "\n\n" + build_cli_instructions(
174
- non_interactive=non_interactive,
175
- lean=lean,
+ instructions = (
+ DEFAULT_INSTRUCTIONS
+ + "\n\n"
176
+ + build_cli_instructions(
177
+ non_interactive=non_interactive,
178
+ lean=lean,
179
+ )
180
)
181
182
# Append working directory context
0 commit comments