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:
Gabriel Cohen
2026-02-13 13:06:37 -08:00
parent e98f04ba0d
commit efc7e5dd00

View File

@@ -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"
}
}