feat: add message bus integration for tool confirmation (#8938)

This commit is contained in:
Allen Hutchison
2025-09-22 12:03:20 -07:00
committed by GitHub
parent 6c559e2338
commit bcc4d81d19
6 changed files with 451 additions and 3 deletions

View File

@@ -667,6 +667,8 @@ export async function loadCliConfig(
format: (argv.outputFormat ?? settings.output?.format) as OutputFormat,
},
useModelRouter,
enableMessageBusIntegration:
settings.tools?.enableMessageBusIntegration ?? false,
});
}