max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| @@ -720,7 +720,7 @@ | |||
| 720 | 720 | "set_subtask_completed" | |
| 721 | 721 | } | |
| 722 | 722 | fn description(&self) -> &'static str { | |
| 723 | - | "Check or uncheck a subtask: pass `completed` true or false. Idempotent: setting a subtask to the state it already holds is a no-op, so a retry cannot flip it back. `task_id` is the parent task, `subtask_id` comes from `get_task`. A linked subtask cannot be set here -- its state follows the task it links, so complete that task instead." | |
| 723 | + | "Check or uncheck a subtask: pass `completed` true or false. Idempotent: setting a subtask to the state it already holds is a no-op, so a retry cannot flip it back. `task_id` is the parent task, `subtask_id` comes from `get_task`. A linked subtask cannot be set here. Its state follows the task it links, so complete that task instead." | |
| 724 | 724 | } | |
| 725 | 725 | fn kind(&self) -> ToolKind { | |
| 726 | 726 | ToolKind::Write(caps::task_subtask_update()) |