Tasks

Hawa Code task management has been upgraded from TodoWrite to Task mode.

Features

Task mode stores the task list in local files and supports the following features:

  • Cross-Subagent Collaboration: Share and synchronize task status across different Subagents
  • Cross-Session Persistence: Manage tasks across sessions by configuring environment variables
  • Task Dependency Management: Set dependencies between tasks to ensure correct execution order

It is recommended to enable this mode when working on large-scale engineering projects for better task tracking and management.

Configuration

Enable Task Mode

Set the environment variable:

HAWA_CODE_ENABLE_TASKS=true

Enable Cross-Session Task Management

Set a task list ID (any string):

HAWA_CODE_TASK_LIST_ID=your-task-list-id

After configuration, the task list will be synchronized across different sessions.