mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 09:06:36 +00:00
feat: enable message bus integration by default (#14329)
This commit is contained in:
@@ -513,7 +513,7 @@ export async function loadCliConfig(
|
||||
);
|
||||
|
||||
const enableMessageBusIntegration =
|
||||
settings.tools?.enableMessageBusIntegration ?? false;
|
||||
settings.tools?.enableMessageBusIntegration ?? true;
|
||||
|
||||
const allowedTools = argv.allowedTools || settings.tools?.allowed || [];
|
||||
const allowedToolsSet = new Set(allowedTools);
|
||||
|
||||
Reference in New Issue
Block a user