Display Commit Hash in ChatMessage UI#3191
Display Commit Hash in ChatMessage UI#3191nourzakhama2003 wants to merge 11 commits intodyad-sh:mainfrom
Conversation
|
@BugBot run |
π Dyadbot Code Review SummaryVerdict: β NO - Do NOT merge Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard. Issues Summary
π’ Low Priority Notes (1 item)
π« Dropped False Positives (0 items)All flagged issues were confirmed as valid. Generated by Dyadbot multi-agent code review |
|
@BugBot run |
π Dyadbot Code Review SummaryVerdict: π€ NOT SURE - Potential issues Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard. Issues Summary
π’ Low Priority Notes (2 items)
π« Dropped False Positives (2 items)
Generated by Dyadbot multi-agent code review |
|
@BugBot run |
π Dyadbot Code Review SummaryVerdict: π€ NOT SURE - Potential issues Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard. Issues Summary
π’ Low Priority Notes (3 items)
π« Dropped False Positives (2 items)
Generated by Dyadbot multi-agent code review |
|
@BugBot run |
|
@BugBot run |
π Dyadbot Code Review SummaryVerdict: β YES - Ready to merge Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard. Issues Summary
π’ Low Priority Notes (3 items)
π« Dropped False Positives (6 items)
Generated by Dyadbot multi-agent code review |
wwwillchen
left a comment
There was a problem hiding this comment.
@nourzakhama2003 thanks for the PR - I don't think we should show the commit hash. the user is asking to see the version number. right now we order the commit hashes from 1,2,3, etc. and show that in the version list so the user wants to see the version number as well in the chat message.
006483c to
815492f
Compare
|
@BugBot run |
815492f to
962751b
Compare
|
@BugBot run |
There was a problem hiding this comment.
π‘ Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 962751bdaf
βΉοΈ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with π.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
π Dyadbot Code Review SummaryVerdict: π€ NOT SURE - Potential issues Reviewed by 3 independent agents: Correctness Expert, Code Health Expert, UX Wizard. No HIGH-severity blockers. Three MEDIUM issues worth addressing before merge β see inline comments for details. Issues Summary
π’ Low Priority Notes (6 items)
π« Dropped False Positives (3 items)
Generated by Dyadbot multi-agent code review |
thanks @wwwillchen for the review , I changed the commit hash display to version number to show the version number instead of commit hash in chat messages. The other issues flagged are pre-existing code I only refactored, not changes I introduced. |
π Playwright Test Resultsβ Some tests failed
Summary: 848 passed, 14 failed, 12 flaky, 268 skipped Failed Testsπ macOS
πͺ Windows
π Re-run Failing Tests (macOS)Copy and paste to re-run all failing spec files locally: npm run e2e \
e2e-tests/queued_message.spec.ts \
e2e-tests/socket_firewall.spec.ts \
e2e-tests/switch_versions.spec.ts \
e2e-tests/version_search.spec.ts \
e2e-tests/visual_editing.spec.ts
|
closes #2416
This PR addresses the following improvements and fixes in the chat message UI for assistant messages:
Commit Hash Display: The commit hash is now shown as a sibling to the commit message in the metadata row, following the commit message and icon.

Minimal Tooltip: The tooltip for the commit hash now displays only the commit hash itself (no commit message or extra text), providing a clean and focused UX.
Copy-to-Clipboard: Users can copy the full commit hash by clicking the hash or copy icon