Skip to content

roampal-ai/roampal-core

v0.5.5 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-assistant ai-coding ai-coding-assistant ai-memory ai-tools
+14 more
chromadb claude-code coding-assistant developer-tools llm long-term-memory mcp mcp-server memory model-context-protocol opencode persistent-memory python semantic-search

Summary

AI summary

Fixed 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

Track roampal-ai/roampal-core

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]