Using the walkthrough feature in Xcode 27

In the video "Xcode, Agents and You" (direct link), the presenter asks for a walkthrough of the open project and Xcode presents a rich-text overview of the app's architecture, with color-coded diagrams and clickable links to the files it discusses.

I can't get that to work when I try it, though. Is this a preview of a feature that isn't yet available in the first beta of Xcode 27? Is this because I'm using a local model or because it only works with a specific kind of model?

Answered by Developer Tools Engineer in 893484022

Hello! I think I just answered a related question of yours about local models here, so I'll keep it brief: Yeah, it's probably because you are using a local model.

If you use the "Chat" feature in Xcode to configure that local model, you will be missing out on the agentic features, so you will need to configure an agent harness like OpenCode to get full functionality.

It's also just worth noting that these kinds of features are really specific to each agent and its capabilities. If you are using a local model, the agent is not likely to be quite as creative, so when you ask for something like an HTML diagram of your project, your results may not be quite as magical. That said, I suspect you'll still get something very useful.

Accepted Answer

Hello! I think I just answered a related question of yours about local models here, so I'll keep it brief: Yeah, it's probably because you are using a local model.

If you use the "Chat" feature in Xcode to configure that local model, you will be missing out on the agentic features, so you will need to configure an agent harness like OpenCode to get full functionality.

It's also just worth noting that these kinds of features are really specific to each agent and its capabilities. If you are using a local model, the agent is not likely to be quite as creative, so when you ask for something like an HTML diagram of your project, your results may not be quite as magical. That said, I suspect you'll still get something very useful.

I have a Claude Pro subscriptions and tried this with a Claude Agent and it worked just like in the video. But if I use the free OpenAI GPT-5 Chat then I don't get the links. There is a significant capability difference between an agent and just a plain chat. The agents have tools that make them much smarter and have access to your file system, but other than running an open source agent on your own hardware, you will need a subscription. I got an open source chat model running on my laptop last night using MLX. I have yet to get the OpenCode Agent working yet. Cheers.

Using the walkthrough feature in Xcode 27
 
 
Q