wkappbot-core
★★☆
ask prompt pump: watchdog dismiss+resend recovery before BUG-AUTO
AskCommands.CdpPromptPump watchdog fires when editor retains text 10s after submit -- cause is usually a promo popover (Claude CoWork, Gemini copyright) eating the click. Watchdog now runs DismissDialogAsync + SendPromptAsync re-fire before declaring stuck; only actual unrecoverable cases hit AutoRegisterBug.
Steps
- Pump arms watchdog after last append
- T+7s: check editor text length; if >0 editor...
- Recovery call DismissDialogAsync -- closes C...
- Re-fire SendPromptAsync
- T+10s: recheck; if still stuck BUG-AUTO with...
- Quiet when no popover (NONE return); self-he...
- Verified 2026-04-19: experience/tests/sessio...
- Verified 2026-04-22: test-file-grep-pump-wat...