chore(core): remove redundant getAgentSessionSubagentEnabled method

This commit is contained in:
Adam Weidman
2026-05-12 17:59:05 -04:00
parent b36d17a002
commit 4b4e69a7a3

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;
}