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
+4-10
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[GitHub Copilot](https://github.com/features/copilot) is an AI pair programmer
4
4
tool that helps you write code faster and smarter. Copilot for Xcode is an Xcode extension that provides inline coding suggestions as you type and a chat assistant to answer your coding questions.
5
5
6
-
## Chat[Preview]
6
+
## Chat
7
7
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" />
@@ -13,12 +13,6 @@ GitHub Copilot Chat provides suggestions to your specific coding tasks via chat.
13
13
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.
14
14
<imgalt="Code Completion of GitHub Copilot for Xcode"src="./Docs/demo.gif"width="800" />
15
15
16
-
## Preview Policy
17
-
18
-
Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Terms](https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms). We want to remind you that:
19
-
20
-
> Previews may not be supported or may change at any time. You may receive confidential information through those programs that must remain confidential while the program is private. We'd love your feedback to make our Previews better.
21
-
22
16
## Requirements
23
17
24
18
- macOS 12+
@@ -107,10 +101,10 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
107
101
the full suggestion, and press `option` + `tab` to accept the full suggestion.
108
102
109
103
<palign="center">
110
-
<imgalt="Screenshot of welcome screen"src="./Docs/welcome.png"width="672" />
104
+
<imgalt="Screenshot of welcome screen"src="./Docs/welcome.png"width="450" />
111
105
</p>
112
106
113
-
## How to use Chat[Preview]
107
+
## How to use Chat
114
108
115
109
Open Copilot Chat in GitHub Copilot.
116
110
- Open via the Xcode menu `Xcode -> Editor -> GitHub Copilot -> Open Chat`.
@@ -121,7 +115,7 @@ Use of the GitHub Copilot Xcode Extension is subject to [GitHub's Pre-Release Te
121
115
- Open via GitHub Copilot app menu `Open Chat`.
122
116
123
117
<palign="center">
124
-
<imgalt="Screenshot of GitHub Copilot menu item"src="./Docs/copilot-menu_dark.png"width="182" />
118
+
<imgalt="Screenshot of GitHub Copilot menu item"src="./Docs/copilot-menu_dark.png"width="244" />
***Chat view**: Ask Copilot for help with coding tasks directly in the chat view.
5
-
***Slash commands**: Use quick commands, like `/explain` for code explanations.
6
-
***Reference code**: Scope chats to specific files for more relevant assistance.
7
-
***Multiple conversations**: Maintain different threads, each with their own context.
8
-
***Chat history management**: Keep track of past conversations for future reference.
9
-
***Free access**: Get [2,000 code completions and 50 chat messages](https://github.com/copilot) per month for free, simply by signing in with your GitHub account or by creating a new one.
4
+
* Model picker for selecting LLM model for chat
5
+
* New `/releaseNotes` slash commands for easier access to release information
10
6
11
-
**Fixes and improvements:**
7
+
**💪 Improvements**
12
8
13
-
* Fix acception does not work under certain circumstaances.
14
-
* Support switching focus between chat textfield and file search bar.
9
+
* Auto-switch focus between chat text field and file search bar
10
+
* Support keyboard navigation for file picker in chat context
11
+
* Enhanced instructions for granting accessibility and extension permissions
12
+
* Improved accessibility for chat window
13
+
* Redesigned notification and status bar menu styles
14
+
15
+
**🛠️ Bug Fixes**
16
+
17
+
* Resolved compatibility issues with macOS 12
18
+
* Fixed handling of invalid workspace switch event '/'
0 commit comments