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
+3-32Lines changed: 3 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
6
6
7
7
<ahref="https://www.buymeacoffee.com/intitni"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
8
8
9
-
[Get a Plus License Key to unlock more features and support this project](https://intii.lemonsqueezy.com)
10
-
11
9
## Features
12
10
13
11
- Code Suggestions (powered by GitHub Copilot and Codeium).
@@ -32,7 +30,6 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
|`⌘M`| Minimize the chat, you can bring it back with any chat commands or by clicking the circular widget. |
259
-
|`⇧↩︎`| Add new line. |
257
+
|`⇧↩︎`| Add new line. |
260
258
|`⇧⌘]`| Move to next tab |
261
259
|`⇧⌘[`| Move to previous tab |
262
260
@@ -353,33 +351,6 @@ You can use the following template arguments in custom commands:
353
351
|`{{active_editor_file_name}}`| The name of the active file in the editor. |
354
352
|`{{clipboard}}`| The content in clipboard. |
355
353
356
-
## Plus Features
357
-
358
-
The pre-built binary contains a set of exclusive features that can only be accessed with a Plus license key. To obtain a license key, please visit [this link](https://intii.lemonsqueezy.com).
359
-
360
-
These features are included in another repo, and are not open sourced.
361
-
362
-
The currently available Plus features include:
363
-
364
-
-`@project` scope in chat to include project information in conversations. (experimental)
365
-
- Suggestion Cheatsheet that provides relevant content to the suggestion service. (experimental)
366
-
-`@sense` scope in chat and prompt to code to include relevant information of the focusing code.
367
-
- Terminal tab in chat panel.
368
-
- Unlimited chat/embedding models.
369
-
- Persisted chat panel.
370
-
- Browser tab in chat panel.
371
-
- Unlimited custom commands.
372
-
373
-
Since the app needs to manage license keys, it will send network request to `https://copilotforxcode-license.intii.com`,
374
-
375
-
- when you activate the license key
376
-
- when you deactivate the license key
377
-
- when you validate the license key manually
378
-
- when you open the host app or the service app if a license key is available
379
-
- every 24 hours if a license key is available
380
-
381
-
The request contains only the license key, the email address (only on activation), and an instance id. You are free to MITM the request to see what data is sent.
382
-
383
354
## Limitations
384
355
385
356
- The extension utilizes various tricks to monitor the state of Xcode. It may fail, it may be incorrect, especially when you have multiple Xcode windows running, and maybe even worse when they are in different displays. I am not sure about that though.
0 commit comments