Manage scheduled and planned tasks β drag across columns or use arrow buttons to move.
{# 'blocked' is a DERIVED bucket: task_pipeline.js folds ci_failed /
merge_conflict / changes_requested / failed / token_exhausted /
validating into it. It is not a storable status β never a move target. #}
{% set columns = [
("suggested", "Suggested"),
("backlog", "Backlog"),
("scheduled", "Scheduled"),
("in_progress", "In Progress"),
("pr_opened", "Awaiting Merge"),
("blocked", "Blocked"),
("done", "Done")
] %}
{% for status_key, status_label in columns %}
{{ status_label }}
0
{% if status_key == "suggested" %}
{% endif %}
Loading...
{% endfor %}
Add Task
💬 Send message to running task
Task: β
The message is queued and delivered at the next LLM call boundary (max 10 iterations per task).