Skip to content

Commit 0320f12

Browse files
committed
Release 0.47.0
1 parent 3241b2a commit 0320f12

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

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.47.0 - February 4, 2026
9+
### Added
10+
- Auto approval for MCP tools, sensitive files, and terminal commands.
11+
- MCP registry and allowlist are now available (requires editor preview feature flag).
12+
13+
### Changed
14+
- Improved UI for MCP tool call details.
15+
- Improved UI for working set header.
16+
17+
### Fixed
18+
- Fixed toolcall layout issue.
19+
- Fixed NES display issue.
20+
- Fixed error message for SSL certificate errors.
21+
- Fixed several performance issues.
22+
823
## 0.46.0 - December 11, 2025
924
### Added
1025
- MCP: Support delete MCP server from list.

ReleaseNotes.md

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

3-
**🎄 Holiday Special**
4-
5-
- As the holiday season approaches, we want to wish all our users a Merry Christmas and a Happy New Year! 🎅✨ This release focuses on refinements and bug fixes to ensure a smooth coding experience during the holidays. Stay tuned for more exciting features in the next release!
3+
**🚀 Highlights**
64

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).
77

88
**💪 Improvements**
99

10-
- **Refined Tool Layout**: Enhanced the display of tool calls, including better error reporting and output details.
11-
- **MCP Improvements**: Added support for deleting MCP servers directly from the list.
12-
- **Feedback**: Updated the feedback forum link to better hear from you.
10+
- Refined the working set header.
11+
- Improved the details view for MCP tool calls.
1312

1413
**🛠️ Bug Fixes**
1514

16-
- Fixed an issue where the "Fix Error" window would auto-focus unexpectedly.
17-
- Resolved issues with `insert_edit_into_file` where changes were sometimes not applied or applied to the incorrect file.
18-
- Fixed a display bug in the model picker for models with same name.
19-
- Fixed random failures in `read_file` and `read_directory` tools.
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.

0 commit comments

Comments
 (0)