Skip to content

0.1.0 - 2026-06-08

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:12
881ca86

Release Notes

Added

  • First public release of the local-first DiffLore CLI.
  • GitHub PR review import with difflore import-reviews, including dry-run
    planning and repo-scoped rule attribution.
  • Local review-memory recall with difflore recall, difflore ask, and
    installed MCP tools for supported AI coding agents.
  • Agent wiring with difflore agents install, agents status, agents update,
    and agents uninstall.
  • Rule-aware local fix previews with difflore fix --preview; accepted changes
    only touch the local working tree.
  • Local status and diagnostics through bare difflore, difflore status, and
    difflore doctor --report.
  • Optional semantic recall configuration through difflore embeddings setup.
  • Optional cloud login and sync commands for teams that want shared memory,
    governance, and impact views.
  • Public documentation for installation, CLI usage, security reporting,
    contribution workflow, and release notes.

Install difflore-cli 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/difflore/difflore-cli/releases/download/v0.1.0/difflore-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/difflore/difflore-cli/releases/download/v0.1.0/difflore-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install difflore/tap/difflore

Download difflore-cli 0.1.0

File Platform Checksum
difflore-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
difflore-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
difflore-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
difflore-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
difflore-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
difflore-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum