config-reference.md +7 −1
208 key: "commit_attribution",208 key: "commit_attribution",
209 type: "string",209 type: "string",
210 description:210 description:
211211 "Override the commit co-author trailer text. Set an empty string to disable automatic attribution.", 'Commit co-author trailer used when `[features].codex_git_commit` is enabled. Defaults to `Codex <noreply@openai.com>`; set `""` to disable.',
212 },212 },
213 {213 {
214 key: "model_instructions_file",214 key: "model_instructions_file",
330 description:330 description:
331 "Enable lifecycle hooks loaded from `hooks.json` or inline `[hooks]` config.",331 "Enable lifecycle hooks loaded from `hooks.json` or inline `[hooks]` config.",
332 },332 },
333 {
334 key: "features.codex_git_commit",
335 type: "boolean",
336 description:
337 "Enable Codex-generated git commits. When enabled, Codex uses `commit_attribution` to append a `Co-authored-by:` trailer to generated commit messages.",
338 },
333 {339 {
334 key: "hooks",340 key: "hooks",
335 type: "table",341 type: "table",