---
title: Enabling agentic coding in Xcode
url: https://calvin.my/posts/enabling-agentic-coding-in-xcode
published: 2026-03-01
updated: 2026-09-16
category: AI
tags:
- Xcode
- Apple
- Agentic
- Claude
summary: The post explains how to enable Xcode 26.3’s agentic coding feature by opening the Coding Agent panel, selecting a supported provider, linking an active subscription, installing the provider’s agent tool, and authorizing quota usage. Once setup succeeds, developers can use the chat interface to ask questions or request tasks, report issues from responses, and switch to the Claude Agent for coding work.
---

# Enabling agentic coding in Xcode

In Xcode v26.3, Apple ships a new agentic coding feature. This article shows the steps to enable the feature.

* * *

## Setup

1. Upgrades Xcode to the supported version (v26.3).

2. Opens the Coding Agent panel by clicking on the "star" button located at the top left.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/c1ea982e-ec10-45e3-b0a2-6c7bc5159188.png)

3. Clicks "Set Up..." to open the setting screen.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/17313fec-9666-4ec9-9cdf-70349341555c.png)

4. Pick a provider with which you have an active subscription. In this demo, Anthropic Claude is picked.&nbsp;

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/9372459d-b290-4f06-913f-11fb953c4eaf.png)

5. Now, you need to link your Claude subscription.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/62a9d5ed-04eb-4ec0-bba5-a7d986b551c5.png)

6. Next, install the Claude Agent tool.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/315e3909-de1f-44f7-bebe-90685b948792.png)

7. Finally, you need to authorize Xcode to consume your Claude Code's quota.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/7860a9a9-45f7-459c-a0ed-cbdeade8b9e8.png)

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/2bffc0a5-bc93-49c3-87e5-03b178fc9ba3.png)

8. If the setup is successful, you should be seeing a chat interface.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/0b645c81-8dd4-4032-a94c-7244645d55f1.png)

* * *

## Using it

1. It starts by sending a new message. You can ask questions or complete tasks.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/7723ecb1-f398-4d33-b1f8-f51d585a3f1c.png)

2. To report a concern or problem, use the "Report button" that appears at the end of each message.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/e68ed691-2028-4e10-a135-7648826e844a.png)

3. To switch to the Claude Agent, tap on the edit button located at the top of the panel.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/faee4cb8-c66f-466d-8203-7e8932fa124f.png)

4. You can now start building with the Claude Agent tool.

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/98c5a7ef-22c4-4194-96ac-8f7754270a3e.png)

   ![](https://camy-pub.s3.ap-southeast-1.amazonaws.com/907f3b72-24b8-438c-8264-f71c5d7a9f89.png)
