This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+2 more
ReleasePort's take
Light signalThe release repositions the documentation server to a memory server and removes Claude Code and Codex from register/setup paths, requiring plugin‑only installation. New fields (skills, hooks, mcpServers) are added to both .claude-plugin/plugin.json and .codex-plugin/plugin.json manifests.
Why it matters: Deprecation of Claude Code and Codex in `register`/`setup` paths mandates migration to plugin‑install only; the update affects plugin manifests and descriptions, impacting developers who maintain those files.
Summary
AI summaryRepositioned documentation server to memory server, removed Claude Code and Codex from register/setup paths, added skills, hooks, mcpServers fields.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Added `skills`, `hooks`, `mcpServers` fields to both `.claude-plugin/plugin.json` and `.codex-plugin/plugin.json` Added `skills`, `hooks`, `mcpServers` fields to both `.claude-plugin/plugin.json` and `.codex-plugin/plugin.json` Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Deprecation | Medium |
Removed Claude Code and Codex from `register`/`setup` paths; now plugin install only Removed Claude Code and Codex from `register`/`setup` paths; now plugin install only Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Bugfix | Medium |
Updated setup step 6 description in README and all 9 translations Updated setup step 6 description in README and all 9 translations Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Refactor | Medium |
Repositioned from "documentation server" to "memory server" across plugin manifests and descriptions Repositioned from "documentation server" to "memory server" across plugin manifests and descriptions Source: llm_adapter@2026-05-24 Confidence: low |
— |
Full changelog
Changed
- Repositioned from "documentation server" to "memory server" across all plugin manifests and descriptions
- Claude Code and Codex removed from
register/setuppaths — plugin install only - Added
skills,hooks,mcpServersfields to both.claude-plugin/plugin.jsonand.codex-plugin/plugin.json - Updated setup step 6 description in README and all 9 translations
Breaking Changes
- Removed Claude Code and Codex from `register`/`setup` paths; they are now install‑only
- Repositioned documentation server concept to "memory server" across all plugin manifests and descriptions
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]