|
1 | | -###GitHub Copilot for Xcode 0.35.0 |
| 1 | +###GitHub Copilot for Xcode 0.36.0 |
2 | 2 |
|
3 | 3 | **🚀 Highlights** |
4 | 4 |
|
5 | | -***Agent Mode**: Copilot will automatically use multiple requests to edit files, run terminal commands, and fix errors. |
6 | | -***Model Context Protocol (MCP)**: Integrated with Agent Mode, allowing you to configure MCP tools to extend capabilities. |
| 5 | +* Introduced a new chat setting "**Response Language**" under**Advanced** settings to customize the natural language used in chat replies. |
| 6 | +* Enabled support for custom instructions defined in_.github/copilot-instructions.md_ within your workspace. |
| 7 | +* Added support for premium request handling. |
7 | 8 |
|
8 | 9 | **💪 Improvements** |
9 | 10 |
|
10 | | -* Added a button to enable/disable referencing current file in conversations |
11 | | -* Added an animated progress icon in the response section |
12 | | -* Refined onboarding experience with updated instruction screens and welcome views |
13 | | -* Improved conversation reliability with extended timeout limits for agent requests |
| 11 | +* Performance: Improved UI responsiveness by lazily restoring chat history. |
| 12 | +* Performance: Fixed lagging issue when pasting large text into the chat input. |
| 13 | +* Performance: Improved project indexing performance. |
14 | 14 |
|
15 | 15 | **🛠️ Bug Fixes** |
16 | 16 |
|
17 | | -* Addressed critical error handling issues in core functionality |
18 | | -* Resolved UI inconsistencies with chat interface padding adjustments |
19 | | -* Improved network access with automatic detection of system environment variables for custom certificates |
| 17 | +* Don't trigger / (slash) commands when pasting a file path into the chat input. |
| 18 | +* Adjusted terminal text styling to align with Xcode’s theme. |