This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryRemoved 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 fromstore_book()— low signal on book chunks- Tags will come from LLM extraction once approach is validated
3. Removed automatic tag migration on startup
TagMigrationno longer runs on first server startup- Users can backfill tags using
roampal summarizeif 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
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]