Expand description
Task Tracker tool for structured task management during complex sessions.
Based on NL2Repo-Bench findings: agents that leverage explicit planning
tools achieve significantly better scores. This tool provides a first-class
mechanism for the agent to create, update, and query a task checklist
persisted to .vtcode/tasks/.
§Actions
create: Create a new task checklist with a title and list of itemsupdate: Mark a specific task item as completed, in_progress, or pendinglist: Show the current task checklist and its statusadd: Add a new item to an existing checklist
Structs§
- Task
Checklist - The full task checklist
- Task
Item - A single task item
- Task
Tracker Args - Arguments for the task_tracker tool
- Task
Tracker Tool - Task Tracker tool state