mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
fix
This commit is contained in:
@@ -209,9 +209,6 @@ priority = 200
|
||||
rig.setup('browser-session-warning', {
|
||||
fakeResponsesPath: join(__dirname, 'browser-agent.cleanup.responses'),
|
||||
settings: {
|
||||
model: {
|
||||
name: 'gemini-2.5-pro',
|
||||
},
|
||||
general: {
|
||||
enableAutoUpdateNotification: false,
|
||||
},
|
||||
|
||||
@@ -3591,15 +3591,9 @@ export class Config implements McpContext, AgentLoopContext {
|
||||
!this.isAgentsEnabled() ||
|
||||
agentsOverrides[definition.name]?.enabled === false
|
||||
) {
|
||||
process.stderr.write(
|
||||
`[Config] Skipping disabled subagent tool: ${definition.name}\n`,
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
process.stderr.write(
|
||||
`[Config] Registering subagent tool: ${definition.name}\n`,
|
||||
);
|
||||
const tool = new SubagentTool(definition, this, this.messageBus);
|
||||
registry.registerTool(tool);
|
||||
} catch (e: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user