chore(core): remove redundant getters from config in agent-tool branch

This commit is contained in:
Adam Weidman
2026-05-12 18:06:50 -04:00
parent 1d65ae6882
commit c0981bda23
-8
View File
@@ -2585,10 +2585,6 @@ export class Config implements McpContext, AgentLoopContext {
return this.experimentalContextManagementConfig;
}
isAgentSessionEnabled(): boolean {
return this.agentSessionSubagentEnabled;
}
getContextManagementConfig(): ContextManagementConfig {
return this.contextManagement;
}
@@ -3784,10 +3780,6 @@ export class Config implements McpContext, AgentLoopContext {
);
}
getAgentSessionSubagentEnabled(): boolean {
return this.agentSessionSubagentEnabled;
}
/**
* Get override settings for a specific agent.
* Reads from agents.overrides.<agentName>.