You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/auto-close-pr.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ jobs:
14
14
gh pr close ${{ github.event.pull_request.number }} --comment \
15
15
"At the moment we are not accepting contributions to the repository.
16
16
17
-
Feedback for GitHub Copilot for Xcode can be given in the [Copilot community discussions](https://github.com/orgs/community/discussions/categories/copilot)."
17
+
Feedback for GitHub Copilot for Xcode can be given in the [Copilot community discussions](https://github.com/github/CopilotForXcode/discussions)."
- New models: GPT-5.1, GPT-5.1-Codex, GPT-5.1-Codex-Mini, Claude Haiku 4.5, and Auto (preview).
29
+
- Added support for custom agents (preview).
30
+
- Introduced the built-in Plan agent (preview).
31
+
- Added support for subagent execution (preview).
32
+
- Added support for Next Edit Suggestions (preview).
33
+
34
+
### Changed
35
+
- MCP servers now support dynamic OAuth setup for third-party authentication providers.
36
+
- Added a setting to configure the maximum number of tool requests allowed.
37
+
38
+
### Fixed
39
+
- Fixed an issue that the terminal view in Agent conversation was clipped
40
+
- Fixed an issue that the Chat panel failed to recognize newly created workspaces.
41
+
42
+
## 0.44.0 - October 15, 2025
43
+
### Added
44
+
- 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.
45
+
- Added support for restoring to a saved checkpoint snapshot.
46
+
- Added support for tool selection in agent mode.
47
+
- Added the ability to adjust the chat panel font size.
48
+
- Added the ability to edit a previous chat message and resend it.
49
+
- Introduced a new setting to disable the Copilot “Fix Error” button.
50
+
- Added support for custom instructions in the Code Review feature.
51
+
52
+
### Changed
53
+
- Switched authentication to a new OAuth app "GitHub Copilot IDE Plugin".
54
+
- Updated the chat layout to a messenger-style conversation view (user messages on the right, responses on the left).
55
+
- Now shows a clearer, more user-friendly message when Copilot finishes responding.
56
+
- Added support for skipping a tool call without ending the conversation.
57
+
58
+
### Fixed
59
+
- Fixed a command injection vulnerability when opening referenced chat files.
60
+
- Resolved display issues in the chat view on macOS 26.
61
+
62
+
## 0.43.0 - September 4, 2025
63
+
### Fixed
64
+
- Cannot type non-Latin characters in the chat input field.
65
+
66
+
## 0.42.0 - September 3, 2025
67
+
### Added
68
+
- 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).
69
+
- Use the current selection as chat context.
70
+
- Add folders as chat context.
71
+
- Shortcut to quickly fix errors in Xcode.
72
+
- 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).
73
+
- Support for prompt files at `.github/prompts/*.prompt.md`. See [PromptFiles.md](https://github.com/github/CopilotForXcode/blob/0.42.0/Docs/PromptFiles.md).
74
+
- Use ↑/↓ keys to reuse previous chat context in the chat view.
75
+
76
+
### Changed
77
+
- Default chat mode is now set to “Agent”.
78
+
79
+
### Fixed
80
+
- Cannot copy url from Safari browser to chat view.
81
+
82
+
## 0.41.0 - August 14, 2025
83
+
### Added
84
+
- Code review feature.
85
+
- Chat: Support for new model GPT-5.
86
+
- Agent mode: Added support for new tool to read web URL contents.
87
+
- Support disabling MCP when it's disabled by policy.
88
+
- Support for opening MCP logs directly from the MCP settings page.
89
+
- OAuth support for remote GitHub MCP server.
90
+
91
+
### Changed
92
+
- Performance: Improved instant-apply speed for edit_file tool.
93
+
94
+
### Fixed
95
+
- Chat Agent repeatedly reverts its own changes when editing the same file.
96
+
- Performance: Avoid chat panel being stuck when sending a large text for chat.
97
+
98
+
## 0.40.0 - July 24, 2025
99
+
### Added
100
+
- Support disabling Agent mode when it's disabled by policy.
101
+
102
+
## 0.39.0 - July 23, 2025
103
+
### Fixed
104
+
- Performance: Fixed a freezing issue in 'Add Context' view when opening large projects.
105
+
- Login failed due to insufficient permissions on the .config folder.
106
+
- Fixed an issue that setting changes like proxy config did not take effect.
107
+
- Increased the timeout for ask mode to prevent response failures due to timeout.
108
+
109
+
## 0.38.0 - June 30, 2025
110
+
### Added
111
+
- Support for Claude 4 in Chat.
112
+
- Support for Copilot Vision (image attachments).
113
+
- Support for remote MCP servers.
114
+
115
+
### Changed
116
+
- Automatically suggests a title for conversations created in agent mode.
117
+
- Improved restoration of MCP tool status after Copilot restarts.
118
+
- Reduced duplication of MCP server instances.
119
+
120
+
### Fixed
121
+
- Switching accounts now correctly refreshes the auth token and models.
122
+
- Fixed file create/edit issues in agent mode.
123
+
124
+
## 0.37.0 - June 18, 2025
125
+
### Added
126
+
-**Advanced** settings: Added option to configure **Custom Instructions** for GitHub Copilot during chat sessions.
127
+
-**Advanced** settings: Added option to keep the chat window automatically attached to Xcode.
128
+
129
+
### Changed
130
+
- Enabled support for dragging-and-dropping files into the chat panel to provide context.
131
+
132
+
### Fixed
133
+
- "Add Context" menu didn’t show files in workspaces organized with Xcode’s group feature.
134
+
- Chat didn’t respond when the workspace was in a system folder (like Desktop, Downloads, or Documents) and access permission hadn’t been granted.
135
+
136
+
## 0.36.0 - June 4, 2025
137
+
### Added
138
+
- Introduced a new chat setting "**Response Language**" under **Advanced** settings to customize the natural language used in chat replies.
139
+
- Enabled support for custom instructions defined in _.github/copilot-instructions.md_ within your workspace.
140
+
- Added support for premium request handling.
141
+
142
+
### Fixed
143
+
- Performance: Improved UI responsiveness by lazily restoring chat history.
144
+
- Performance: Fixed lagging issue when pasting large text into the chat input.
0 commit comments