Skip to content

Commit 032bfb3

Browse files
committed
Apply prettier to the interrupted lifecycle union
1 parent d66933c commit 032bfb3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/tui/agent-progress.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ export interface AgentProgressSession {
1818
readonly status: "running" | "done" | "failed" | "cancelled";
1919
/** Present when the strip knows lifecycle independently of TUI status. */
2020
readonly lifecycleStatus?:
21-
| "pending_init"
22-
| "running"
23-
| "interrupted"
24-
| "completed"
25-
| "shutdown"
26-
| "not_found";
21+
"pending_init" | "running" | "interrupted" | "completed" | "shutdown" | "not_found";
2722
readonly currentToolName: string | null;
2823
/**
2924
* Bounded subject of the oldest outstanding call (command, path, pattern…),

0 commit comments

Comments
 (0)