Skip to content

Task Board

The task board is a Kanban-style view of all tasks in your current project. It provides an at-a-glance view of work status and supports drag-and-drop task management.

The board has three columns:

ColumnStatusesIcon
BacklogTasks waiting to be runInbox
In ProgressQueued, processing, blocked, or failed tasksZap
DoneCompleted tasksCheck

Click any task card to open the Task Detail modal. This shows full information about the task including execution logs, file changes, and annotations.

Drag task cards between columns to change their status:

  • Backlog → In Progress — queues the task for execution
  • In Progress → Backlog — moves it back to the backlog
  • Any → Done — marks the task as complete

Click the + button on the Backlog column to create a new task.

Each card shows:

  • Title — the task name
  • Type indicator — Code, Writing, or Thinking
  • Task ID and creation time
  • Running indicator — a spinner for actively processing tasks

The task board automatically filters to the currently active project. When you select a project in the sidebar, only that project’s tasks appear on the board.