File tree Expand file tree Collapse file tree
front_end/panels/whats_new Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ export function getReleaseNote(): ReleaseNote {
4040}
4141
4242let releaseNote : ReleaseNote = {
43- version : 148 ,
44- header : 'What\' s new in DevTools 148 ' ,
43+ version : 149 ,
44+ header : 'What’ s new in DevTools 149 ' ,
4545 markdownLinks : [
4646 {
47- key : 'extension-debugging ' ,
48- link : 'https://developer.chrome.com/blog/new-in-devtools-148/#extension-debugging ' ,
47+ key : 'devtools-for-agents ' ,
48+ link : 'https://developer.chrome.com/blog/new-in-devtools-149/#devtools-for-agents ' ,
4949 } ,
5050 {
51- key : 'sort-network-requests ' ,
52- link : 'https://developer.chrome.com/blog/new-in-devtools-148/#sort-network-requests ' ,
51+ key : 'ai-assistance ' ,
52+ link : 'https://developer.chrome.com/blog/new-in-devtools-149/#ai-assistance ' ,
5353 } ,
5454 {
55- key : 'accessibility-tree ' ,
56- link : 'https://developer.chrome.com/blog/new-in-devtools-148/#accessibility-tree ' ,
55+ key : 'css-code-completion ' ,
56+ link : 'https://developer.chrome.com/blog/new-in-devtools-149/#css-code-completion ' ,
5757 }
5858 ] ,
5959 videoLinks : [ ] ,
60- link : 'https://developer.chrome.com/blog/new-in-devtools-148 /' ,
60+ link : 'https://developer.chrome.com/blog/new-in-devtools-149 /' ,
6161} ;
Original file line number Diff line number Diff line change 1- ### [ Agentic extensions debugging ] ( extension-debugging )
1+ ### [ DevTools for agents ] ( devtools-for-agents )
22
3- You can now debug extensions through a coding agent using new tools in DevTools for agents,
4- available through the MCP server .
3+ DevTools for agents is now stable at version 1.0, bringing support for third-party developer tools
4+ provided by the inspected page, WebMCP debugging, and an improved CLI experience .
55
6- ### [ Sort network requests ] ( sort-network-requests )
6+ ### [ AI assistance ] ( ai-assistance )
77
8- The Network panel introduces a new Request # column, allowing you to sort requests by their
9- absolute chronological order of occurrence, independent of priority or duration .
8+ The AI assistance panel now integrates with Lighthouse data and offers interactive, widget-based agent walkthroughs.
9+ Supported by an upgrade to Gemini 3 and other optimizations, responses are now more concise and actionable .
1010
11- ### [ Accessibility tree ] ( accessibility-tree )
11+ ### [ CSS code completion ] ( css-code-completion )
1212
13- To streamline the Elements panel, the Accessibility tree toggle has moved from the DOM tree
14- to the Accessibility tab within the panel .
13+ The Styles tab in the Elements panel now features enhanced, Gemini-powered code completion.
14+ Experience smarter, real-time CSS suggestions that adapt dynamically as you type .
You can’t perform that action at this time.
0 commit comments