End the current session and record work summary
Ends the current session and displays a summary of work completed.
/plugin marketplace add shakes-tzd/htmlgraph/plugin install htmlgraph@htmlgraphEnd the current session and record work summary
/htmlgraph:end
/htmlgraph:end
Gracefully end the current session and show work summary
This command uses the SDK's None() method.
from htmlgraph import SDK
sdk = SDK(agent="claude")
# Parse arguments
**DO THIS:**
1. **Run these commands to capture session info:**
```bash
htmlgraph session list --limit 1
htmlgraph session end
Parse the output to extract:
Present the session summary using the output template above
Include the summary of accomplishments:
Provide next-session guidance:
htmlgraph serve.htmlgraph/sessions/CRITICAL CONSTRAINT:
/htmlgraph:end when the user explicitly requests it
### Output Format:
## Session Ended
**Session ID:** {session_id}
**Duration:** {duration}
**Events:** {event_count}
### Work Summary
{features_worked_on_with_counts}
### Progress Made
- {accomplishment_summary}
---
Session recorded in `.htmlgraph/sessions/`
View dashboard: `htmlgraph serve`