Releases: HexmosTech/git-lrc
v0.3.4
Release v0.3.4
Date: 2026-05-11
Summary
git-lrc can now present the diff change summary as a focused slide
deck, so you can understand the change in 30-60 seconds instead of
scanning a long wall of text.
Use the forward and backward arrow keys to move through the summary.
File reference chips make it easy to jump into the relevant files when
you want more detail. The presentation also uses sensible colors, such
as red for risks, to make important signals easier to spot quickly.
Here's a demo of how it works:
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Changes
- Added a slide-based diff change summary that is faster to skim.
- Added keyboard navigation using the forward and backward arrow keys.
- Added file reference chips so you can quickly inspect the underlying
files behind each point. - Improved visual signaling with clearer colors for risks and other key
review cues.
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.
v0.3.3
Release v0.3.3
Date: 2026-05-07
Summary
When there are 0 comments -- because no issues found, provide a "good to go" assurance.
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Verification
- lrc --version
- lrc --help
Known Issues
- None.
v0.3.2
Release v0.3.2
Date: 2026-05-07
Summary
Improved the error message when LOC is not sufficient
Related issue #50
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Changes
- List the most important user-facing changes.
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.
v0.3.1
Release v0.3.1
Date: 2026-05-06
Summary
- Adding subtle performance metrics to lrc ui
- Shows better, more informative loader now
- First comment arrival stat, and also loading time for each comment arrival
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.
v0.3.0
Release v0.3.0
Date: 2026-05-06
Summary
This PR introduces a workflow to visually filter git-lrc findings and hand them off to the Claude Code CLI for automatic, interactive code remediation
related discussion: #52
Changes:
- Sent only visually shown comments to the AI agent instead of using manual checkboxes.
- Added a custom "Check Your Terminal" overlay modal to replace native browser alerts.
- Launched Claude interactively to safely prompt users for (y/n) write permissions.
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Changes
- List the most important user-facing changes.
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.
v0.2.3
Release v0.2.3
Date: 2026-05-03
Summary
This release fixes stability issues in the Review UI and the GitHub Actions security pipeline.
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Changes
- UI Stability: Fixed "Failed to load module script" error in browsers by explicitly registering
.mjsfiles asapplication/javascript. This ensures the Manager UI and Review UI load correctly on all Linux distributions regardless of system MIME settings. - CI Fix: Resolved OSV-Scanner installation failure in GitHub Actions by switching to direct binary download, bypassing
go installrestrictions related to upstreamreplacedirectives.
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
- git lrc ui (Verify no console errors for .mjs files)
Known Issues
- None.
v0.2.2
Release v0.2.2
Date: 2026-04-27
Summary
- Improved the error message in the authentication flow, explaining the actions expected from the user. PR-37
- Fixed authentication flow issues with GitHub Codespaces PR-40
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Changes
- Refactor manual re-authentication instructions display
- In the readme, added instruction for installing git-lrc in GitHub Codespaces under direct install
- detect Codespaces env and use port-forwarding URL as OAuth callback for fixing the authentication issue in git lrc setup
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
v0.2.1
Release v0.2.1
Date: 2026-04-22
Summary
- Improving the diff navigation UI
- Integration with new pricing plans
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
Verification
- lrc --version
- lrc --help
v0.1.61
Release v0.1.61
Date: 2026-03-25
Summary
- Fix diff UI navigation bug
- Make the issue classification and copy visible issues button floating (for faster filtering/copying of issues)
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
v0.1.59
Release v0.1.59
Date: 2026-03-25
Summary
- Earlier skip/vouch decisions would get broken every once in a while due to a brittle implementation
- Completed overhauled it into a proper TUI using bubbletea (cross-platform TUI toolkit)
- Simplified and enhanced options available in TUI.
Ctrl-Sfor skip no longer needed, justswill do. - Can edit multiline commit messages right within the TUI or open your favorite editor
- Commit message will sync between webui and TUI automatically -- no discrepencies
Install and Update
New install:
# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
Update:
lrc self-update
