Skip to content

Commit d6fcbe5

Browse files
committed
Update README.md
1 parent f9d4913 commit d6fcbe5

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed

README.md

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides GitHub Copil
66

77
<a href="https://www.buymeacoffee.com/intitni" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
88

9-
[Get a Plus License Key to unlock more features and support this project](https://intii.lemonsqueezy.com)
10-
119
## Features
1210

1311
- 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
3230
- [Managing `CopilotForXcodeExtensionService.app`](#managing-copilotforxcodeextensionserviceapp)
3331
- [Update](#update)
3432
- [Feature](#feature)
35-
- [Plus Features](#plus-features)
3633
- [Limitations](#limitations)
3734
- [License](#license)
3835

@@ -121,7 +118,8 @@ A [recommended setup](https://github.com/intitni/CopilotForXcode/issues/14) that
121118

122119
| Command | Key Binding |
123120
| ------------------- | ------------------------------------------------------ |
124-
| Accept Suggestions | `⌥}` |
121+
| Accept Suggestions | `⌥}` or Tab |
122+
| Dismiss Suggestions | Esc |
125123
| Reject Suggestion | `⌥{` |
126124
| Next Suggestion | `⌥>` |
127125
| Previous Suggestion | `⌥<` |
@@ -256,7 +254,7 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
256254
| :------: | --------------------------------------------------------------------------------------------------- |
257255
| `⌘W` | Close the chat tab. |
258256
| `⌘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. |
260258
| `⇧⌘]` | Move to next tab |
261259
| `⇧⌘[` | Move to previous tab |
262260

@@ -353,33 +351,6 @@ You can use the following template arguments in custom commands:
353351
| `{{active_editor_file_name}}` | The name of the active file in the editor. |
354352
| `{{clipboard}}` | The content in clipboard. |
355353

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-
383354
## Limitations
384355

385356
- 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

Comments
 (0)