This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryUpdates Release Notes, Install alcove 0.12.6, and Linux across a mixed release.
Full changelog
Release Notes
Changed
- Trimmed dist release targets to
aarch64-apple-darwin(macOS) andx86_64-unknown-linux-gnu(Linux). The llm-kernel 0.15 static-ort link fails thedist build(LTOdistprofile) on Windows (unresolved MSVC CRT externals inlibort_sys) and the aarch64-linux cross-build (ARMlibopenblas.so). Both are tracked separately; macOS and x86_64-linux artifacts build and publish cleanly.powershellinstaller dropped (no Windows target).
Install alcove 0.12.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.12.6/alcove-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install epicsagas/tap/alcove
Download alcove 0.12.6
| File | Platform | Checksum |
|--------|----------|----------|
| alcove-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| alcove-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Breaking Changes
- Removed support for `x86_64-pc-windows-msvc` and dropped the `powershell` installer due to build failures with llm-kernel 0.15 static-ort link on Windows.
- Limited dist release targets to `aarch64-apple-darwin` (macOS) and `x86_64-unknown-linux-gnu` (Linux).
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
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.
Related context
Related tools
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]