Releases: SlugThugLabs/slugaudit
Releases · SlugThugLabs/slugaudit
Release list
v1.0.10
v1.0.9
Release v1.0.9: Universal agent connect, rename to slugaudit, double-…
v1.0.8
Release v1.0.8: multi-file AST structure search and ~/.slugthug/sluga…
v1.0.7
Release v1.0.7: structured logging, sync duration in health tool, and…
v1.0.6
Release v1.0.6: enhance MCP tool descriptions for DB/Tree-sitter code…
v1.0.5
v1.0.5 — structure capture guidance, NFS path-boundary fix, updater t…
v1.0.4
v1.0.3
v1.0.3 — auto-recover stale databases; licensing + landing polish
v1.0.2
What's changed
- Archived old planning docs under
.planning/archive/(visible, not hidden) - Added root README with quick start, tool overview, and dev setup
- Removed dead production code and stale benchmarks from audit
- Updated source/test references to match new layout
- Added menu integration tests
v1.0.0 — First Production Release
SlugAudit v1.0.0 — first production release.
What it is
An MCP server that gives AI coding agents pre-parsed, searchable,
100%-in-sync evidence about a codebase. Seven tools over stdio: report,
query, structure, finding, finding_read, project_control, health.
What's new
- Resource limits configurable via
SLUGAUDIT_*env vars (11 tunable caps) finding_readtool — session-gated finding query- macOS CI alongside Linux
- Architecture docs explain every design choice (security model, disposable
data, watcher health, concurrency model)
Not in this release (scope decisions, not gaps)
- Windows CI + binary (no users yet)
- FTS5 search index (LIKE scans at 40 µs — well under budget)
- Per-language resolver split (stable and well-tested as-is)
Quick start
cargo build --release
./target/release/slugaudit-mcp menu
License
PolyForm Noncommercial 1.0.0 with SlugAudit tool-use additional permission.
See LICENSE.