What's New
Memory Insights Tool
New memory_insights tool that analyzes stored memories and produces actionable insights:
- Activity summary — memories created in a time period, grouped by type and tag
- Open items — open TODOs and issues with stale detection (configurable via
MEMORA_STALE_DAYS) - Consolidation candidates — similar memory pairs that could be merged
- LLM analysis — themes, focus areas, knowledge gaps, and summary (optional, requires
OPENAI_API_KEY)
memory_insights(period="7d", include_llm_analysis=True)
memory_insights(period="1m", include_llm_analysis=False)Other Changes
- Fix D1 SQL variable limit by batching IN clauses
- Add Claude Code skill for Memora memory behavior