end_session
Close Cursor work sessions by syncing context files, updating Agent OS, and committing changes to git with session summaries.
Instructions
Close the current Cursor session, sync all context files, update Agent OS files, and commit to git. This is the main tool for ending a work session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationSummary | Yes | Summary of what was accomplished in this session. If not provided, will attempt to extract from context. | |
| accomplishments | No | List of specific accomplishments (optional, will be extracted if not provided) | |
| decisions | No | List of decisions made during this session (optional) | |
| blockers | No | List of blockers or issues encountered (optional) | |
| nextSteps | No | List of next steps or TODO items (optional) |