Skip to content

epicsagas/alcove

v0.12.4 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 22d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent claude-code documentation knowledge-base mcp mcp-server
+2 more
privacy rust

Summary

AI summary

Rollback of llm-kernel from 0.12.0 to 0.9.2 restores Linux and Windows dist build compatibility.

Full changelog

Release Notes

Changed

  • Rolled back llm-kernel 0.14 → 0.9.2: llm-kernel 0.12.0 removed ort-load-dynamic in favor of a statically-linked ONNX Runtime, which broke the Linux and Windows dist release builds (the static archive references glibc 2.38+ symbols like __isoc23_strtoll and 50 unresolved MSVC CRT externals). 0.9.2 uses dynamic ort linking, restoring release compatibility. The RUSTSEC advisory cleanup, the macOS clang_rt link fix, and the cargo audit green state are all retained (independent of llm-kernel).

Install alcove 0.12.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.12.4/alcove-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/alcove/releases/download/v0.12.4/alcove-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/alcove

Download alcove 0.12.4

| File | Platform | Checksum |
|--------|----------|----------|
| alcove-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| alcove-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| alcove-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| alcove-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track epicsagas/alcove

Get notified when new releases ship.

Sign up free

About epicsagas/alcove

MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.

All releases →

Related context

Earlier breaking changes

  • v0.10.0 Changes code indexing to index all available languages by default instead of auto‑detecting

Beta — feedback welcome: [email protected]