Skip to content

Releases: senna-lang/Codeatrium

v0.2.0

26 Apr 11:49
66be3fa

Choose a tag to compare

codeatrium v0.2.0

Improvements

  • loci init hardened and polished — clearer prompts, safer flow, better UX
  • loci init failure cleanup now preserves any pre-existing .codeatrium/ directory instead of removing it
  • README updated with a banner and refreshed loci init documentation

Install

pipx install codeatrium

Full Changelog: v0.1.0...v0.2.0

v0.1.0

07 Apr 13:10

Choose a tag to compare

codeatrium v0.1.0

Initial public release.

Features

  • loci search — BM25 + HNSW RRF fusion semantic search over past conversations
  • loci context — reverse lookup from code symbols to past conversations
  • loci distill — conversation distillation via claude --print
  • loci prime — dynamic instruction injection via SessionStart hook
  • Unix socket embedding server (multilingual-e5-small, <0.2s latency)
  • tree-sitter symbol resolution (Python, TypeScript, Go)
  • Claude Code hook integration (auto index/distill/prime)

Install

pipx install codeatrium