aicx v0.6.5
What's in 0.6.5
- noise filter rollout — sentence-aware truncation, signal-block coverage, sidecar counter, doctor
noise_healthmetric, opt-out via--no-noise-filterand config - intents engine — dedup truth + metadata-noise filter; richer 9-type intent taxonomy + typed link graph + session-level post-processing
- extract command — session-mode for grouped session extraction
- Oracle provenance + readiness reporting — surface verifier signal +
aicx doctorhealth metric extension - corpus protection — source-truth invariants + repair manifests
- release flow — new
release-bundle-only-binariesMakefile target produces unsigned tarballs for thevibecraftedfoundations bundler chain
Install
Direct binary (recommended on macOS arm64)
curl -fsSL -o aicx-v0.6.5-aarch64-apple-darwin-slim-unsigned.tar.gz \
https://github.com/Loctree/aicx/releases/download/v0.6.5/aicx-v0.6.5-aarch64-apple-darwin-slim-unsigned.tar.gz
shasum -a 256 -c <(curl -fsSL https://github.com/Loctree/aicx/releases/download/v0.6.5/aicx-v0.6.5-aarch64-apple-darwin-slim-unsigned.tar.gz.sha256)
tar -xzf aicx-v0.6.5-aarch64-apple-darwin-slim-unsigned.tar.gz
./aicx-v0.6.5-aarch64-apple-darwin-slim-unsigned/install.shThe bundle is unsigned — macOS Gatekeeper will require explicit allow on first run. A signed + notarized variant lands via make release-bundle KEYS=... for users who maintain their own signing keys.
Via vibecrafted foundations installer
curl -fsSL https://vibecrafted.dev/install.sh | bashThe foundations installer in vibecrafted resolves this asset automatically (AICX_REPO=Loctree/aicx).
Notes for cargo install users
aicx 0.6.0 on crates.io remains available but is architecturally constrained — the current source tree binds directly to a local rust-memex workspace that is not (yet) on crates.io, so we do not publish 0.6.5 to crates.io. New users get the latest aicx via this GH release; users who pinned 0.6.0 from crates.io continue to work but will not receive 0.6.5 features without switching install path.
Sha256
Captured in the .sha256 sidecar attached to this release.
Authored-By: claude agents@vetcoders.io