This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed GUI deletion blocking new memory generation and improved scoring request reliability.
Full changelog
Roampal Core v0.5.5 — 2026-04-27
Bugfix release. Fixes issue #8 where GUI deletion of memories blocks new memory generation.
What's Fixed
- Soft-delete for memory_bank — ChromaDB hard delete doesn't actually remove vectors from HNSW, causing phantom dedup matches that block new memories after GUI deletion. Replaced with status=archived metadata update plus status filter on all query/dedup paths.
- Scoring mutex to async queue — Eliminates dropped scoring requests that caused consecutive failures (~50% of exchanges dropped with slow localhost models like qwen3:1.7b)
- Sidecar summary contamination fix — Delimiter fencing prevents small models from laundering injected memory text into stored summaries
What's New
- include_archived flag on /api/search endpoint for searching archived entries when needed
- _get_count() capacity check rewritten to batch-fetch metadatas (O(1) ChromaDB call instead of O(n) per-ID round trips), excludes archived entries
- Startup phantom migration removes dead IDs from pre-fix hard deletes
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 roampal-ai/roampal-core
Outcome-based persistent memory for AI coding tools. Memories that help get promoted, memories that mislead get demoted. Works with Claude Code and OpenCode via hooks + MCP.
Related context
Beta — feedback welcome: [email protected]