diff --git a/backend/app/gateway/services.py b/backend/app/gateway/services.py index 172e27817..7dc22a9ef 100644 --- a/backend/app/gateway/services.py +++ b/backend/app/gateway/services.py @@ -298,6 +298,8 @@ async def start_run( "is_plan_mode", "subagent_enabled", "max_concurrent_subagents", + "agent_name", + "is_bootstrap", } configurable = config.setdefault("configurable", {}) for key in _CONTEXT_CONFIGURABLE_KEYS: