What problem does it solve? It turns scattered conversation histories from multiple AI tools (Grok, Claude, Codex, Qwen, Cursor, Antigravity) into a coherent, themed work summary, so you can recall what you accomplished without digging through raw logs. ## Core Features & Use Cases - Multi-tool history collection: Pulls normalized conversation data via oma recap --json with a Claude history.jsonl fallback when the CLI is unavailable. - Themed grouping: Groups work by content and project rather than by tool or chronology, with time-blocked themes for daily recaps and sprint-style project sections for multi-day windows. - Saved Markdown output: Writes recaps to .agents/results/recap/ with TL;DR, overview, themes, and tool usage patterns, respecting the configured response language. - Use Case: Ask for a recap of last week and receive a project-ordered sprint report summarizing milestones, decisions, and tool-switching patterns across all your AI coding sessions. ## Quick Start Ask the assistant to generate a recap of today's work across all AI tools and save it as a Markdown file.