fix(agentctl): refreshView after createThreadFromLastMessage (v0.8.574)

Ensure headless scenario steps see updated thread channel state
after create-thread IPC for Phase 611 verification.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 18:22:28 -04:00
co-authored by Cursor
parent c3939f570f
commit 89c6b8c87b
+1
View File
@@ -328,6 +328,7 @@ class HeadlessSession {
messageId: last.id,
name: step.name || 'Agentctl thread'
})
await this.refreshView()
results.push({ createThreadFromLastMessage: true, messageId: last.id, view })
}
if (step.stageFixtureAttachment) {