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: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@ tool that helps you write code faster and smarter. Copilot for Xcode is an Xcode
8
8
GitHub Copilot Chat provides suggestions to your specific coding tasks via chat.
9
9
<imgalt="Chat of GitHub Copilot for Xcode"src="./Docs/chat_dark.gif"width="800" />
10
10
11
+
##Agent Mode
12
+
13
+
GitHub Copilot Agent Mode provides AI-powered assistance that can understand and modify your codebase directly. With Agent Mode, you can:
14
+
- Get intelligent code edits applied directly to your files
15
+
- Run terminal commands and view their output without leaving the interface
16
+
- Search through your codebase to find relevant files and code snippets
17
+
- Create new files and directories as needed for your project
18
+
- Get assistance with enhanced context awareness across multiple files and folders
19
+
- Run Model Context Protocol (MCP) tools you configured to extend the capabilities
20
+
21
+
Agent Mode integrates with Xcode's environment, creating a seamless development experience where Copilot can help implement features, fix bugs, and refactor code with comprehensive understanding of your project.
22
+
11
23
##Code Completion
12
24
13
25
You can receive auto-complete type suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do.
@@ -98,10 +110,6 @@ You can receive auto-complete type suggestions from GitHub Copilot either by sta
98
110
1. Press`tab` to accept the first line of a suggestion, hold`option` to view
99
111
the full suggestion, and press`option` +`tab` to accept the full suggestion.
100
112
101
-
<palign="center">
102
-
<imgalt="Screenshot of welcome screen"src="./Docs/welcome.png"width="450" />