Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Tool description

TaskList, as sent

CLI Claude Code, interactive mode, v2.1.278. 12 model strings share this prompt, byte for byte.

Lines21998 characters
Moved+0−0 against v2.1.277
Reach12model strings receive this description
Copies1distinct descriptions under this name
Tools in captureall of themevery description on this arm
Plain text · sha256 e179dcc4c755

The description, line by line

21 lines Line numbers are v2.1.277 on the left and this capture on the right.
1 1 Use this tool to list all tasks in the task list.
2 2
3 3 ## When to Use This Tool
4 4
5 5 - To see what tasks are available to work on (status: 'pending', no owner, not blocked)
6 6 - To check overall progress on the project
7 7 - To find tasks that are blocked and need dependencies resolved
8 8 - After completing a task, to check for newly unblocked work or claim the next available task
9 9 - **Prefer working on tasks in ID order** (lowest ID first) when multiple tasks are available, as earlier tasks often set up context for later ones
10 10
11 11 ## Output
12 12
13 13 Returns a summary of each task:
14 14 - **id**: Task identifier (use with TaskGet, TaskUpdate)
15 15 - **subject**: Brief description of the task
16 16 - **status**: 'pending', 'in_progress', or 'completed'
17 17 - **owner**: Agent ID if assigned, empty if available
18 18 - **blockedBy**: List of open task IDs that must be resolved first (tasks with blockedBy cannot be claimed until dependencies resolve)
19 19
20 20 Use TaskGet with a specific task ID to view full details including description and comments.
21 21