mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat: display background task count in status bar (#421)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user