memory_save_turn
Save a distilled task summary with problem, root cause, fix, and verification into local EverOS memory for later retrieval.
Instructions
Save a high-value task summary into local EverOS. Use only for distilled outcomes, not whole chats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flush | No | Whether to trigger EverOS flush immediately. Default true. | |
| title | No | Short label for this memory. | |
| summary | Yes | Task summary containing problem, root cause, fix, and verification. | |
| keywords | No | Optional keywords to improve later retrieval. | |
| project_id | No | EverOS project_id. Optional when the MCP can infer a repo-based default from the current workspace. | |
| session_id | No | Optional explicit session_id. Defaults to a generated codex session id. |