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:
parent
cbeb5c3057
commit
b428d66f2b
1 changed files with 1 additions and 0 deletions
|
|
@ -489,6 +489,7 @@ async function runQuietMode({
|
|||
model: config.model,
|
||||
config: config,
|
||||
instructions: config.instructions,
|
||||
provider: config.provider,
|
||||
approvalPolicy,
|
||||
additionalWritableRoots,
|
||||
disableResponseStorage: config.disableResponseStorage,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue