Skip to main content

Columns

ColumnStatusDescription
TodotodoTasks waiting to be worked on
In Progressin_progressTasks currently being executed by an AI agent
DonedoneSuccessfully completed tasks
CancelledcancelledCancelled or failed tasks
Drag a task between columns to change its status. The board updates in real-time across all views via SSE.

Task Cards

Each task card displays:
  • Title — The task description
  • Identifier — Team-scoped number (e.g., ENG-1)
  • Priority — Color-coded indicator (low, medium, high)
  • Labels — Colored badges
  • PR link — Clickable link when execution produces a PR
  • Execution progress — Progress bar during execution
  • Selection checkbox — For batch operations

Task Card Actions

Right-click or use the action menu on any card:
ActionAvailable when
Move to In ProgressTask is in Todo
ExecuteTask is in In Progress
CancelTask is executing
DeleteAny status
View DetailsAny status

Task Creation

Click + Add task in any column to open the creation form:
FieldRequiredDescription
TitleYesTask description (what you want built)
DescriptionNoAdditional context and requirements
PriorityNoLow, Medium (default), or High
LabelsNoCategorization tags
TeamNoAssign to a team for scoped numbering
ProjectNoAssociate with a project
Due dateNoTarget completion date

Task Detail View

Click any task card to open the detail panel showing:
  • Full task metadata (title, description, priority, labels, dates)
  • Execution logs (real-time during execution)
  • Execution progress and elapsed time
  • PR URL and outcome summary
  • Pending permission requests from the AI agent
  • Edit and delete controls

Selection and Batch Operations

1

Enter selection mode

Click the selection toggle on a column header to enable checkboxes on task cards.
2

Select tasks

Check individual tasks or use “Select All” on the column header.
3

Batch actions

The batch controls bar appears at the bottom with options:
  • Move to In Progress — Move selected Todo tasks
  • Execute Parallel — Run all selected tasks simultaneously
  • Execute Queue — Run selected tasks one at a time
  • Clear Selection — Deselect all

Model Selector

The model selector dropdown in the project config panel lets you choose which AI model to use for execution. It shows:
  • All connected providers with their available models
  • Free models from OpenCode (Minimix, GLM5, KimiK2.5)
  • Model capabilities (reasoning, tool calling)
  • Cost per token (input/output)
Changing the model applies to all subsequent executions.

Real-Time Updates

The board receives real-time updates via Server-Sent Events:
  • Task creation, updates, and deletion from other views
  • Execution progress during agent runs
  • Batch status changes
  • Permission requests from the AI agent
No manual refresh needed — the board stays in sync automatically.