tx

Filters and Settings

Assignment and label filters plus settings CRUD workflows

The Tasks surface supports both list and kanban workflows, and Settings is now split into focused tabs so defaults and cycle behavior are easier to manage.

Task Views and Filters

Use the toolbar view toggle to switch between List and Kanban.

In List view, statuses are no longer grouped into backlog/in-progress/done buckets. Instead, you get 8 explicit status filters with live counts:

  • Backlog
  • Ready
  • Planning
  • Active
  • Blocked
  • Review
  • Needs Review
  • Done

In Kanban view, those same statuses are rendered as columns. Drag a task card between columns to update status. The Done column starts collapsed to keep active work in focus and supports expansion/pagination for larger histories.

Status transitions in either view map directly to the same headless lifecycle primitives (tx done and status updates), so UI actions and CLI workflows stay aligned.

Assignment and labels still live in the toolbar filter popover:

  • Assignment: all, human, agent, unassigned
  • Labels: multi-select
  • Filter button count: shows how many filter controls are active

Settings Tabs

Settings now has three tabs:

General

  • Default task assignment type
  • Default task view (list or kanban)

Labels

  • Label create/edit/delete workflows

Cycles

  • Cycle length in days
  • Cycle start day
  • Carry-over statuses used when completing a cycle

Continue

On this page