Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a87de7e

Browse files
committed
Release 0.48.0
1 parent 0f53734 commit a87de7e

3 files changed

Lines changed: 26 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.48.0 - April 23, 2026
9+
### Added
10+
- Context window usage details in chat, including a token breakdown for system instructions, messages, attached files, and tool results.
11+
- Auto Compress setting to compact conversation history and save context tokens.
12+
- Install flow for Xcode's built-in MCP server from settings.
13+
14+
### Changed
15+
- Custom agents and the Auto model are now generally available.
16+
- Removed support for macOS 12.
17+
- Improved UI for model picker tooltips.
18+
19+
### Fixed
20+
- Fixed an issue where GPT-5.4 requests could return a 400 error.
21+
- Fixed an issue where the MCP allowlist did not work correctly.
22+
823
## 0.47.0 - February 4, 2026
924
### Added
1025
- Auto approval for MCP tools, sensitive files, and terminal commands.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ You can receive auto-complete type suggestions from GitHub Copilot either by sta
2626

2727
## Requirements
2828

29-
- macOS 12+
30-
- Xcode 8+
29+
- macOS 13+
30+
- Xcode 14+
3131
- A GitHub account
3232

3333
## Getting Started

ReleaseNotes.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
### GitHub Copilot for Xcode 0.47.0
1+
### GitHub Copilot for Xcode 0.48.0
22

33
**🚀 Highlights**
44

5-
- **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.
78

8-
**💪 Improvements**
9+
**💪 Changes**
910

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.
1213

1314
**🛠️ Bug Fixes**
1415

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

Comments
 (0)