Skip to content

Commit 27b2225

Browse files
committed
Release 0.44.0
1 parent 645afc8 commit 27b2225

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.44.0 - October 15, 2025
9+
### Added
10+
- Added support for new models in Chat: Grok Code Fast 1, Claude Sonnet 4.5, Claude Opus 4, Claude Opus 4.1 and GPT-5 mini.
11+
- Added support for restoring to a saved checkpoint snapshot.
12+
- Added support for tool selection in agent mode.
13+
- Added the ability to adjust the chat panel font size.
14+
- Added the ability to edit a previous chat message and resend it.
15+
- Introduced a new setting to disable the Copilot “Fix Error” button.
16+
- Added support for custom instructions in the Code Review feature.
17+
18+
### Changed
19+
- Switched authentication to a new OAuth app "GitHub Copilot IDE Plugin".
20+
- Updated the chat layout to a messenger-style conversation view (user messages on the right, responses on the left).
21+
- Now shows a clearer, more user-friendly message when Copilot finishes responding.
22+
- Added support for skipping a tool call without ending the conversation.
23+
24+
### Fixed
25+
- Fixed a command injection vulnerability when opening referenced chat files.
26+
- Resolved display issues in the chat view on macOS 26.
27+
828
## 0.43.0 - September 4, 2025
929
### Fixed
1030
- Cannot type non-Latin characters in the chat input field.

ReleaseNotes.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
### GitHub Copilot for Xcode 0.42.0
1+
### GitHub Copilot for Xcode 0.44.0
22

33
**🚀 Highlights**
44

5-
* Support for Bring Your Own Keys (BYOK) with model providers including Azure, OpenAI, Anthropic, Gemini, Groq, and OpenRouter. See [BYOK.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/BYOK.md).
6-
* Support for custom instruction files at `.github/instructions/*.instructions.md`. See [CustomInstructions.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/CustomInstructions.md).
7-
* Support for prompt files at `.github/prompts/*.prompt.md`. See [PromptFiles.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/PromptFiles.md).
8-
* Default chat mode is now set to “Agent”.
9-
5+
* Added support for new models in Chat: Grok Code Fast 1, Claude Sonnet 4.5, Claude Opus 4, Claude Opus 4.1 and GPT-5 mini.
6+
* Added support for restoring to a saved checkpoint snapshot.
7+
* Added support for tool selection in agent mode.
8+
* Added the ability to adjust the chat panel font size.
9+
* Added the ability to edit a previous chat message and resend it.
10+
* Introduced a new setting to disable the Copilot “Fix Error” button.
11+
* Added support for custom instructions in the Code Review feature.
1012

1113
**💪 Improvements**
1214

13-
* Use the current selection as chat context.
14-
* Add folders as chat context.
15-
* Shortcut to quickly fix errors in Xcode.
16-
* Use ↑/↓ keys to reuse previous chat context in the chat view.
15+
* Switched authentication to a new OAuth app "GitHub Copilot IDE Plugin".
16+
* Updated the chat layout to a messenger-style conversation view (user messages on the right, responses on the left).
17+
* Now shows a clearer, more user-friendly message when Copilot finishes responding.
18+
* Added support for skipping a tool call without ending the conversation.
1719

1820
**🛠️ Bug Fixes**
1921

20-
* Cannot copy url from Safari browser to chat view.
22+
* Fixed a command injection vulnerability when opening referenced chat files.
23+
* Resolved display issues in the chat view on macOS 26.

0 commit comments

Comments
 (0)