Skip to content

v0.3.5

Latest

Choose a tag to compare

@mjbommar mjbommar released this 23 Apr 02:34
· 20 commits to main since this release

Fixed

  • Packaged manylinux-compatible Rust helper binaries inside the PyPI
    wheel so kernel-lore-sync, kernel-lore-reindex, and
    kernel-lore-doctor work from uvx / wheel installs instead of
    requiring a source checkout or manual cargo build.
  • Python CLI wrappers now prefer wheel-packaged helper binaries before
    falling back to source-checkout target/release binaries or explicit
    KLMCP_*_BINARY overrides.