This release includes 3 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
ReleasePort's take
Light signalVersion v0.10.0 now indexes code in all supported languages by default and adds shorthand language identifiers, while deprecating several CLI and plugin references.
Why it matters: Code indexing defaults changed to include every available language; SREs must verify index performance for large monorepos before upgrade.
Summary
AI summaryRemoved Gemini CLI agent, Antigravity MCP path references, and Codex marketplace plugin; updated code indexing defaults.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
Changes code indexing to index all available languages by default instead of auto‑detecting Changes code indexing to index all available languages by default instead of auto‑detecting Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Adds code structure indexing for 12 languages (Rust, TypeScript, Python, Go, Java, Kotlin, C, C++, Swift, Ruby, C#, JavaScript) Adds code structure indexing for 12 languages (Rust, TypeScript, Python, Go, Java, Kotlin, C, C++, Swift, Ruby, C#, JavaScript) Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Adds shorthand language name support (cpp, csharp, ts, js) Adds shorthand language name support (cpp, csharp, ts, js) Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Adds XLM‑RoBERTa embedding support for BGE‑M3 with PyTorch fallback and ALCOVE_EMBED_PROVIDER env var override Adds XLM‑RoBERTa embedding support for BGE‑M3 with PyTorch fallback and ALCOVE_EMBED_PROVIDER env var override Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Updates plugin skill tool table: adds list_vaults, search_vault, backup_vault; removes nonexistent index_code_structure Updates plugin skill tool table: adds list_vaults, search_vault, backup_vault; removes nonexistent index_code_structure Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Deprecation | Medium |
Removes Gemini CLI agent references Removes Gemini CLI agent references Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Deprecation | Medium |
Removes Antigravity MCP path references Removes Antigravity MCP path references Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Deprecation | Medium |
Removes Codex marketplace plugin definition Removes Codex marketplace plugin definition Source: llm_adapter@2026-05-23 Confidence: low |
— |
Full changelog
Release Notes
Added
- Code structure indexing with 12 languages (Rust, TypeScript, Python, Go, Java, Kotlin, C, C++, Swift, Ruby, C#, JavaScript)
- Shorthand language names support (cpp, csharp, ts, js)
- XLM-RoBERTa embedding support for BGE-M3 with PyTorch fallback and
ALCOVE_EMBED_PROVIDERenv var override
Changed
- Code indexing now indexes all available languages by default instead of auto-detecting
- Removed Gemini CLI agent and Antigravity MCP path references
- Removed Codex marketplace plugin definition
- Synced plugin skill tool table with actual MCP tools (added
list_vaults,search_vault,backup_vault; removed nonexistentindex_code_structure)
Install alcove 0.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.10.0/alcove-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/alcove/releases/download/v0.10.0/alcove-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install epicsagas/tap/alcove
Download alcove 0.10.0
| File | Platform | Checksum |
|--------|----------|----------|
| alcove-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| alcove-x86_64-apple-darwin.tar.xz | Intel 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 |
Breaking Changes
- Removed Gemini CLI agent and Antigravity MCP path references
- Removed Codex marketplace plugin definition
- Code indexing now indexes all available languages by default instead of auto-detecting
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
Beta — feedback welcome: [email protected]