BRAPI-1041: Add browser rendering commands to wrangler#13159
Merged
ruifigueira merged 11 commits intomainfrom Apr 10, 2026
Merged
BRAPI-1041: Add browser rendering commands to wrangler#13159ruifigueira merged 11 commits intomainfrom
ruifigueira merged 11 commits intomainfrom
Conversation
🦋 Changeset detectedLatest commit: 46aea44 The changes in this PR will be included in the next version bump. 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 |
Contributor
|
✅ All changesets look good Summary: 9 changesets reviewed - all pass validation.
All changesets:
|
Contributor
|
UnknownError: Your AI Gateway has authentication active, but you didn't provide a valid apiKey |
Contributor
|
@ruifigueira Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
f1e8772 to
ab5d092
Compare
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers |
penalosa
previously requested changes
Apr 9, 2026
cfc881d to
074c5f5
Compare
074c5f5 to
9bbdbd4
Compare
petebacondarwin
approved these changes
Apr 10, 2026
8a0cc36 to
d294765
Compare
workers-devprod
approved these changes
Apr 10, 2026
Contributor
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
ec89c44 to
58e7c27
Compare
Requested changes have been addressed
When multiple sessions or targets exist, the connect command now throws an error requiring explicit selection via session ID or --target flag, rather than outputting all items as JSON. This makes the behavior consistent: --json only works when the command can actually connect.
- Use JsonFriendlyFatalError for JSON-mode errors in connect.ts - Move shouldOpen calculation inside else block in create.ts - Extract throwIfNonInteractive helper to reduce duplication
1b6455e to
46aea44
Compare
Merged
petebacondarwin
pushed a commit
that referenced
this pull request
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
wrangler browser listandwrangler browser opencommands for managing Browser Rendering DevTools sessions. Also addsbrowser:writeOAuth scope towrangler login.Fixes BRAPI-1041
A picture of a cute animal (not mandatory, but encouraged)