docs: remove plain language headings
This commit is contained in:
parent
762e3d3521
commit
efb59096e7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This page focuses on MCP-based Xcode workflows and the XcodeBuildMCP setup.
|
This page focuses on MCP-based Xcode workflows and the XcodeBuildMCP setup.
|
||||||
|
|
||||||
## What XcodeBuildMCP Is (Plain Language)
|
## What XcodeBuildMCP Is
|
||||||
XcodeBuildMCP can run build and test tasks without you switching into Xcode for every step. This reduces context switching and makes workflows repeatable.
|
XcodeBuildMCP can run build and test tasks without you switching into Xcode for every step. This reduces context switching and makes workflows repeatable.
|
||||||
|
|
||||||
Think of it as a remote control for Xcode build actions. Instead of clicking around in Xcode, you ask the assistant to run the action and report the result.
|
Think of it as a remote control for Xcode build actions. Instead of clicking around in Xcode, you ask the assistant to run the action and report the result.
|
||||||
@ -144,7 +144,7 @@ Follow the official instructions: https://github.com/getsentry/XcodeBuildMCP
|
|||||||
## Xcode 26.3 And MCP Integration
|
## Xcode 26.3 And MCP Integration
|
||||||
Apple announced that Xcode 26.3 exposes Xcode capabilities through the Model Context Protocol (MCP), which enables compatible agents and tools to interact with Xcode features directly.
|
Apple announced that Xcode 26.3 exposes Xcode capabilities through the Model Context Protocol (MCP), which enables compatible agents and tools to interact with Xcode features directly.
|
||||||
|
|
||||||
### What This Means (Plain Language)
|
### What This Means
|
||||||
- Xcode can be controlled by MCP-enabled tools.
|
- Xcode can be controlled by MCP-enabled tools.
|
||||||
- Agents can access more of Xcode's capabilities without you manually clicking through the UI.
|
- Agents can access more of Xcode's capabilities without you manually clicking through the UI.
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ When a chat gets long, ask for a short summary and start a new chat using that s
|
|||||||
2. Copy the summary into a new chat.
|
2. Copy the summary into a new chat.
|
||||||
3. Continue from there with a smaller context.
|
3. Continue from there with a smaller context.
|
||||||
|
|
||||||
## Model Choice Matters (Plain Language)
|
## Model Choice Matters
|
||||||
Think of each model as a different "speed and cost" setting. Some models are cheap and fast. Some are smarter but cost more for the same question. If you pick a higher-cost model, you can burn through your daily or monthly allowance much faster.
|
Think of each model as a different "speed and cost" setting. Some models are cheap and fast. Some are smarter but cost more for the same question. If you pick a higher-cost model, you can burn through your daily or monthly allowance much faster.
|
||||||
|
|
||||||
### Models Available (From The Copilot Picker)
|
### Models Available (From The Copilot Picker)
|
||||||
@ -57,12 +57,12 @@ Think of each model as a different "speed and cost" setting. Some models are che
|
|||||||
- GPT-5.2 (1x)
|
- GPT-5.2 (1x)
|
||||||
- GPT-5.2-Codex (1x)
|
- GPT-5.2-Codex (1x)
|
||||||
|
|
||||||
### Practical Guidance (Plain Language)
|
### Practical Guidance
|
||||||
- Use cheaper models for summaries, quick questions, and small edits.
|
- Use cheaper models for summaries, quick questions, and small edits.
|
||||||
- Use expensive models only when the task is truly complex or high-stakes.
|
- Use expensive models only when the task is truly complex or high-stakes.
|
||||||
- If you are unsure, start with Auto or a 0.33x or 1x option, then move up only if needed.
|
- If you are unsure, start with Auto or a 0.33x or 1x option, then move up only if needed.
|
||||||
|
|
||||||
## Chat Modes And Cost (Plain Language)
|
## Chat Modes And Cost
|
||||||
Copilot chat has four modes. The lighter the mode, the less work you ask it to do.
|
Copilot chat has four modes. The lighter the mode, the less work you ask it to do.
|
||||||
|
|
||||||
Ask: Questions, summaries, or explanations.
|
Ask: Questions, summaries, or explanations.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user