agent_resume
Resume a closed Claude or Codex worker from its recorded session, restoring its full prior context and identity. Address it by name or agent_id, then send follow-up instructions via agent_send.
Instructions
Resume a CLOSED claude or codex worker from its recorded session id (claude --resume / codex resume): a fresh pane, the same actor_id, and the worker's full prior context. Addressed by name or agent_id among closed agents (agent_list(include_closed: true)). Send it its next instruction with agent_send once resumed - this tool does not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The worker's name, e.g. "impl" or "DEVX-123". Prefer passing this rather than agent_id, but pass only one: if both arrive, agent_id wins and this is ignored. A partial name works when it matches exactly one running worker, so "123" finds DEVX-123. | |
| agent_id | No | Numeric agent id. Use name instead unless you have the id to hand. | |
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| actor_id | Yes | ||
| agent_id | Yes | ||
| tmux_target | Yes | ||
| branch_drift | No | ||
| was_parked_at | No | ||
| landed_in_project | No | ||
| resumed_session_id | Yes |