mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
chore(core): use renamed isAgentSessionSubagentEnabled getter in agent-tool
This commit is contained in:
@@ -166,7 +166,7 @@ class DelegateInvocation extends BaseToolInvocation<
|
||||
);
|
||||
}
|
||||
|
||||
const useSession = this.context.config.isAgentSessionEnabled();
|
||||
const useSession = this.context.config.isAgentSessionSubagentEnabled();
|
||||
const options = this.onAgentEvent
|
||||
? { onAgentEvent: this.onAgentEvent }
|
||||
: undefined;
|
||||
|
||||
Reference in New Issue
Block a user