packages/todo

September 6, 2026 · View on GitHub

English | 中文

Summary

The todo group gives agents a session-level task list to plan with: add tasks, mark them in progress, and check them off, with the same list persisting across turns and reopened sessions. It is one product package that provides the todo_write tool; the list belongs to the agent session that created it, and each update replaces the whole list. Interactive hosts show the standing plan from the list, while the group itself ships no UI.

Table of Contents


Packages

PackageRolectx key
tool-todoLets the agent maintain a session task list: plan tasks, update status, and track progressregisters on ctx.tools


Dev Note

Working context for maintainers — click to expand

None.