chore(core): remove redundant getAgentSessionSubagentEnabled method

This commit is contained in:
Adam Weidman
2026-05-12 17:59:05 -04:00
parent b1ab327672
commit 0986535a84
-4
View File
@@ -2565,10 +2565,6 @@ export class Config implements McpContext, AgentLoopContext {
return this.contextManagement;
}
getAgentSessionSubagentEnabled(): boolean {
return this.agentSessionSubagentEnabled;
}
getMemoryBoundaryMarkers(): readonly string[] {
return this.memoryBoundaryMarkers;
}