Skip to content

roampal-ai/roampal-core

v0.4.6 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

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

Removed regex tag extraction, automatic tag migration on startup, and fact extraction from roampal summarize.

Full changelog

v0.4.6 — Context Quality

Improves context injection quality by removing low-signal extractions and reframing auto-extracted facts.

Changes

1. Reworded facts header in context injection

  • Facts section now indicates auto-extracted facts are directional, not authoritative
  • LLM treats them as leads to verify rather than ground truth

2. Removed regex tag extraction from book ingestion

  • extract_tags_regex() removed from store_book() — low signal on book chunks
  • Tags will come from LLM extraction once approach is validated

3. Removed automatic tag migration on startup

  • TagMigration no longer runs on first server startup
  • Users can backfill tags using roampal summarize if needed

4. Cleaned up roampal summarize

  • Removed fact extraction (was creating low-signal clutter in context)
  • Skips tag extraction for memories that already have tags

Install

pip install roampal==0.4.6

Breaking Changes

  • Removed `extract_tags_regex()` from `store_book()` eliminating regex-based tag extraction for books.
  • Disabled automatic `TagMigration` that previously ran on first server startup, requiring manual backfill via `roampal summarize` if needed.

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]