Skip to content

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:53
b284a71

Added

  • Optional [semantic] extra (#11) — pip install aim-cli[semantic] adds embeddings (sentence-transformers) powering:
    • aim search --semantic — rank tasks/docs/memories by meaning, with graceful fallback to keyword search when the extra is absent.
    • an aim doctor similar-memory check — flags highly-similar memory pairs as possible duplicates/contradictions.
      The core stays strictly zero-dependency.

Docs

  • Recorded the decision to freeze time-tracking / user management as maintenance-only (#12, ADR 0001).

Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.9.0
(with embeddings: pip install "aim-cli[semantic] @ git+https://github.com/phuonghx/aim-cli.git@v1.9.0")