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

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
J
Java Code Geeks
Jina AI
Jina AI
B
Blog RSS Feed
量子位
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
博客园 - 聂微东
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
I
InfoQ
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
Y
Y Combinator Blog
Vercel News
Vercel News
雷峰网
雷峰网

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 WordPress Studio Just Got Faster, the CLI is Now Dependency-Free, and Sonnet 5 Support 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
A Better Client Feedback Loop with Studio Code
Alexa Peduzzi · 2026-06-08 · via WordPress.com News
A mocked up terminal window with studio code and /annotate written in it and the WordPress Studio logo

I had a great talk with an agency partner, Marco from Arsnova, at the WordPress.com booth at WordCamp Europe a few days ago. Halfway through the conversation, I realized the feature I reach for almost every day would erase one of the most tedious parts of an agency’s job: chasing down client edits one screenshot at a time.

Studio Code is an agentic WordPress expert that lives in your terminal, helping you build sites, plugins, and themes locally on your computer. It’s part of the WordPress Studio suite of tools. Just describe what you want in plain language, and it gets to work. Think of it as a senior WordPress developer helping you build, with deep knowledge of WordPress baked in.

Studio Code in a terminal window with the site Maya's Food Blog selected

One of my favorite features built into Studio Code is a powerful little slash command called /annotate

/annotate running in a terminal window with the skill loaded

I told so many people about this feature at the booth, over Slack, and in hallway conversations with colleagues because it helps me solve a problem that I always have with similar coding agents: the classic screenshot-arrow-request feedback loop.

Without /annotate:

  1. My coding agent creates something.
  2. I don’t like a few elements, so I take screenshots of the things I don’t like and manually annotate it with arrows. 
  3. I upload the screenshots back to the agent, explaining the changes I want.
  4. Repeat forever until the coding agent gets it right.

But with /annotate:

  1. Studio Code creates something. 
  2. I want to make some changes, so I type /annotate.
  3. It launches a browser window where I can click on specific elements to give feedback, lump the feedback together, and send it all back to Studio Code at the same time.
  4. Studio Code makes the specific changes I requested all in one go.
A WordPress Site open in a browser with an annotation box open on the H1

Remember Marco, the agency partner I mentioned at the beginning? As I was demonstrating this feature in Studio Code for Marco, a colleague (Davi!) mentioned that this would be a time-saver and an excellent user experience to run /annotate while on a call with clients. 

Picture this: you’re on a call with a client, sharing your screen, walking through the site you built them. They point out changes as you talk. You drop annotations, as many as you want, as specific as you want, and Studio Code makes every edit when you’re done.

No more endless feedback loops. One /annotate session, and all of their changes are live on your local site. Then you can push the updated version to your client’s live WordPress.com-hosted site in just a few clicks.

Studio Code is currently in beta, and you can try it by downloading Studio CLI (either from the desktop app or directly from your terminal) and running studio code. Then simply select or create a local site and run /annotate to try this feature out for yourself.

As a reminder, tokens are unlimited while Studio Code is in beta — build, iterate, and give us feedback on GitHub.