From fa3c5f5715140ce57fe484269cc8a94af64e2a27 Mon Sep 17 00:00:00 2001 From: Adam Weidman Date: Thu, 14 May 2026 13:37:20 -0400 Subject: [PATCH] chore(core): remove duplicate getContextManagementConfig method --- packages/core/src/config/config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index e84685b140..47f458c232 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -2582,10 +2582,6 @@ export class Config implements McpContext, AgentLoopContext { return this.agentSessionSubagentEnabled; } - getContextManagementConfig(): ContextManagementConfig { - return this.contextManagement; - } - getMemoryBoundaryMarkers(): readonly string[] { return this.memoryBoundaryMarkers; }