mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 17:32:46 +00:00
feat(core): rename getter to isAgentSessionSubagentEnabled
This commit is contained in:
@@ -2557,7 +2557,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