Skip to content

Releases: bitcoiners/ai-memoria-cli

AI Memoria CLI v0.2.0

26 Mar 23:40

Choose a tag to compare

What's New in v0.2.0

Added

  • Version flag (--version) to display current version
  • Version embedded in binaries at build time
  • Comprehensive unit tests with 81%+ coverage
  • Integration tests against real Rails API
  • Uninstall command (mem uninstall)
  • Mock server for testing
  • Test documentation

Improved

  • Better error handling in API client
  • Binary path detection in tests
  • Makefile with coverage target
  • Test isolation with temporary config directories

Fixed

  • Integration test binary path issues
  • Config file handling in tests
  • Revoke token error handling

Installation

curl -sSL https://raw.githubusercontent.com/bitcoiners/ai-memoria-cli/main/get.sh | bash

Verify Version

mem --version

Checksums

e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  checksums.txt
5e95ff182009d29e376335b3d5eb334a2cb00c9851b82deb92c78130520f3a0d  mem-darwin-amd64
1f566d9e1b90a35e7dc488fcc00552c69a791703b5d0769ca8bdf7441d5fdb9b  mem-darwin-arm64
f3e023e21a794c591e91691a12dc74a29ae4b05ca0f37865bae0b8416af02b7f  mem-linux-amd64
9470625d299f45168f2d527a3a17721fbc3227db36952ddf7986c2dc9e2120d2  mem-linux-arm64
169c3363547d368fd746896b74d8cd422b6d2f0651e9cee0a5d72f678596d604  mem-windows-amd64.exe
62d6c172451009c1fa6b36ae1f034fed40d5ba351ed0b75918b61cad2489c2e8  mem-windows-arm64.exe

AI Memoria CLI v0.1.0

26 Mar 21:58

Choose a tag to compare

Initial release