Use prompt-based co-author attribution with config override#11617
Merged
gabec-openai merged 7 commits intomainfrom Feb 17, 2026
Merged
Use prompt-based co-author attribution with config override#11617gabec-openai merged 7 commits intomainfrom
gabec-openai merged 7 commits intomainfrom
Conversation
Co-authored-by: Codex <noreply@openai.com>
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
- remove hook/env interception path for commit attribution\n- inject commit trailer instruction via codex_git_commit feature\n- treat command_attribution override as verbatim trailer value\n- keep blank override as opt-out and default to Codex noreply trailer
- revert nonessential changes in shell_snapshot and unified exec process_manager - add ignored live model-loop test that verifies commit trailer injection via codex_git_commit + command_attribution config
- restore live_cli test file to origin/main state - reduce command_attribution API surface to one exported instruction helper
Sync config.schema.json with generated output for command_attribution description so config_schema_matches_fixture passes.
pakrym-oai
reviewed
Feb 13, 2026
codex-rs/core/src/config/mod.rs
Outdated
| /// - `None`: use default attribution (`Codex <noreply@openai.com>`) | ||
| /// - `Some("")` or whitespace-only: disable command attribution | ||
| /// - `Some("...")`: use the provided attribution text verbatim | ||
| pub command_attribution: Option<String>, |
Collaborator
There was a problem hiding this comment.
command attribution feels strange. Commit attribution? Change attribution?
Contributor
Author
There was a problem hiding this comment.
oh this was a holdover from when it injected across more than just commits, will fix before merging
pakrym-oai
approved these changes
Feb 13, 2026
Contributor
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Validation:
Edit - we must go deeper, this commit created with codex running this attribution changes
