mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Regenerate config schema fixture
Sync config.schema.json with generated output for command_attribution description so config_schema_matches_fixture passes.
This commit is contained in:
@@ -1243,7 +1243,7 @@
|
||||
"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."
|
||||
},
|
||||
"command_attribution": {
|
||||
"description": "Optional command attribution text for commit message co-author trailers.\n\nSet to an empty string to disable automatic command attribution.\n\nWhen set, the value is used verbatim in the `Co-authored-by:` trailer.",
|
||||
"description": "Optional command attribution text for commit message co-author trailers.\n\nSet to an empty string to disable automatic command attribution.",
|
||||
"type": "string"
|
||||
},
|
||||
"compact_prompt": {
|
||||
@@ -1703,4 +1703,4 @@
|
||||
},
|
||||
"title": "ConfigToml",
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user