← Back to wkappbot-core
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.

user/developer
askchatprompt-pumpwatchdogcoworkdismissrecovery

Steps

  1. Pump arms watchdog after last append
  2. T+7s: check editor text length; if >0 editor...
  3. Recovery call DismissDialogAsync -- closes C...
  4. Re-fire SendPromptAsync
  5. T+10s: recheck; if still stuck BUG-AUTO with...
  6. Quiet when no popover (NONE return); self-he...
  7. Verified 2026-04-19: experience/tests/sessio...
  8. Verified 2026-04-22: test-file-grep-pump-wat...