generate_daily_summary
Generates a daily coding summary by aggregating session events, computing stats, and producing a natural language report with a pet reaction.
Instructions
Generate an LLM-powered daily coding summary with pet reaction. Aggregates session events, computes stats, and produces a natural language summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to summarize (YYYY-MM-DD format, default: today) | |
| force | No | Force regeneration even if a cached summary exists (default: false) |