diff --git a/src/features/background-agent/types.ts b/src/features/background-agent/types.ts index 6973dd783..10269f29b 100644 --- a/src/features/background-agent/types.ts +++ b/src/features/background-agent/types.ts @@ -19,11 +19,13 @@ export interface TaskProgress { export interface BackgroundTask { id: string sessionID?: string + rootSessionID?: string parentSessionID: string parentMessageID: string description: string prompt: string agent: string + spawnDepth?: number status: BackgroundTaskStatus queuedAt?: Date startedAt?: Date