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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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.
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
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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments