Skip to content

aicx v0.6.5

Choose a tag to compare

@Szowesgad Szowesgad released this 06 May 07:35
· 64 commits to main since this release

What's in 0.6.5

  • noise filter rollout — sentence-aware truncation, signal-block coverage, sidecar counter, doctor noise_health metric, opt-out via --no-noise-filter and 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 doctor health metric extension
  • corpus protection — source-truth invariants + repair manifests
  • release flow — new release-bundle-only-binaries Makefile target produces unsigned tarballs for the vibecrafted foundations 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.sh

The 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 | bash

The 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