Rename Browser Rendering to Browser Run in user-facing strings#13516
Merged
petebacondarwin merged 2 commits intocloudflare:mainfrom Apr 15, 2026
Merged
Rename Browser Rendering to Browser Run in user-facing strings#13516petebacondarwin merged 2 commits intocloudflare:mainfrom
petebacondarwin merged 2 commits intocloudflare:mainfrom
Conversation
Updates all user-facing references from 'Browser Rendering' to 'Browser Run': - Binding friendly names in workers-utils (CLI output headers) - wrangler browser subcommand descriptions and error messages - Product owner labels in command metadata - Token scope descriptions - Miniflare README heading - Environment variable documentation comments - Test expectations updated to match Internal code identifiers (function names, file paths, variable names) are unchanged — only user-visible strings are renamed. Part of the Browser Run rename (Agents Week 2026). beep-boop-🤖
🦋 Changeset detectedLatest commit: fe1867f 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 |
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: |
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers |
- list.ts: 'No active browser rendering sessions' → 'Browser Run' - view.ts: same error message fix - browser-rendering.test.ts: update test expectations - dev.test.ts: update describe block name - versions.view.test.ts: update snapshot (Browser → Browser Run) - index.ts: update comment - Add changeset for wrangler, miniflare, workers-utils beep-boop-🤖
petebacondarwin
approved these changes
Apr 15, 2026
workers-devprod
approved these changes
Apr 15, 2026
Contributor
workers-devprod
left a comment
There was a problem hiding this comment.
Codeowners reviews satisfied
jonnyparris
added a commit
to jonnyparris/workers-sdk
that referenced
this pull request
Apr 16, 2026
Follow-up cleanup from cloudflare#13516 per review feedback from @petebacondarwin: - fixtures/browser-rendering/ → fixtures/browser-run/ - browser-rendering.test.ts → browser-run.test.ts - Updated fixture package.json name and pnpm-lock.yaml beep-boop-🤖
3 tasks
Member
Author
|
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.
Rename "Browser Rendering" to "Browser Run" in all user-facing strings as part of the product rename (Agents Week 2026). Per the rename checklist.
Changes (22 files across wrangler, miniflare, workers-utils)
User-facing string changes:
workers-utils/config/validation.ts: Binding friendly names"Browser"→"Browser Run"(CLI output headers)browser-rendering/index.ts: Namespace descriptionbrowser-rendering/utils.ts: Error messages ("Browser Rendering API error"→"Browser Run API error")browser-rendering/create.ts,close.ts,list.ts,view.ts: Command descriptions, owner labels, log/error messagesuser/user.ts: Token scope descriptioncore/teams.d.ts: Product owner type unionminiflare/README.md: Section headingindex.ts: Internal commentInternal-only changes (comments/docs):
workers-utils/environment-variables/factory.tsandmisc-variables.ts: JSDoc commentsTests updated:
index.test.ts,browser-rendering.test.ts,dev.test.ts,deploy/durable-objects.test.ts,versions/versions.view.test.tsInternal code identifiers (function names, file paths, variable names) are unchanged.
beep-boop-🤖