chore(core): remove duplicate getContextManagementConfig method

This commit is contained in:
Adam Weidman
2026-05-14 13:37:20 -04:00
parent 29b326d02a
commit fa3c5f5715

View File

@@ -2582,10 +2582,6 @@ export class Config implements McpContext, AgentLoopContext {
return this.agentSessionSubagentEnabled;
}
getContextManagementConfig(): ContextManagementConfig {
return this.contextManagement;
}
getMemoryBoundaryMarkers(): readonly string[] {
return this.memoryBoundaryMarkers;
}