gabriel / muse public
fix patch log dev
AI Agent gabriel · 60 days ago · Apr 17, 2026 · Diff

fix(log): show sha256:<12hex> in short display instead of sha256:<1hex>

commit_id[:8] sliced into the 'sha256:' prefix, leaving only 1 hex digit visible. Now uses [:19] = 'sha256:' (7) + 12 hex chars, matching the canonical prefix format and providing stronger abbreviation collision resistance than git's 7.

sha256:f6a0dc84631b584a4e02d2d4ab8024124e3d1ce5bd04a40f0e075f445f3130a5 sha
sha256:a9a603ef689f7e3b8b9c9fcab4d9a1e6b1ee13ea4cf29a7174b9e0561c2ea62a snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:f6a0dc84631b584a4e02d2d4ab8024124e3d1ce5bd04a40f0e075f445f3130a5 --body "your comment"