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:
@@ -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`.
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user