Automatically track your coding activity and generate AI-enhanced daily task reports — right inside VS Code. Stop writing standups manually. Your editor already knows what you did today.
Automatic activity tracking: Captures file creations, edits, saves, and tab switches silently in the background with intelligent debouncing and deduplication.
Smart task inference: A built-in rule engine analyzes your activity patterns and infers high-level tasks — API creation, feature development, refactoring, optimization, and more.
AI-enhanced summaries: Automatically uses GitHub Copilot's language model (if installed) to generate richer task descriptions — no extra setup needed. Falls back to a local Ollama instance if available, or the built-in rule engine.
JSON reports: Reports are saved to /reports/YYYY-MM-DD.json in your workspace and displayed in the Output panel.
Getting Started
Install the extension
Start coding — activity is tracked automatically
Open the Command Palette (Ctrl+Shift+P) and run CodeRecap: Generate Daily Report
AI-enhanced summaries work automatically if you have GitHub Copilot. No additional configuration needed.
Requirements
VS Code 1.90.0 or higher
GitHub Copilot (recommended) — for AI-enhanced task summaries