Use keyring as default CLI auth store on macOS

This commit is contained in:
mikhail-oai
2026-02-15 18:47:58 -05:00
parent 85034b189e
commit 0b74e4093e
3 changed files with 26 additions and 12 deletions

View File

@@ -1283,7 +1283,7 @@
}
],
"default": null,
"description": "Preferred backend for storing CLI auth credentials. file (default): Use a file in the Codex home directory. keyring: Use an OS-specific keyring service. auto: Use the keyring if available, otherwise use a file."
"description": "Preferred backend for storing CLI auth credentials. file (default on non-macOS): Use a file in the Codex home directory. keyring (default on macOS): Use an OS-specific keyring service. auto: Use the keyring if available, otherwise use a file."
},
"compact_prompt": {
"description": "Compact prompt used for history compaction.",