From c99fb815309619f47856b8affd1d588cf2e44f2d Mon Sep 17 00:00:00 2001 From: bowman Date: Sun, 28 Sep 2025 21:23:07 -0700 Subject: [PATCH] change append_setup_output to False by default --- hud/agents/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",