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
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ 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/checkout/buy/298a8d4c-11fb-4ecd-b328-049589645449)
10
+
9
11
## Features
10
12
11
13
- Code Suggestions (powered by GitHub Copilot and Codeium).
@@ -28,13 +30,16 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
28
30
-[Update](#update)
29
31
-[Feature](#feature)
30
32
-[Key Bindings](#key-bindings)
33
+
-[Plus Features](#plus-features)
31
34
-[Limitations](#limitations)
32
35
-[License](#license)
33
36
34
-
For frequently asked questions, check [FAQ](https://github.com/intitni/CopilotForXcode/issues/65).
37
+
For frequently asked questions, check [FAQ](https://github.com/intitni/CopilotForXcode/wiki/Frequently-Asked-Questions).
35
38
36
39
For development instruction, check [Development.md](DEVELOPMENT.md).
37
40
41
+
For more information, check the [wiki](https://github.com/intitni/CopilotForXcode/wiki)
42
+
38
43
## Prerequisites
39
44
40
45
- Public network connection.
@@ -296,6 +301,25 @@ Essentially using `⌥⇧` as the "access" key combination for all bindings.
296
301
297
302
Another convenient method to access commands is by using the `⇧⌘/` shortcut to search for a command in the menu bar.
298
303
304
+
## Plus Features
305
+
306
+
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/checkout/buy/298a8d4c-11fb-4ecd-b328-049589645449).
307
+
308
+
These features are included in another repo, and are not open sourced.
309
+
310
+
The currently available Plus features include:
311
+
312
+
- Browser tap in chat panel.
313
+
- Unlimited custom commands.
314
+
315
+
Since the app needs to manage license keys, it will send network request to `https://copilotforxcode-license.intii.com`,
316
+
- when you activate the license key
317
+
- when you deactivate the license key
318
+
- when you opened the host app or the service app if a license key is available
319
+
- every 24 hours if a license key is available
320
+
321
+
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.
322
+
299
323
## Limitations
300
324
301
325
- The extension uses some dirty tricks to get the file and project/workspace paths. 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