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