Windows desktop app crashes when Browser pane opens a Cloudflare-challenged site (preview_start)
Status Open
Reported on v2.1.97
Maintainer reply None cached
Activity 1 comment · opened Aug 28, 2026
Environment
- Claude Code 2.1.97, Windows desktop app
- Windows 11 Home 10.0.26200
- Model: claude-fable-5
Summary
Opening the in-app Browser pane via preview_start with a URL on a site protected by a Cloudflare bot challenge crashes the entire desktop app. Reproduced 6 times in one session; the user had to reinstall the app each time to recover.
Repro
- In a session, call the Browser pane tool
preview_startwith{url: "https://crtc.gc.ca/eng/whatsnew.htm"}(this site returns HTTP 403 withCf-Mitigated: challengeto non-browser clients, i.e. the pane will land on a Cloudflare challenge interstitial). - The tool returns successfully (
navOk: true, tabId assigned). - The desktop app crashes immediately after, before any follow-up tool call completes.
Observed
- Crash occurred on every attempt (6/6). After resuming the session, an immediate
get_page_textreturned a "No preview is open" error (pane state lost); re-opening withpreview_startreturnednavOk: trueagain and the app crashed again the same way. - Plain
curlto the same URL confirms the Cloudflare challenge response (403,Cf-Mitigated: challenge, Turnstile CSP headers), so the pane is presumably rendering the challenge page when it dies.
Expected
Worst case the tab should show the challenge page or fail the navigation; the host app should never crash.
🤖 Generated with Claude Code
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗