feat(wrangler): surface Local Explorer API to headless agents#14688
Conversation
🦋 Changeset detectedLatest commit: 01750c1 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 |
|
Confirmed: Now let me consider whether this is truly a risk here. All negative tests assert Let me verify one final real concern: does Let me do a final check: is The implementation is correct. The routes are accurate, gating logic is sound, env checks correct, URL construction correct. The only observations are minor test-robustness (latent, not currently failing) and a redundant Let me do one last verification that The code is correct, well-tested, and follows repo conventions. No logic bugs, security issues, backward-compat violations, or incorrect API behavior found. The routes match the actual explorer worker endpoints exactly. LGTM |
@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 |
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
dario-piotrowicz
left a comment
There was a problem hiding this comment.
LGTM 😄 Thanks @NuroDev! 🙏
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Fixes N/A.
This change updates the Wrangler CLI to make it so when an agent starts the dev server with
wrangler devit will print a message to the console informing the agent that the Local Explorer API exists and some endpoints it can use.A picture of a cute animal (not mandatory, but encouraged)
🪼