Skip to content

roampal-ai/roampal-core

v0.4.2 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 2mo 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 intermittent UserPromptSubmit hook errors by caching embeddings and increasing the timeout.

Full changelog

Summary

  • Fix intermittent "UserPromptSubmit hook error" — embedding cache eliminates redundant encode calls (~12s → ~4s), hook timeout bumped 5s → 10s
  • OpenCode plugin scoring fixes — 1.5s debounce on session.idle prevents duplicate exchange storage from subagent completions, compacting hook and score detection registered correctly
  • Version check fiximportlib.metadata replaces from roampal import __version__ which was shadowed by co-installed roampal-cli
  • ONNX Runtime groundwork — optional backend validates embedding compatibility ahead of future PyTorch removal

What's Changed

Bug Fixes

  • Embedding cache (32 entries) eliminates redundant encode() calls in get_context_for_injection()
  • Hook urlopen timeout bumped 5s → 10s as safety margin
  • Version check uses importlib.metadata — no longer shadowed by co-installed roampal-cli (3 files)

OpenCode Plugin

  • experimental.session.compacting moved to top-level hook registration
  • tool.execute.after detects MCP scoring completion, prevents sidecar double-scoring
  • session.idle debounced 1.5s to protect against subagent noise

Performance

  • Optional ONNX Runtime backend with automatic PyTorch fallback (pip install roampal[onnx])

Install / Upgrade

pip install --upgrade roampal

Full Release Notes: RELEASE_NOTES.md

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]