mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-17 15:23:08 -07:00
0b93c868e9
Add extensible browser agent configuration using the agents.overrides pattern: - Extended AgentOverride interface with customConfig field for agent-specific settings - Added BrowserAgentCustomConfig type for browser-specific configuration - Added getAgentOverride() and getBrowserAgentConfig() methods to Config class - Settings configured via agents.overrides.browser_agent.customConfig - Updated settings schema with customConfig in AgentOverride definition This establishes the foundational pattern for configuring the browser agent through the standard agents.overrides infrastructure.