docs: remove outdated --channel=beta note#882
Merged
OrKoN merged 1 commit intoChromeDevTools:mainfrom Feb 4, 2026
Merged
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
c634849 to
4b48e46
Compare
OrKoN
approved these changes
Feb 4, 2026
Chrome M144 is now in the stable channel, so the note about requiring --channel=beta and the example configuration using it are outdated. Changes: - Removed --channel=beta from autoConnect example configuration - Removed note stating --channel=beta is required until M144 reaches stable
4b48e46 to
f55b38c
Compare
Collaborator
|
Thanks! |
Merged
via the queue into
ChromeDevTools:main
with commit Feb 4, 2026
acdb5c9
36 of 43 checks passed
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 4, 2026
🤖 I have created a release *beep* *boop* --- ## [0.16.0](chrome-devtools-mcp-v0.15.1...chrome-devtools-mcp-v0.16.0) (2026-02-04) ### 🎉 Features * include source-mapped stack trace for uncaught errors ([#876](#876)) ([ecef712](ecef712)) ### 🛠️ Fixes * accidental extra typing in the fill tool ([#886](#886)) ([3d6e59d](3d6e59d)) * update evaluateScript description formatting ([#880](#880)) ([24db9dd](24db9dd)) * use 1-based line/column and fix wasm offsets in stack frames ([#884](#884)) ([7e1ec81](7e1ec81)) ### 📄 Documentation * mention source-mapped stack traces in 'Key features' ([#883](#883)) ([579d18a](579d18a)) * remove outdated --channel=beta note ([#882](#882)) ([acdb5c9](acdb5c9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
wolfib
pushed a commit
to wolfib/chrome-devtools-mcp
that referenced
this pull request
Mar 10, 2026
## Summary Chrome M144 is now in the stable channel, so the note about requiring `--channel=beta` and the example configuration using it are outdated. ## Prompt Remove outdated documentation about --channel=beta since Chrome M144 is now in stable channel. ## Changes - Removed `--channel=beta` from the `--autoConnect` example configuration - Removed the note: "Note: you have to specify `--channel=beta` until Chrome M144 has reached the stable channel." ## Test plan - [x] Verified the documentation now reflects the current stable Chrome version 🤖 Generated with [Claude Code](https://claude.com/claude-code)
wolfib
pushed a commit
to wolfib/chrome-devtools-mcp
that referenced
this pull request
Mar 10, 2026
🤖 I have created a release *beep* *boop* --- ## [0.16.0](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.15.1...chrome-devtools-mcp-v0.16.0) (2026-02-04) ### 🎉 Features * include source-mapped stack trace for uncaught errors ([ChromeDevTools#876](ChromeDevTools#876)) ([ecef712](ChromeDevTools@ecef712)) ### 🛠️ Fixes * accidental extra typing in the fill tool ([ChromeDevTools#886](ChromeDevTools#886)) ([3d6e59d](ChromeDevTools@3d6e59d)) * update evaluateScript description formatting ([ChromeDevTools#880](ChromeDevTools#880)) ([24db9dd](ChromeDevTools@24db9dd)) * use 1-based line/column and fix wasm offsets in stack frames ([ChromeDevTools#884](ChromeDevTools#884)) ([7e1ec81](ChromeDevTools@7e1ec81)) ### 📄 Documentation * mention source-mapped stack traces in 'Key features' ([ChromeDevTools#883](ChromeDevTools#883)) ([579d18a](ChromeDevTools@579d18a)) * remove outdated --channel=beta note ([ChromeDevTools#882](ChromeDevTools#882)) ([acdb5c9](ChromeDevTools@acdb5c9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Summary
Chrome M144 is now in the stable channel, so the note about requiring
--channel=betaand the example configuration using it are outdated.Prompt
Remove outdated documentation about --channel=beta since Chrome M144 is now in stable channel.
Changes
--channel=betafrom the--autoConnectexample configuration--channel=betauntil Chrome M144 has reached the stable channel."Test plan
🤖 Generated with Claude Code