Files
codex/codex-rs/core/src
Brian Henzelmann 8f5d68f9d2 Document Codex git commit attribution config (#21379)
## Summary
- document that commit attribution for generated git commit messages is
gated by the `codex_git_commit` feature flag
- add an example `config.toml` snippet showing `commit_attribution` with
`[features].codex_git_commit = true`
- update the config schema description so the reference docs explain
that `commit_attribution` only takes effect when the feature is enabled

Fixes #19799.

## Validation
- `cargo run -p codex-core --bin codex-write-config-schema`
- `cargo test -p codex-config`
- `cargo test -p codex-features`
- `cargo fmt --check`
- `git diff --check`

## Notes
- `cargo test -p codex-core config_schema_matches_fixture` currently
fails before reaching the schema test because `core_test_support`
imports `similar` without a linked crate in this checkout. The narrower
package checks above avoid that unrelated test-support build failure.
2026-05-06 16:14:50 -05:00
..
2026-05-06 10:48:37 +02:00
2026-04-30 14:26:14 -07:00
2026-04-30 14:26:14 -07:00
2026-05-06 10:48:37 +02:00
2026-04-30 14:26:14 -07:00
2026-04-14 14:26:10 -07:00
2026-04-20 10:27:01 -07:00