v1.5.0
Changelog
New Features
Bug Fixes
- 0dbad71: fix: complete full template payload model (@dapi)
- dd065e7: fix: prefer canonical template for push (@dapi)
- a59fd78: fix: prefer canonical template for push (@dapi)
- 4d50f71: fix: preserve template-owned agent files (@dapi)
- 271d30a: fix: preserve template-owned agent files (@dapi)
- 1015992: fix: publish full canonical template payload (@dapi)
- 641be40: fix: publish full canonical template payload (@dapi)
- a9eac5f: fix: reject absolute lock paths (@dapi)
- e137331: fix: reject absolute lock paths (@dapi)
Other Changes
- 37ba914: Merge main into codex/gh-29 (@dapi)
- 15aed5f: Merge pull request #35 from dapi/codex/gh-29 (@dapi)
- 7acea17: Merge pull request #37 from dapi/codex/gh-33 (@dapi)
- bb3dbdd: Merge pull request #38 from dapi/feature/issue-23-feat-dobavit-komandu-push-dlya-publikats (@dapi)
- 9fe08ad: Merge remote-tracking branch 'origin/main' into codex/gh-29 (@dapi)
- 192ae87: Update WORKFLOW.md (@dapi)
Installation
Go
go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.5.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.5.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.5.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.5.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.4.1...v1.5.0