feat(automation): Phase 686 automation-modal-open IPC (v0.8.661)

Add automation-modal-open → automation-modal-opened route. Update README
for test:ci-phase686 bundle.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 00:34:05 -04:00
co-authored by Cursor
parent 3c86576e7d
commit e8bd59d0c3
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
Pearcord desktop UI IPC dispatch and automated flow scenarios for Bare smokes. Mirrors `apps/pearcord` pear-pipe message handling.
**Phase 686 (v0.8.661):** `automation-modal-open``automation-modal-opened`; composer focus after automation modal. Bundle: `npm run test:ci-phase686`.
**Phase 685 (v0.8.660):** `webhook-modal-open``webhook-modal-opened`; composer focus after webhook modal. Bundle: `npm run test:ci-phase685`.
**Phase 684 (v0.8.659):** `bot-modal-open``bot-modal-opened`; `uninstall-bot` composer focus. Bundle: `npm run test:ci-phase684`.
+5
View File
@@ -2399,6 +2399,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
send({ type: 'webhook-modal-opened' })
return true
}
if (t === 'automation-modal-open') {
pushState()
send({ type: 'automation-modal-opened' })
return true
}
if (t === 'uninstall-bot') {
await platform.uninstallBot(msg.botId)
pushState()