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

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

WordPress.com News

Purple: A WooCommerce Theme for WordPress.com Stores How to Monetize a Blog Without Turning It Into a Job WordPress.com Changelog: Custom AI Themes and A New Video Player Twenty-Five Years Later, We Remember September 11 8 Ways to Grow Website Traffic When Google Sends Less of It Changelog: Hosting Dashboard, ChatGPT Plugin, & WordPress 7.1 WordCamp US 2026 Recap: The Artist and the Algorithm WordPress Studio Is Now Agentic — Try the Beta WordPress.com ChatGPT Plugin: Manage Your Site from ChatGPT Every Site, One Click Away in the Hosting Dashboard When WordPress.com Support Knows It’s Time for a Human WordPress.com Guidelines: Give Your Site a Memory WordPress.com Student Plan: Free Websites Students Keep WordPress.com Student Plan: Free Websites Students Keep WordPress.com Changelog: Brand Memory and Better Renewal Warnings WordCamp US 2026 Schedule Highlights: Talks, Demos & More WordPress.com Changelog: New Blocks, Notes & Plan Changes 7 Reasons to Attend WordCamp US 2026 in Phoenix How to Find WordPress Meetups and WordCamps Near You 7 Reasons to Attend WordCamp US 2026 in Phoenix Master SEO & AIO: A Free Course for the AI Search Era WordPress.com Changelog: A More Flexible Editor What Is Agentic Commerce? What It Means for Your Store How to Choose a Web Host: 7 Factors to Consider WordPress.com Changelog: Shape Your Newsletter Signup and Get Domain Help in Chat Build your first plugin with WordPress Studio and Cursor Feature Clips: Turn Posts Into Social-Ready Video Customize What Newsletter Subscribers See | WordPress.com Your WordPress Expert, Now on Desktop: Studio Code Beta Jetpack Search 7.0: Find Products Faster in WooCommerce
WordPress Studio Just Got Faster, the CLI is Now Dependen...
Fredrik Rombach Ekelund · 2026-07-14 · via WordPress.com News
a design of a speed meter and a terminal window plus the WordPress Studio logo

Good news for WordPress developers working on building plugins, themes, blocks, or full sites locally:

  1. Every WordPress Studio site is faster. Just open the Studio app to feel the difference.
  2. If you’ve been curious about the Studio CLI but didn’t want to install Node.js just to try it, you’re in luck. We’ve updated the install command to one dependency-free line. Run it in your terminal, and you’re in.
  3. Studio Code is now running Anthropic’s most agentic Sonnet model by default.

As a reminder, WordPress Studio is our agentic local development tool for WordPress. It’s free, open source, and improving every month.

A faster building experience

Page loads are now 30–50% faster, and your local Studio sites use less than a third of the memory than they did before. You’ll notice it most on sites carrying a lot of plugins, exactly where things used to feel slower.

That speed comes from a new default Native PHP runtime that runs your site with fewer abstractions.

The WordPress Studio site setting modal window showing Native and Sandbox PHP runtime options

If you’d rather keep a site’s code strictly contained — say, you’re testing an untrusted third-party plugin or theme — you can switch that site to the Sandbox runtime option anytime under Site Settings → Edit site → PHP runtime. Sandbox, which is powered by WordPress Playground, keeps a site’s code from running other programs on your machine or reaching outside its own folder. 

This faster runtime is live now for all Studio users on version 1.12.0 or later. Check to see if your existing Studio sites are automatically running this new Native runtime under Site Settings → Edit site → PHP runtime.

Try the Studio CLI without touching npm

We’ve also made Studio CLI better and easier to use. Studio CLI now installs with a single, dependency-free command. No need to install Node.js and npm first. Just run the right command for your operating system in your terminal to install:

# macOS and Linux
curl -fsSL https://wordpress.studio/install.sh | bash

# Windows
irm https://wordpress.studio/install.ps1 | iex

Once installed, you get the full power of Studio from your terminal: manage and create local sites, push and pull sites, run WP-CLI commands, push to production or staging, and tap into Studio Code, the purpose-built AI coding agent for WordPress.

And if you’ve already installed Studio CLI via the npm command, don’t worry. It’s still available and will keep receiving updates.

Sonnet 5 is Studio Code’s new default model

Speaking of Studio Code, it now runs Anthropic’s Claude Sonnet 5 model by default. That means it’s better at multi-step, hands-on work: tracing a bug across several files, reading your logs, reasoning about your theme and plugin code, and carrying out a fix rather than just describing one.

The Studio desktop app open to the Studio Code area

Because Studio Code works directly inside your local Studio environment, it has the full context of your site. Point it at something that’s broken and it can check the logs, find the relevant code, explain what’s going wrong, and propose a change you can review before applying. Or start from scratch: build a plugin, create a custom block, spin up a custom post type, or tweak your theme all in plain language.

The available models for Studio Code in a terminal window

You don’t need to change anything to use Sonnet 5; it’s already the default model in Studio Code if you’re on Studio 1.14.0 or later. That said, you can always change to any supported model by selecting it in the drop-down menu in the desktop app or running the /model command in your terminal.

Try it today

Update to Studio 1.12.0 or later to automatically start using the faster Native PHP runtime, and learn more about the CLI in the docs. Plus, give Sonnet 5 a spin in Studio Code during your next build.

There’s plenty more coming to WordPress Studio over the next few weeks and months. Keep an eye on our release notes, and tell us what you think on GitHub.