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