diff --git a/src/features/background-agent/types.ts b/src/features/background-agent/types.ts index 5edbe102d..443330a6e 100644 --- a/src/features/background-agent/types.ts +++ b/src/features/background-agent/types.ts @@ -32,6 +32,7 @@ export interface BackgroundTask { rootSessionID?: string parentSessionID: string parentMessageID: string + teamRunId?: string description: string prompt: string agent: string @@ -76,6 +77,8 @@ export interface LaunchInput { agent: string parentSessionID: string parentMessageID: string + teamRunId?: string + suppressTmuxSpawn?: boolean parentModel?: { providerID: string; modelID: string } parentAgent?: string parentTools?: Record