Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:02
· 47 commits to main since this release
32a0408

Changelog

New Features

Bug Fixes

Other Changes

  • c4303bc: Add symphony (@dapi)
  • e3ae0c8: Merge branch 'main' into feature/issue-23-feat-dobavit-komandu-push-dlya-publikats (@dapi)
  • b12551a: Merge pull request #27 from dapi/feature/issue-23-feat-dobavit-komandu-push-dlya-publikats (@dapi)
  • 7a865ee: Merge pull request #28 from dapi/feature/issue-26-fix-ignore-project-local-memory-bank-whe (@dapi)
  • f78ff83: Merge pull request #30 from dapi/codex/gh-26 (@dapi)
  • 32a0408: Merge pull request #32 from dapi/agent/release-v1.4.0 (@dapi)
  • 295ff33: Update .gitignore (@dapi)

Installation

Go

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

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.4.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.4.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.4.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.3.0...v1.4.0