Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Chrome DevTools bridge now pushes external config to every connected peer, not just one

Chrome DevTools bridge now pushes config updates to all connected devices, not just the selected one

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaChrome & Browserwhat it touches
KindImprovementsin v2.1.268,
You'll notice

Chrome DevTools bridge now pushes config updates to all connected devices, not just the selected one

What

The bridge relay client used for the Chrome DevTools connection gained two new methods: pushExternalConfigToPeer(deviceId, config) and pushExternalConfigToAllPeers(config). Messages sent over the bridge now carry a target_device_id. When a pairing event ('paired') occurs, the client now calls pushExternalConfigToAllPeers() to update every connected peer, instead of only updating whichever device was currently selected. A newly connected peer also receives its own targeted push.

Why

This keeps configuration consistent across every connected device rather than only the one currently selected, which matters when more than one device is bridged at once.

See this entry in the whole of v2.1.268 →

Feedback