github cloudflare/workers-sdk create-cloudflare@2.64.0

Minor Changes

  • #12286 5ddd276 Thanks @elithrar! - Add AGENTS.md to Workers templates for AI coding agent guidance

    New Workers projects created via create-cloudflare now include an AGENTS.md file that provides AI coding agents with retrieval-led guidance for Cloudflare APIs. This helps agents avoid using outdated knowledge from their training data and instead consult current documentation.

    The file includes:

    • Links to Cloudflare documentation and MCP servers
    • Essential wrangler commands (dev, deploy, types)
    • Pointers to product-specific documentation for limits and APIs
  • #12454 c99c437 Thanks @petebacondarwin! - Respect CLOUDFLARE_ACCOUNT_ID environment variable for account selection

    When the CLOUDFLARE_ACCOUNT_ID environment variable is set, C3 will now use it directly
    instead of prompting for account selection. This matches wrangler's behavior and enables
    seamless CI/CD workflows where the account is pre-configured via environment variables.

    Previously, C3 would always call wrangler whoami and prompt for account selection when
    multiple accounts were available, ignoring the environment variable.

Patch Changes

  • #12365 9eca052 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 21.1.1 21.1.2
  • #12366 96d1605 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.20.0 3.21.0
  • #12367 9244501 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    gatsby 5.15.0 5.16.0
  • #12481 0ac76d5 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-vike 0.0.572 0.0.575

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.