Overview
Session Summary selects one Work Session and condenses its goal, progress, and outcome into a single page. It's useful for helping teammates quickly understand your work or for sharing context before a code review.
Report Structure
Each generated report includes the following sections.
What this session set out to accomplish and why that work was needed
Design decisions and trade-offs made during the session
List of commits in the session, each with a one-line description
All files changed across the session and a summary of what changed
Usage Guide
Command Syntax
Type the command below in the Claude Code conversation window. Omitting sessionId uses the current session automatically.
/summarize [sessionId?]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| sessionId | string | Optional | current session | ID of the session to summarize. Omit to use the current Claude Code session (CLAUDE_SESSION_ID env var). To summarize another session, find its ID in the dashboard and pass it here. |
Execution Flow
Error Reference
aiflare.yml is missing from the project root or api_key is empty.
Running outside Claude Code without specifying sessionId. Run inside Claude Code or provide the session ID explicitly.
No data exists for the specified session ID. Verify that at least one git commit was made during that session.