feat: added provider to run quiet mode function (#571)

Adding support to be able to run other models in quiet mode

ie: `codex --approval-mode full-auto -q "explain the current directory"
--provider xai --model grok-3-beta`
This commit is contained in:
Erick 2025-04-23 00:12:18 -05:00 committed by GitHub
parent cbeb5c3057
commit b428d66f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -489,6 +489,7 @@ async function runQuietMode({
model: config.model,
config: config,
instructions: config.instructions,
provider: config.provider,
approvalPolicy,
additionalWritableRoots,
disableResponseStorage: config.disableResponseStorage,