Releases: hjun1052/xgit
Releases · hjun1052/xgit
v0.1.5
Highlights
- Stabilized the self-update test suite across platforms.
- Fixed Windows CI flakiness by making the executable replacement test host-independent.
Notes
- No runtime behavior changes in this patch release.
xgit updateon Windows still points users toscripts/install.ps1rather than replacing the running executable automatically.
v0.1.4
Highlights
- Added
xgit updatefor release checks and self-updates on macOS/Linux. - Added guided first-run setup via
xgit init --wizardand installer prompts. - Installer now supports unattended setup with
XGIT_GUIDED_SETUP=never.
Notes
xgit updateon Windows currently points users toscripts/install.ps1instead of replacing the running executable automatically.
v0.1.3
xgit v0.1.3
Added
xgit comparefor AI-assisted revision and range comparison summaries.xgit do-gitfor recommending Git command sets from natural-language goals.
Fixed
- Improved
xgit do-gitsuggestions so repositories without remotes prefer local bases such asmaininstead of assumingorigin/main.
Validation
go test ./...go test -race ./..../scripts/e2e_smoke.sh./scripts/e2e_guardrails.sh
v0.1.2
xgit v0.1.2 (beta)
xgit is an AI-powered Git workflow CLI for conflict resolution, regression debugging, and local diff review.
Highlights
- AI merge conflict resolution (
xgit merge) - Bisect + AI regression analysis (
xgit hist-debug) - Review/commit/enhance/test-fix automation flows
- Cross-platform release assets (macOS, Linux, Windows; amd64/arm64)
Fixes in this patch release
- Release pipeline reliability fixes:
- Include
cmd/xgitsource in git (unblocks CI packaging) - Disable Homebrew cask publish step until tap repo is provisioned
- Include
Install
- macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/hjun1052/xgit/main/scripts/install.sh | bash - Windows PowerShell:
irm https://raw.githubusercontent.com/hjun1052/xgit/main/scripts/install.ps1 | iex
Known limitations (beta)
- Best validated on macOS/Linux.
- Windows binaries are included; deeper real-world validation is ongoing.