fix(agentctl): refreshView after sendMessageWithStagedStickers (Phase 581)

Re-verify expression headless flows refresh view after staged sticker send.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 15:59:53 -04:00
co-authored by Cursor
parent 3f172146e2
commit a6fdcc9e92
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ Both modes use **`pearcord-ui-flow` `dispatchUiMessage`** — the same handler a
**v0.8.527 (Phase 564):** Headless `sendFriendRequest` and `acceptFriendRequest` `refreshView` re-verified. Bundle: `npm run test:agentctl-phase564-contacts` (chains `test:agentctl-phase546-contacts`).
**v0.8.544 (Phase 581):** Headless `toggleGuildReaction` + `sendMessageWithStagedStickers` `refreshView` re-verify. Bundle: `npm run test:agentctl-phase581-expression` (chains `test:agentctl-phase580-stickers`).
**v0.8.543 (Phase 580):** Headless `upsertGuildSticker`/`removeGuildSticker` `refreshView` re-verify. Bundle: `npm run test:agentctl-phase580-stickers` (chains `test:agentctl-phase579-emoji`).
**v0.8.542 (Phase 579):** Headless `upsertGuildEmoji`/`removeGuildEmoji` `refreshView` re-verify. Bundle: `npm run test:agentctl-phase579-emoji` (chains `test:agentctl-phase578-automation`).
+1
View File
@@ -380,6 +380,7 @@ class HeadlessSession {
content: content || 'sticker send',
stickerNames: [name]
})
await this.refreshView()
results.push({ sendMessageWithStagedStickers: true, stickerName: name, view })
}
if (step.sendMessageWithStagedAttachments) {