Skip to content

Commit afbbdad

Browse files
committed
Release 0.39.0
1 parent e7fd64d commit afbbdad

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.39.0 - July 23, 2025
9+
### Fixed
10+
- Performance: Fixed a freezing issue in 'Add Context' view when opening large projects.
11+
- Login failed due to insufficient permissions on the .config folder.
12+
- Fixed an issue that setting changes like proxy config did not take effect.
13+
- Increased the timeout for ask mode to prevent response failures due to timeout.
14+
815
## 0.38.0 - June 30, 2025
916
### Added
1017
- Support for Claude 4 in Chat.

ReleaseNotes.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
### GitHub Copilot for Xcode 0.38.0
1+
### GitHub Copilot for Xcode 0.39.0
22

33
**🚀 Highlights**
44

5-
* Support for Claude 4 in Chat.
6-
* Support for Copilot Vision (image attachments).
7-
* Support for remote MCP servers.
8-
9-
**💪 Improvements**
10-
* Automatically suggests a title for conversations created in agent mode.
11-
* Improved restoration of MCP tool status after Copilot restarts.
12-
* Reduced duplication of MCP server instances.
5+
* Performance: Fixed a freezing issue in 'Add Context' view when opening large projects.
136

147
**🛠️ Bug Fixes**
158

16-
* Switching accounts now correctly refreshes the auth token and models.
17-
* Fixed file create/edit issues in agent mode.
9+
* Login failed due to insufficient permissions on the .config folder.
10+
* Fixed an issue that setting changes like proxy config did not take effect.
11+
* Increased the timeout for ask mode to prevent response failures due to timeout.

Server/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "webpack"
88
},
99
"dependencies": {
10-
"@github/copilot-language-server": "^1.341.0",
10+
"@github/copilot-language-server": "^1.347.0",
1111
"@xterm/addon-fit": "^0.10.0",
1212
"@xterm/xterm": "^5.5.0",
1313
"monaco-editor": "0.52.2"

0 commit comments

Comments
 (0)