feat: show bots and commit attributions in tix#2813
Merged
Conversation
Sebastian Thiel (Byron)
force-pushed
the
tix-authors
branch
from
July 23, 2026 10:20
2297a13 to
9b13bde
Compare
Highlight authors identified by the Codex and Claude email addresses, and expose recognized contribution trailers alongside the primary author. Group actors by trailer kind and keep trailer metadata enabled by default behind a dedicated toggle. The regression fixture covers bot authors, bot co-authors, mixed-case trailer tokens, all recognized attribution kinds, repeated kinds, and malformed actor values. UI coverage verifies grouping, colors, bracketed bot names, and both metadata toggles. Validated with: - GIX_TEST_IGNORE_ARCHIVES=1 cargo test -p gix-tix --features sha1 - cargo check -p gix-tix --no-default-features --features sha256 - cargo clippy -p gix-tix --all-targets --features sha1 --no-deps - cargo fmt --all -- --check
Sebastian Thiel (Byron)
force-pushed
the
tix-authors
branch
from
July 23, 2026 11:07
9b13bde to
cdbe465
Compare
Sebastian Thiel (Byron)
enabled auto-merge
July 23, 2026 11:10
Merged
10 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Tasks
This section is for Byron only. Models continuing this PR must not add, remove, check, uncheck, rename, or reorder checkboxes here.
Everything below this line was generated by Codex GPT-5.
Created by Codex on behalf of Byron. Byron will review before this is ready to merge.
Reported issue
If the author is a bot as identified by a couple of well-known email addresses, display them in yellow or orange with
[<name>]. If there are co-authors or other well-known trailers signalling a corporation, after the author name, use the bot color as marker, likeRe:for review, orCo:for co-authors, followed by the name, to also make these visible. If there are multiple of the same type, group them behind one prefix/marker.Lastly, add a hotkey to toggle trailer-based information, which is enabled by default.
And yes, if bots are co-authors, they are displayed in their style, just as if they were authors.
Implementation
ttrailer toggle;nhides all actor names.Validation
GIX_TEST_IGNORE_ARCHIVES=1 cargo test -p gix-tix --features sha1cargo check -p gix-tix --no-default-features --features sha256cargo clippy -p gix-tix --all-targets --features sha1 --no-depscargo fmt --all -- --checkcodex review --commit 2297a138c3a730f841f63b5e3ebf1e773ff52bbe