惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
C
Cybersecurity and Infrastructure Security Agency CISA
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Know Your Adversary
Know Your Adversary
S
Securelist
I
Intezer
AWS News Blog
AWS News Blog
L
LINUX DO - 热门话题
P
Privacy International News Feed
Recent Announcements
Recent Announcements
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
博客园 - 聂微东
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Attack and Defense Labs
Attack and Defense Labs
N
News and Events Feed by Topic
The GitHub Blog
The GitHub Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
爱范儿
爱范儿
B
Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
S
Secure Thoughts
K
Kaspersky official blog
N
News | PayPal Newsroom
O
OpenAI News
Last Week in AI
Last Week in AI
C
Check Point Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Cyberwarzone
Cyberwarzone
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Tor Project blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
D
Docker
Hugging Face - Blog
Hugging Face - Blog
T
Threat Research - Cisco Blogs
Cisco Talos Blog
Cisco Talos Blog
The Register - Security
The Register - Security
博客园 - 司徒正美
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
P
Palo Alto Networks Blog

developer.chrome.com: Blog

A developer toolkit to make your website agent-ready  |  Blog  |  Chrome for Developers Unlock runtime insights: Introducing third-party developer tools for Chrome DevTools for agents  |  Blog  |  Chrome for Developers What's New in WebGPU (Chrome 149-150)  |  Blog  |  Chrome for Developers Join the WebMCP origin trial  |  Blog  |  Chrome for Developers Seamless PWA origin migration: Change domains without losing users  |  Blog  |  Chrome for Developers Chrome 150 beta  |  Blog  |  Chrome for Developers New in Chrome 149  |  Blog  |  Chrome for Developers What's new in DevTools (Chrome 149)  |  Blog  |  Chrome for Developers Build new features using built-in AI in Chrome  |  Blog  |  Chrome for Developers What's new in web extensions: I/O 2026 recap  |  Blog  |  Chrome for Developers New in Chrome at Google I/O 2026  |  Blog  |  Chrome for Developers Modernize authentication with passkeys, digital credentials, and more  |  Blog  |  Chrome for Developers 15 updates from Google I/O 2026: Powering the agentic web with new capabilities, tools, and features in Chrome  |  Blog  |  Chrome for Developers Declarative partial updates  |  Blog  |  Chrome for Developers Introducing the HTML-in-Canvas API origin trial  |  Blog  |  Chrome for Developers Gap decorations: Now available in Chromium  |  Blog  |  Chrome for Developers Streamlined sign-in: Immediate UI mode is now available  |  Blog  |  Chrome for Developers Install web apps with the new HTML install element | Blog | Chrome for Developers Chrome 149 beta | Blog | Chrome for Developers New in Chrome 148 | Blog | Chrome for Developers What's new in DevTools (Chrome 148) | Blog | Chrome for Developers Container Timing origin trial | Blog | Chrome for Developers Empower your team with expanded roles in the Developer Dashboard | Blog | Chrome for Developers Localization support for web app manifests | Blog | Chrome for Developers Unlock Structured Clone for Chrome Extension Messaging | Blog | Chrome for Developers What's New in WebGPU (Chrome 147-148) | Blog | Chrome for Developers Final Soft Navigations origin trial starting in Chrome 147 | Blog | Chrome for Developers Connection Allowlists origin trial: Secure your web application's network  |  Blog  |  Chrome for Developers Improved Japanese phonetic name support in Chrome autofill  |  Blog  |  Chrome for Developers Take our course about AI evaluations  |  Blog  |  Chrome for Developers Chrome 148 beta | Blog | Chrome for Developers Chrome Web Store: A smarter, faster appeals process | Blog | Chrome for Developers New in Chrome 147 | Blog | Chrome for Developers What's new in DevTools (Chrome 147) | Blog | Chrome for Developers Chrome 147 enables concurrent and nested view transitions with element-scoped view transitions | Blog | Chrome for Developers Enter video Picture-in-Picture automatically on more sites | Blog | Chrome for Developers When to use WebMCP and MCP | Blog | Chrome for Developers Chrome 147 beta | Blog | Chrome for Developers New in Chrome 146 | Blog | Chrome for Developers What's new in DevTools (Chrome 146) | Blog | Chrome for Developers
Streamline your AI coding workflow with Chrome DevTools for agents 1.0  |  Blog  |  Chrome for Developers
2026-05-19 · via developer.chrome.com: Blog

Streamline your AI coding workflow with Chrome DevTools for agents 1.0

Matthias Rohmer

José Luis Zapata

Published: May 19, 2026

AI coding tools are incredibly powerful at writing code, but they are often disconnected from its execution. They can generate a complex web app, but they cannot observe its behavior or inspect its output in a live browser.

Chrome DevTools for agents provides your coding agent with the visibility it needs to verify, debug, and optimize code in real time. A couple months ago we showed it for the first time, and now we are excited to announce that Chrome DevTools for agents is now available as a stable 1.0 release.

Connect your agent to the browser

Chrome DevTools for agents allows your agent to experience your site like a real user would. This stable release includes several ways for you and your agent to interface with Chrome:

  • Model Context Protocol (MCP) server: A server that connects Large Language Models (LLMs) to DevTools debugging capabilities.
  • Command-line interface (CLI): A token-efficient alternative that allows agents to batch actions into scripts.
  • Agent skills: Expert instructions that teach your agent how and when to use specific tools for tasks like accessibility or performance debugging.

Debug, emulate, and audit automatically

With the 1.0 release, your coding agent can now perform advanced debugging tasks that were previously manual.

Automate quality audits

Your agent can now run Lighthouse audits to evaluate website quality. It can identify issues with accessibility, SEO, best practices, and agentic browsing. It's like having a linter that understands the runtime. Used as a quality gate, it turns your coding agent into an expert that catches critical blockers before they reach production.

Emulate real-world user experiences

Your agent can use DevTools for agents to test how a site looks and performs on various devices or in different locations using emulation tools. It can resize windows, simulate geolocations, and throttle network and CPU speeds to mimic real-world conditions. This way, your agent can test mobile-specific behaviors, like burger menus, without you having to manually resize your browser.

Develop and debug Chrome Extensions

You can also let your agent not only help you develop Chrome Extensions but also debug them. Your agent can install, reload, and trigger extension actions directly. This helps automate the frequent "save-and-refresh" cycle during development. It can also dive into background scripts and extension pages to help you fix bugs in more complex browser setups.

Debug and test WebMCP tools

We're also bringing deep visibility to the WebMCP (Web Model Context Protocol) Origin Trial to help you implement this new API.

Instead of having your agent rely on signals to infer a plan for navigating the DOM, it can directly interact with structured tools that you expose using WebMCP. This makes it easier to develop, test and debug these tools: your agent can list, programmatically invoke, and validate their correctness in real time. This streamlines the process of adding WebMCP support to your site and testing it.

Detect and debug memory leaks

We have also added dedicated tools for memory analysis. Your agent can now take heap snapshots to identify memory leaks, such as detached DOM nodes. By using specialized memory leak debugging skills, the agent acts as a performance expert to help you keep your application lean and fast.

Hand over sessions with auto-connect

You can share your current browser context with an agent, instead of the agent opening its own sandboxed browser instance (which is how DevTools for agents usually gives agents access to the browser). This is perfect for debugging things that require a login, like an authenticated dashboard, where you want the AI agent to take over the technical investigation without you having to re-authenticate everything.

Expose internal state with third-party developer tools

Third-party developer tools allow your web application to share internal state and component details directly with AI agents. By providing access to data that is usually hidden from standard analysis, these tools give agents the context they need to understand complex logic. This results in more accurate debugging suggestions based on how the application is actually behaving in the browser.

Get started

You can install the stable release using npm or configure it directly in your agent of choice:

Antigravity

Chrome DevTools for agents comes pre-bundled with Antigravity 2.0. You can start using it immediately with the browser sub-agent. Try using a slash command such as:

/browser Navigate to the Google homepage

To access specialized agent skills, we recommend installing the DevTools plugin during the Build with Google step of the initial setup or within the application settings. For more information, check out the Antigravity Browser Subagent documentation.

Gemini CLI

To install the MCP package and skills as an extension, use the following command:

$ gemini extensions install --auto-update https://github.com/ChromeDevTools/chrome-devtools-mcp

Claude Code

To install Chrome DevTools for agents as a Claude Code Plugin, use the following slash commands in Claude Code. Add the marketplace registry:

/plugin marketplace add ChromeDevTools/chrome-devtools-mcp

And install the plugin from the marketplace registry:

/plugin install chrome-devtools-mcp@chrome-devtools-plugins

For more detailed guides and example prompts, visit our Chrome DevTools for agents documentation. You can also explore the source code on GitHub.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-05-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]