Skip to content

Releases: hjun1052/xgit

v0.1.5

11 Mar 07:39

Choose a tag to compare

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 update on Windows still points users to scripts/install.ps1 rather than replacing the running executable automatically.

v0.1.4

11 Mar 07:25

Choose a tag to compare

Highlights

  • Added xgit update for release checks and self-updates on macOS/Linux.
  • Added guided first-run setup via xgit init --wizard and installer prompts.
  • Installer now supports unattended setup with XGIT_GUIDED_SETUP=never.

Notes

  • xgit update on Windows currently points users to scripts/install.ps1 instead of replacing the running executable automatically.

v0.1.3

09 Mar 23:59

Choose a tag to compare

xgit v0.1.3

Added

  • xgit compare for AI-assisted revision and range comparison summaries.
  • xgit do-git for recommending Git command sets from natural-language goals.

Fixed

  • Improved xgit do-git suggestions so repositories without remotes prefer local bases such as main instead of assuming origin/main.

Validation

  • go test ./...
  • go test -race ./...
  • ./scripts/e2e_smoke.sh
  • ./scripts/e2e_guardrails.sh

v0.1.2

07 Mar 09:35

Choose a tag to compare

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/xgit source in git (unblocks CI packaging)
    • Disable Homebrew cask publish step until tap repo is provisioned

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.