Skip to content

0.12.0 — 2026-06-11

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:13

Release Notes

Added

  • TurboQuant 4-bit vector index backend (replaces hnsw_rs) (#30)
  • Multi document-root support (#27)
  • Heading-level markdown chunking (#28)
  • PDF form-feed → --- Page N --- marker conversion (#31)
  • Persistent embedding cache for full rebuilds
  • alcove path command and doctor path summary (#26)
  • Isolated eval corpus with --corpus flag for CI/regression testing
  • IR metrics: NDCG@K, MAP@K, MRR alongside existing Precision@K and Recall@K
  • Chunk-level precision evaluation for heading-based section accuracy
  • Regression detection with configurable thresholds (--baseline, --save-baseline)
  • Baseline reference benchmark (benches/baseline.json)

Changed

  • Migrated to llm-kernel 0.3.5 vector-index feature
  • Upgraded llm-kernel from 0.3 to 0.3.5
  • Replaced openssl-sys with rustls for all remaining dependencies

Fixed

  • File-level grep matching and deferred ONNX loading
  • Ambiguous env detection and tilde expansion in config paths
  • Duplicate project-resolution block in MCP handler

Install alcove 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.12.0/alcove-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/alcove/releases/download/v0.12.0/alcove-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/alcove

Download alcove 0.12.0

File Platform Checksum
alcove-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
alcove-x86_64-pc-windows-msvc.zip x64 Windows checksum
alcove-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
alcove-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum