[app-server] fix: add thread_id to turn/plan/updated (#7553)

Realized we're missing this while migrating VSCE.
This commit is contained in:
Owen Lin
2025-12-03 15:00:07 -08:00
committed by GitHub
parent de08c735a6
commit 231ff19ca2
2 changed files with 15 additions and 1 deletions

View File

@@ -1294,6 +1294,7 @@ pub struct TurnDiffUpdatedNotification {
#[serde(rename_all = "camelCase")]
#[ts(export_to = "v2/")]
pub struct TurnPlanUpdatedNotification {
pub thread_id: String,
pub turn_id: String,
pub explanation: Option<String>,
pub plan: Vec<TurnPlanStep>,