v1.6.0
Changelog
New Features
Other Changes
- 2d8c08e: Allow init to resolve default source (@codex)
- 49e1ea0: Merge pull request #44 from dapi/codex/gh-41 (@dapi)
Installation
Go
go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.6.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.6.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.6.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.6.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.5.0...v1.6.0