mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 18:32:32 +00:00
feat(core): add more getters related to agent session flag
This commit is contained in:
@@ -2582,6 +2582,14 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
return this.agentSessionSubagentEnabled;
|
||||
}
|
||||
|
||||
getContextManagementConfig(): ContextManagementConfig {
|
||||
return this.contextManagement;
|
||||
}
|
||||
|
||||
getAgentSessionSubagentEnabled(): boolean {
|
||||
return this.agentSessionSubagentEnabled;
|
||||
}
|
||||
|
||||
getMemoryBoundaryMarkers(): readonly string[] {
|
||||
return this.memoryBoundaryMarkers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user