wkappbot-core
★☆☆
Ask anon AI tab: preserve on failure
AskCommands.ChatGpt and AskCommands.Claude must gate cdp.TryCloseAnonymousTabAsync() on ok=true. On ask failure (ok=false), the anonymous AI tab MUST stay open so the user can log in or inspect the failed page. Gemini's AskCommands.Gemini.cs uses inverted convention (if (!ok)) for a different reason and is intentionally untouched.
Steps
- Gate TryCloseAnonymousTabAsync on ok=true in...
- Never close the anon tab when ok=false -- us...
- AskCommands.Gemini.cs keeps its 'if (!ok)' c...
- Verified 2026-05-18: ev-tab-anon-close-failu...