v0.1.16
Linux (x86_64): full parity - daemon, CLI, GUI, GNOME extension support, systemd packaging. Choose .deb, .rpm, or the plain tarball depending on your distro.
macOS (Apple Silicon): CLI + daemon only (nexus, nexusd) - MCP mode and the control API work, but there's no native GUI build for macOS. On an Intel Mac, this arm64 binary runs fine under Rosetta 2. Unsigned binaries will need xattr -d com.apple.quarantine <binary> or a right-click-Open the first time, since these aren't notarized.
Windows: not yet published - tracked as a follow-up (nexusd's control API needs a platform split first; MCP mode itself has no Windows-specific blocker).
What's Changed
- Fix #17: stop ingest OOM on dense/minified files by @AliRezaTaleghani in #18
- Add get_session_usage: per-session MCP output tracking by @AliRezaTaleghani in #19
- docs: sync tool counts and Phase 28/29 changelog for get_session_usage + OOM fix by @AliRezaTaleghani in #21
- docs: add ADR log (backfilled 0001-0007) + landing page social metadata by @AliRezaTaleghani in #22
- Fix #23 (control socket auth) + #24 (doc-drift guard) by @AliRezaTaleghani in #26
- chore: bump crossbeam-epoch 0.9.18 -> 0.9.20 (RUSTSEC-2026-0204) by @AliRezaTaleghani in #28
- Fix #29 (CRITICAL: allowed_roots traversal bypass) + #30 (HIGH: markdown OOM) by @AliRezaTaleghani in #39
- Fix #33 (trace_calls N+1) + #34 (prepare_cached/RETURNING) + #37 (documented LIKE tradeoff) by @AliRezaTaleghani in #41
- Fix #35: touch_and_catchup no longer double-loads the registry on the warm path by @AliRezaTaleghani in #43
- Fix #36: panic isolation around MCP tool dispatch by @AliRezaTaleghani in #44
- Fix #38: extract_sections's end_line is now O(n), not O(n^2) by @AliRezaTaleghani in #45
- Fix #31 (import decompression bomb) + #32 (data-dir permission hardening) by @AliRezaTaleghani in #42
- Fix #40 (token-spend study follow-ups) + #11 (status-line proposal, Layer 1+2) by @AliRezaTaleghani in #46
- Fix #10: LSP-resolved-symbol enrichment pilot (rust-analyzer) by @AliRezaTaleghani in #47
- Bump version to 0.1.16 by @AliRezaTaleghani in #48
Full Changelog: v0.1.15...v0.1.16