Patch Changes
-
#2351
f0af9a1Thanks @MattieTK! - New Cloudflare projects leave the paid-plan Worker Loader binding disabled so they can deploy on the Workers free plan. Enable sandboxed plugins in the scaffold prompt or with--sandboxed-plugins.The Cloudflare
sandbox()helper now selects the runner from theLOADERbinding inwrangler.jsonc, including the named environment selected withCLOUDFLARE_ENV. Without it, config-based sandboxed plugins do not load and marketplace or registry installs returnSANDBOX_NOT_AVAILABLE, while browsing remains available.