From efb59096e74e4c28fac5abeb916d66f0bd362707 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 10 Feb 2026 15:34:12 -0600 Subject: [PATCH] docs: remove plain language headings --- docs/ai/ios-xcodebuildmcp.md | 4 ++-- docs/ai/usage-tokens.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ai/ios-xcodebuildmcp.md b/docs/ai/ios-xcodebuildmcp.md index aab7bcb..0a7afda 100644 --- a/docs/ai/ios-xcodebuildmcp.md +++ b/docs/ai/ios-xcodebuildmcp.md @@ -2,7 +2,7 @@ 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. 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 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. - Agents can access more of Xcode's capabilities without you manually clicking through the UI. diff --git a/docs/ai/usage-tokens.md b/docs/ai/usage-tokens.md index e3bb8ea..05bbeb2 100644 --- a/docs/ai/usage-tokens.md +++ b/docs/ai/usage-tokens.md @@ -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. 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. ### 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-Codex (1x) -### Practical Guidance (Plain Language) +### Practical Guidance - Use cheaper models for summaries, quick questions, and small edits. - 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. -## 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. Ask: Questions, summaries, or explanations.