mirror of
https://mirror.skon.top/github.com/code-yeongyu/oh-my-opencode
synced 2026-04-30 18:50:29 +08:00
feat(background-agent): extend types for team-mode background tasks
This commit is contained in:
@@ -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<string, boolean>
|
||||
|
||||
Reference in New Issue
Block a user