mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 02:12:29 +00:00
feat(core): rename getter to isAgentSessionSubagentEnabled
This commit is contained in:
@@ -2578,7 +2578,7 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
return this.contextManagement.enabled;
|
||||
}
|
||||
|
||||
isAgentSessionEnabled(): boolean {
|
||||
isAgentSessionSubagentEnabled(): boolean {
|
||||
return this.agentSessionSubagentEnabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user