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:
@@ -328,6 +328,7 @@ class HeadlessSession {
|
|||||||
messageId: last.id,
|
messageId: last.id,
|
||||||
name: step.name || 'Agentctl thread'
|
name: step.name || 'Agentctl thread'
|
||||||
})
|
})
|
||||||
|
await this.refreshView()
|
||||||
results.push({ createThreadFromLastMessage: true, messageId: last.id, view })
|
results.push({ createThreadFromLastMessage: true, messageId: last.id, view })
|
||||||
}
|
}
|
||||||
if (step.stageFixtureAttachment) {
|
if (step.stageFixtureAttachment) {
|
||||||
|
|||||||
Reference in New Issue
Block a user