product updateApple

Xcode 26.5 adds message queuing and clarifying questions for AI coding assistants

TL;DR

Apple released Xcode 26.5 with two new Coding Intelligence features: the ability to queue multiple messages to AI coding assistants without waiting for responses, and agent support for asking clarifying questions before executing tasks. The update builds on agentic coding capabilities introduced in Xcode 26.3, which allowed developers to integrate tools like OpenAI Codex and Anthropic's Claude directly into the IDE.

2 min read
0

Xcode 26.5 adds message queuing and clarifying questions for AI coding assistants

Apple released Xcode 26.5 on May 11, 2026, with two new Coding Intelligence features designed to streamline agentic coding workflows. The update enables developers to queue multiple messages to AI assistants and allows agents to ask clarifying questions before executing tasks.

New Coding Intelligence features

According to Apple's Xcode 26.5 release notes, the two additions are:

  • Message queuing: Developers can now queue messages in the coding assistant without waiting for the previous response to complete (bug ID 174563016)
  • Clarifying questions: Agents can ask clarifying questions before proceeding with tasks to provide more accurate results (bug ID 175182375)

The features build on agentic coding capabilities Apple introduced in Xcode 26.3, which allowed developers to integrate AI tools like OpenAI Codex and Anthropic's Claude Agent directly into Xcode for tasks ranging from writing boilerplate code to updating entire projects based on documentation and file structure.

Context: AI-generated code in production

The update arrives as major tech companies report significant increases in AI-generated code. During Airbnb's Q1 2026 earnings call, the company disclosed that 60% of its new code is now written by AI. Google CEO Sundar Pichai reported in early 2026 that 75% of the company's code was AI-generated, up from 50% in fall 2025.

Additional Xcode 26.5 updates

The release also includes new StoreKit Testing support that allows developers to simulate Apple's monthly subscriptions with 12-month commitments, along with several bug fixes and improvements.

What this means

Message queuing addresses a core friction point in AI-assisted development: developers can now maintain momentum by queuing multiple requests rather than waiting for each response. The clarifying questions feature represents a shift toward more interactive agent workflows, potentially reducing the iterations needed to achieve desired results. These incremental improvements signal Apple's commitment to making Xcode competitive in an IDE market increasingly defined by AI capabilities, though specific adoption metrics for Xcode's AI features remain undisclosed.

Related Articles

product update

Apple adds Google Gemini to Xcode 26.6 as third coding assistant option alongside Claude and OpenAI Codex

Apple released Xcode 26.6 on June 25, 2026, adding Google Gemini as a third AI coding assistant option for developers. The IDE now supports Gemini alongside Anthropic Claude Agent and OpenAI Codex, plus compatibility with other agents through the Agent Client Protocol.

product update

Cline CLI v3.0.30 Adds Token Counter, SAP AI Core Support, and OpenRouter Improvements

Cline shipped CLI v3.0.30 on June 26, 2024, adding a token count display in the status bar alongside cost tracking. The update integrates SAP AI Core as a provider, refreshes the model catalog with latest provider models, and fixes OpenRouter prompt caching behavior.

product update

iOS 27 beta adds ChatGPT toggle to new Siri app, but context doesn't transfer between models

Apple's iOS 27 beta introduces a standalone Siri app with a chatbot interface that allows users to switch between Siri and ChatGPT by long-pressing the input field. Conversation context does not transfer when switching providers, and the app defaults back to Siri when reopened.

product update

Vercel AI SDK adds Grok 4.3, reasoning effort controls, and image quality model support for xAI

Vercel released version 3.0.97 of its AI SDK's xAI integration, adding support for three new models: Grok 4.3, Grok Build 0.1, and Grok Imagine Image Quality. The update introduces reasoning effort controls with 'none' and 'medium' settings.

Comments

Loading...