File tree Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Expand file tree Collapse file tree 4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
15
## 0.38.0 - June 30, 2025
9
16
### Added
10
17
- Support for Claude 4 in Chat.
Original file line number Diff line number Diff line change 1
- ### GitHub Copilot for Xcode 0.38 .0
1
+ ### GitHub Copilot for Xcode 0.39 .0
2
2
3
3
** 🚀 Highlights**
4
4
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.
13
6
14
7
** 🛠️ Bug Fixes**
15
8
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.
Original file line number Diff line number Diff line change 7
7
"build" : " webpack"
8
8
},
9
9
"dependencies" : {
10
- "@github/copilot-language-server" : " ^1.341 .0" ,
10
+ "@github/copilot-language-server" : " ^1.347 .0" ,
11
11
"@xterm/addon-fit" : " ^0.10.0" ,
12
12
"@xterm/xterm" : " ^5.5.0" ,
13
13
"monaco-editor" : " 0.52.2"
You can’t perform that action at this time.
0 commit comments