Minor Changes
-
#12286
5ddd276Thanks @elithrar! - Add AGENTS.md to Workers templates for AI coding agent guidanceNew Workers projects created via
create-cloudflarenow include anAGENTS.mdfile 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
c99c437Thanks @petebacondarwin! - RespectCLOUDFLARE_ACCOUNT_IDenvironment variable for account selectionWhen the
CLOUDFLARE_ACCOUNT_IDenvironment 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 whoamiand prompt for account selection when
multiple accounts were available, ignoring the environment variable.
Patch Changes
-
#12365
9eca052Thanks @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
96d1605Thanks @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
9244501Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
Dependency From To gatsby 5.15.0 5.16.0 -
#12481
0ac76d5Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
Dependency From To create-vike 0.0.572 0.0.575