feat: display background task count in status bar (#421)

This commit is contained in:
Mimo
2026-04-09 20:17:12 +08:00
committed by GitHub
parent 2eae161139
commit 0e1b653d43
11 changed files with 150 additions and 8 deletions
+1
View File
@@ -172,6 +172,7 @@ export const SessionSchema = z.object({
agentStateVersion: z.number(),
thinking: z.boolean(),
thinkingAt: z.number(),
backgroundTaskCount: z.number().optional(),
todos: TodosSchema.optional(),
teamState: TeamStateSchema.optional(),
model: z.string().nullable(),