Cursor shipped an update to Design Mode on June 5 that replaces text prompts as the primary interaction model for UI work. Developers can now click an element in a running application, draw annotations directly over the rendered page, or speak instructions aloud, and the IDE’s agent edits the underlying code in response.

The practical shift is structural. Where the previous design workflow required switching between Figma for visuals and an IDE for code, Design Mode runs both simultaneously against a live dev server. Cursor reported on its blog that selecting an element passes two signals to the agent: the element’s xpath, component tree, and computed styles, plus a screenshot capturing the exact page state and surrounding layout.

The release pairs Design Mode with Composer 2.5, Cursor’s faster model for targeted interface edits. Agents finish each edit and the app hot reloads while the developer queues the next change.

Chat-first AI interaction is narrowing as the dominant pattern for builder tools. Point-and-edit on a running artifact is becoming the standard for frontend work; teams building on other IDEs should evaluate whether their current toolchain can match that loop speed.

Source: Cursor blog (cursor.com/blog), published 2026-06-05.