|
1 | | -### GitHub Copilot for Xcode 0.44.0 |
| 1 | +### GitHub Copilot for Xcode 0.45.0 |
2 | 2 |
|
3 | 3 | **🚀 Highlights** |
4 | 4 |
|
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. |
| 5 | +- Added new models: GPT-5.1, GPT-5.1-Codex, GPT-5.1-Codex-Mini, Claude Haiku 4.5, and Auto (preview). |
| 6 | +- Added support for custom agents (preview). |
| 7 | +- Introduced the built-in Plan agent (preview). |
| 8 | +- Added support for subagent execution (preview). |
| 9 | +- Added support for Next Edit Suggestions (preview). |
12 | 10 |
|
13 | 11 | **💪 Improvements** |
14 | 12 |
|
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. |
| 13 | +- MCP servers now support dynamic OAuth setup for third-party authentication providers. |
| 14 | +- Added a setting to configure the maximum number of tool requests allowed. |
19 | 15 |
|
20 | 16 | **🛠️ Bug Fixes** |
21 | 17 |
|
22 | | -* Fixed a command injection vulnerability when opening referenced chat files. |
23 | | -* Resolved display issues in the chat view on macOS 26. |
| 18 | +- Fixed an issue that the terminal view in Agent conversation was clipped |
| 19 | +- Fixed an issue that the Chat panel failed to recognize newly created workspaces. |
0 commit comments