continue_task
Resume interrupted coding work by auto-selecting the most relevant session and generating a ready continuation prompt, preserving context across AI assistants.
Instructions
Use this when a user says continue/resume a feature. Auto-selects the best session and returns a ready continuation prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Optional explicit session ID override. | |
| project_path | No | Optional explicit project path. | |
| user_request | No | Raw request like "continue auth feature". | |
| target_assistant | No | Assistant that will continue the task. | unknown |
| include_completed | No | ||
| prefer_current_directory | No | ||
| append_context_loaded_note | No |