diff --git a/hud/agents/base.py b/hud/agents/base.py index ed3ebcb4..44daca44 100644 --- a/hud/agents/base.py +++ b/hud/agents/base.py @@ -56,7 +56,7 @@ def __init__( disallowed_tools: list[str] | None = None, # Messages system_prompt: str = GLOBAL_SYSTEM_PROMPT, - append_setup_output: bool = True, + append_setup_output: bool = False, initial_screenshot: bool = True, # Misc model_name: str = "mcp-agent",