diff --git a/packages/protocol/openapi.json b/packages/protocol/openapi.json index f087ba5f614..6f519677a81 100644 --- a/packages/protocol/openapi.json +++ b/packages/protocol/openapi.json @@ -3964,7 +3964,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable inbox work remains after interruption.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes pending steering input while queued work remains parked.", "summary": "Interrupt session execution" } }, diff --git a/packages/www/openapi.json b/packages/www/openapi.json index f087ba5f614..6f519677a81 100644 --- a/packages/www/openapi.json +++ b/packages/www/openapi.json @@ -3964,7 +3964,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable inbox work remains after interruption.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes pending steering input while queued work remains parked.", "summary": "Interrupt session execution" } }, diff --git a/packages/www/public/openapi.json b/packages/www/public/openapi.json index f087ba5f614..6f519677a81 100644 --- a/packages/www/public/openapi.json +++ b/packages/www/public/openapi.json @@ -3964,7 +3964,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable inbox work remains after interruption.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes pending steering input while queued work remains parked.", "summary": "Interrupt session execution" } },