This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+13 more
Affected surfaces
Summary
AI summaryCapability gating moved from list-time to call-time, enabling AI-backed tools only when CELIUMS_LLM_API_KEY is configured.
Full changelog
Tool catalogs (Glama, Smithery, mcpo) only saw 6 OpenCore tools because the dispatcher was hiding AI-backed tools (journal_, write_, research_*) from tools/list when no LLM key was configured. They run stateless discovery, so they index whatever the server reports.
This release moves capability gating from list-time to call-time:
tools/listreturns all 26 registered tools alwaystools/callreturns a clearTOOL_DISABLEDerror pointing to the BYOK setup if an AI-backed tool is invoked withoutCELIUMS_LLM_API_KEY
Net effect: external catalogs now show the full surface of @celiums/memory.
npm install @celiums/[email protected]
Breaking Changes
- Removed list-time filtering of AI-backed tools; `tools/list` now returns all registered tools unconditionally.
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 celiums/celiums-memory
Cognitive memory engine with 5,100+ knowledge modules, circadian rhythm awareness, and emotional state tracking (PAD model). Hybrid search (PostgreSQL + Qdrant vectors + Valkey cache), per-user memory isolation, and multi-protocol support (MCP, REST, OpenAI, LangChain, A2A). `npx @celiums/memory` Website
Related context
Related tools
Earlier breaking changes
- v2.0.0 SaaS/UI/monetization framing removed.
Beta — feedback welcome: [email protected]