tool · inferred from evidence
Wrangler
A CLI tool for managing Cloudflare Workers, mentioned in the context of login and authentication issues.
- Text generation is wrong or incomplete during wrangler dev with the workers-ai provider
If `wrangler dev` gives you truncated or wrong generations through the AI SDK provider but `wrangler dev --remote` looks fine, the local proxying in the provider was at fault. Upgrade the workers-ai provider to v0.0.13 or later, which conta
- Wrangler login fails with 403 "bot challenge page" on a VPS — use API token auth instead
Skip the OAuth handshake entirely: create an API token in the Cloudflare dashboard (with the permissions your wrangler commands need) and export it as CLOUDFLARE_API_TOKEN — wrangler authenticates with the token and never hits the bot-chall