mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-29 15:40:10 +00:00
chore(core): remove redundant getAgentSessionSubagentEnabled method
This commit is contained in:
@@ -2565,10 +2565,6 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
return this.contextManagement;
|
||||
}
|
||||
|
||||
getAgentSessionSubagentEnabled(): boolean {
|
||||
return this.agentSessionSubagentEnabled;
|
||||
}
|
||||
|
||||
getMemoryBoundaryMarkers(): readonly string[] {
|
||||
return this.memoryBoundaryMarkers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user