Difference between revisions of "Tasks"

From docs
Jump to: navigation, search
(Created page with "Path: Callproof Support - Website - Maps - Tasks == What is Tasks? == Tasks in Claude Code refers to how it plans and tracks work. Within a session, Claude br...")
 
(What is Tasks?)
Line 2: Line 2:
  
 
== What is Tasks? ==
 
== What is Tasks? ==
Tasks in Claude Code refers to how it plans and tracks work. Within a session, Claude breaks a request into steps and tracks progress — originally through a tool called TodoWrite, but as of Claude Code v2.1.142 this has moved to a more structured set of Task tools (TaskCreate, TaskUpdate, TaskGet, TaskList). The key upgrade is persistence: unlike TodoWrite, which only lived in the conversation and disappeared on restart or compaction, the newer Task system saves state to disk, so tasks can survive session restarts and even be shared across multiple terminals working on the same project.
 

Revision as of 12:31, 14 July 2026

Path: Callproof Support - Website - Maps - Tasks

What is Tasks?