feat(wrangler): automate names for agent-driven deploys - #14907
Conversation
🦋 Changeset detectedLatest commit: 06bf48f The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
✅ All changesets look good |
|
Review posted successfully to PR #14907. Summary: I reviewed the PR and found one actionable issue — the automatic workers.dev subdomain registration ( |
@cloudflare/autoconfig
@cloudflare/config
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
|
Codeowners approval required for this PR:
Show detailed file reviewers |
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
Prevent agent-driven deploys from pausing for Worker and workers.dev subdomain naming.
When Wrangler detects a pure agent environment, it now derives the Worker name from the project, skips autoconfig naming confirmations, and automatically registers a project-derived workers.dev account subdomain on the first deploy. Human-driven deploys retain the existing interactive flow.
Agent-generated Worker names also use the existing collision guard to avoid overwriting an unrelated Worker. Deploy output explains how the user can change both names.
A picture of a cute animal (not mandatory, but encouraged)