Skip to content

Commit c99fb81

Browse files
change append_setup_output to False by default
1 parent dbe6ec8 commit c99fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hud/agents/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
disallowed_tools: list[str] | None = None,
5757
# Messages
5858
system_prompt: str = GLOBAL_SYSTEM_PROMPT,
59-
append_setup_output: bool = True,
59+
append_setup_output: bool = False,
6060
initial_screenshot: bool = True,
6161
# Misc
6262
model_name: str = "mcp-agent",

0 commit comments

Comments
 (0)