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:
@@ -489,6 +489,7 @@ async function runQuietMode({
|
|||||||
model: config.model,
|
model: config.model,
|
||||||
config: config,
|
config: config,
|
||||||
instructions: config.instructions,
|
instructions: config.instructions,
|
||||||
|
provider: config.provider,
|
||||||
approvalPolicy,
|
approvalPolicy,
|
||||||
additionalWritableRoots,
|
additionalWritableRoots,
|
||||||
disableResponseStorage: config.disableResponseStorage,
|
disableResponseStorage: config.disableResponseStorage,
|
||||||
|
|||||||
Reference in New Issue
Block a user