v1.7.0
Changelog
New Features
- 977c786: feat(doctor): repair missing ownership lock (@dapi)
- 944c9bf: feat(doctor): repair missing ownership lock (@dapi)
Other Changes
- cd2dd73: Merge branch 'main' into codex/gh-42 (@dapi)
- c7ffc11: Merge pull request #43 from dapi/codex/gh-42 (@dapi)
- 67e531b: merge: preserve existing GH-42 branch (@dapi)
Installation
Go
go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.7.0Homebrew
brew install dapi/tap/memory-bank-climacOS (Apple Silicon)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.7.0/memory-bank-cli-darwin-arm64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/macOS (Intel)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.7.0/memory-bank-cli-darwin-amd64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/Linux (amd64)
curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.7.0/memory-bank-cli-linux-amd64
chmod +x memory-bank-cli
sudo mv memory-bank-cli /usr/local/bin/Windows
Download memory-bank-cli-windows-amd64.exe from the assets below and add it to PATH.
Breaking changes
memory-bank-cli is the only supported executable. No compatibility binaries or aliases are published.
Full Changelog: v1.6.0...v1.7.0