You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text("Requires Xcode \(requiredXcodeVersion) or later. Current version: \(versionText).")
77
83
}elseif isConnected {
78
84
Text("Xcode's built-in MCP server is connected, enabling richer editor integration.")
85
+
}elseif isRegistryOnly {
86
+
Text("Manual installation of Xcode's built-in MCP server is blocked by your organization's registry policy. Please check the MCP Registry for an approved installation option, or contact your enterprise IT administrator.")
79
87
}elseif isConfiguredButNotConnected {
80
88
Text("Please confirm in Xcode to allow the built-in MCP server.")
81
89
}else{
82
90
VStack(alignment:.leading, spacing:4){
83
-
Text("Connect Copilot to Xcode’s built‑in MCP server to enable richer editor integration.")
91
+
Text("Connect Copilot to Xcode's built-in MCP server to enable richer editor integration.")
-**Toolcall Auto Approval**: Streamlined workflow with auto-approval support for MCP tools, sensitive files, and terminal commands.
6
-
-**MCP Registry**: The MCP registry and allowlist features are now available (requires editor preview feature flag).
5
+
-**Context Window and Auto Compress**: Track context token usage directly from the chat input and automatically compact conversation history to save tokens.
6
+
-**Xcode MCP Server Setup**: Install and connect Xcode's built-in MCP server directly from settings.
7
+
-**General Availability**: Custom agents and the Auto model are now generally available.
7
8
8
-
**💪 Improvements**
9
+
**💪 Changes**
9
10
10
-
-Refined the working set header.
11
-
- Improved the details view for MCP tool calls.
11
+
-Removed support for macOS 12.
12
+
- Improved UI for model picker tooltips.
12
13
13
14
**🛠️ Bug Fixes**
14
15
15
-
- Fixed layout issues with tool calls.
16
-
- Resolved display issues for Next Edit Suggestions (NES).
17
-
- Improved error messaging for SSL certificate failures.
18
-
- Addressed various performance issues.
16
+
- Fixed an issue where GPT-5.4 requests could return a 400 error.
17
+
- Fixed an issue where the MCP allowlist did not work correctly.
0 commit comments