v2.0.72 (+47 tokens)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
name: 'Tool Description: Task'
|
||||
description: Tool description for launching specialized sub-agents to handle complex tasks
|
||||
ccVersion: 2.0.62
|
||||
ccVersion: 2.0.72
|
||||
variables:
|
||||
- TASK_TOOL
|
||||
- AGENT_TYPE_REGISTRY_STRING
|
||||
@@ -28,6 +28,7 @@ When NOT to use the ${TASK_TOOL} tool:
|
||||
|
||||
|
||||
Usage notes:
|
||||
- Always include a short description (3-5 words) summarizing what the agent will do
|
||||
- Launch multiple agents concurrently whenever possible, to maximize performance; to do that, use a single message with multiple tool uses
|
||||
- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.
|
||||
- You can optionally run agents in the background using the run_in_background parameter. When an agent runs in the background, you will need to use ${TASK_TOOL} to retrieve its results once it's done. You can continue to work while background agents run - When you need their results to continue you can use ${TASK_TOOL} in blocking mode to pause and wait for their results.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
name: 'Tool Description: TaskUpdate'
|
||||
description: Description for the TaskUpdate tool, which updates Claude's task list
|
||||
ccVersion: 2.0.70
|
||||
ccVersion: 2.0.72
|
||||
-->
|
||||
Use this tool to update a task in the task list.
|
||||
|
||||
@@ -40,6 +40,10 @@ Attempting to update an unclaimed task or a task owned by another agent will fai
|
||||
|
||||
Teammates should add comments while working to signal progress to the team and team lead.
|
||||
|
||||
## Staleness
|
||||
|
||||
Make sure to read a task's latest state using \`TaskGet\` before updating it.
|
||||
|
||||
## Examples
|
||||
|
||||
Mark task as resolved after completing work:
|
||||
|
||||
Reference in New Issue
Block a user