From 1c2fadf216b29e5d74b063560116080d2ae73ae0 Mon Sep 17 00:00:00 2001 From: Adam Weidman Date: Tue, 12 May 2026 18:06:50 -0400 Subject: [PATCH] chore(core): remove redundant getters from config in agent-tool branch --- packages/core/src/config/config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index 76bf9725a1..b55927087d 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -2604,10 +2604,6 @@ export class Config implements McpContext, AgentLoopContext { return this.experimentalContextManagementConfig; } - isAgentSessionEnabled(): boolean { - return this.agentSessionSubagentEnabled; - } - getContextManagementConfig(): ContextManagementConfig { return this.contextManagement; } @@ -3818,10 +3814,6 @@ export class Config implements McpContext, AgentLoopContext { ); } - getAgentSessionSubagentEnabled(): boolean { - return this.agentSessionSubagentEnabled; - } - /** * Get override settings for a specific agent. * Reads from agents.overrides..