tasks_release
Release a held task to reopen it and clear its claim, enabling other agents to claim and work on it.
Instructions
Release a task the current session holds, reopening it (status back to open, claim cleared) so another agent can claim it. Only the current holder may release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | task id to release | |
| session | No | the acting agent's session: the cc/<id> or cx/<id> on your briefing's 'Seam session' line, or a session name. Defaults to the connection's bound session, then a sole active ambient. Pass it whenever you have not run session_start and several agents are active -- the bare call is then ambiguous and fails rather than guesses. | |
| session_id | No | the acting agent's session ULID; takes precedence over session and the bound session |