Update work
update_workRecord task context, progress, or blockers, and deliver live prompts or replies to other agents for real-time coordination.
Instructions
Record task context or deliver a live prompt/reply to another promptable workspace agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Kind of task-scoped update | |
| content | Yes | Concise context another agent needs | |
| task_id | No | Required for record; optional context for prompts | |
| agent_id | No | Usually omit — Concord derives your identity from your session. Pass only the id your client told you (Codex); a session Concord can see always wins. | |
| operation | No | Defaults to record; prompt and reply deliver live inter-agent messages | |
| to_agent_id | No | Recipient required for prompt | |
| workspace_id | No | Workspace id returned by a Concord operation. Omit to use the automatically resolved repository workspace. | |
| delivery_mode | No | Live delivery mode; steer is the only mode in v1 | |
| idempotency_key | No | Required for prompt and reply; makes delivery safe to retry | |
| reply_to_message_id | No | Message being answered for reply |