Skip to content

v1.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:54

Changelog

Bug Fixes

Other Changes

Installation

Go

go install github.com/dapi/memory-bank-cli/cmd/memory-bank-cli@v1.8.1

Homebrew

brew install dapi/tap/memory-bank-cli

macOS (Apple Silicon)

curl -L -o memory-bank-cli https://github.com/dapi/memory-bank-cli/releases/download/v1.8.1/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.8.1/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.8.1/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.8.0...v1.8.1