Description
What feature would you like to see?
Please make /review always show both the commit subject/title and the short commit hash together when it refers to a specific commit.
For example:
Fix provisioning timeout (a1b2c3d)
instead of only the subject/title or only the hash.
This would help because Codex will often mention the hash in one place, but then /review uses or shows only the commit name/subject somewhere else. In practice those can be inconsistent enough to make the review target ambiguous.
If both pieces of information were always shown together in one place, it would make the review flow much more reliable.
I have enough horizontal space for this, so the extra text would be worth it.
Suggested places to include both:
- the commit being reviewed
- review context summaries
- any commit picker/confirmation UI
- finding summaries tied to a specific commit
Additional information
I checked the open issue tracker and did not find an exact duplicate for this request.
Related but not the same:
Description
What feature would you like to see?
Please make
/reviewalways show both the commit subject/title and the short commit hash together when it refers to a specific commit.For example:
Fix provisioning timeout (a1b2c3d)instead of only the subject/title or only the hash.
This would help because Codex will often mention the hash in one place, but then
/reviewuses or shows only the commit name/subject somewhere else. In practice those can be inconsistent enough to make the review target ambiguous.If both pieces of information were always shown together in one place, it would make the review flow much more reliable.
I have enough horizontal space for this, so the extra text would be worth it.
Suggested places to include both:
Additional information
I checked the open issue tracker and did not find an exact duplicate for this request.
Related but not the same:
/reviewconfigurable to specify number of issues #5547