Save Active Session
save_active_sessionSave a session checkpoint before stopping so another AI harness can locate and resume the exact work state later.
Instructions
Save a checkpoint of the current session (unified checkpoint) so another harness can retrieve it via locate_and_load_session.
Call it before stopping (rate limit reached, end of session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | short session title. | |
| project | No | project path. | |
| summary | Yes | objective + progress state (a few sentences). | |
| next_steps | No | what remains to be done / next action. | |
| files_touched | No | paths of modified files. | |
| source_harness | No | origin harness (codex, opencode, zcode, antigravity). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |