mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
Fixes issue #726 by adding config to configToSave object
This commit is contained in:
@@ -480,6 +480,7 @@ export const saveConfig = (
|
||||
provider: config.provider,
|
||||
providers: config.providers,
|
||||
approvalMode: config.approvalMode,
|
||||
disableResponseStorage: config.disableResponseStorage,
|
||||
};
|
||||
|
||||
// Add history settings if they exist
|
||||
|
||||
Reference in New Issue
Block a user