feat: show commit message as reviewable entry for single-commit reviews#182
Conversation
When reviewing a single commit (either via CLI or inline selector), the commit message now appears as the first entry in the file list and diff view. It supports comments, reviewed status, and folding just like any code file.
14553e0 to
6f8a081
Compare
|
I like the idea, and I haven't spent any time debugging this, but it isn't working on my machine. Can you upload a screenshot of it on your machine? |
|
Weird, it doesn't work on your side, I made a quick screencapture so you can see how it is supposed to work: Video.Feb.15.2026.11.AM.mp4 |
|
Thanks, just got back from a trip. I'll try to debug this tomorrow to figure out why it's not working on my end. |
|
Ah! I just noticed it is only supposed to work when you run it with |
It does work, even when you selected several commits, if you then go trhough each commit one by one, you can comment on the commit messages. |
Summary
tuicr -r <commit>), the commit message now appears as the first entry in the file list and diff viewbodyfield toCommitInfoacross all VCS backends (git, hg, jj) to capture the full commit message beyond the summary lineTest plan
tuicr -r <single-commit>— commit message appears as first entry, can be commented on and marked reviewedtuicr -r <commit-range>— selecting a single commit shows its commit message; selecting a range hides itcargo test— all 214 tests pass