mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
feat: add 'blocked' status to tasks and todos (#22735)
This commit is contained in:
@@ -22,6 +22,7 @@ export const TASK_TYPE_LABELS: Record<TaskType, string> = {
|
||||
export enum TaskStatus {
|
||||
OPEN = 'open',
|
||||
IN_PROGRESS = 'in_progress',
|
||||
BLOCKED = 'blocked',
|
||||
CLOSED = 'closed',
|
||||
}
|
||||
export const TaskStatusSchema = z.nativeEnum(TaskStatus);
|
||||
|
||||
Reference in New Issue
Block a user