Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
bb5d1fd
Merge tag '0.33.4' into develop
intitni Jun 18, 2024
f90f0dc
Prevent re-parsing markdown on scroll
intitni Jun 19, 2024
2a44f1f
Merge branch 'feature/prevent-reevaluating-md-content' into develop
intitni Jun 19, 2024
6b58a40
Bump Copilot.vim to 1.37.0
intitni Jun 22, 2024
1779634
Merge branch 'feature/fix-github-copilot-signout' into develop
intitni Jun 22, 2024
d456d58
Update CopilotForXcodeKit
intitni Jun 22, 2024
e0b2687
Support presenting suggestion error when needed
intitni Jun 22, 2024
1c7bf5e
Merge branch 'feature/present-suggestion-service-errors' into develop
intitni Jun 22, 2024
404c64b
Expose the error
intitni Jun 28, 2024
9a52e0d
Bump version to 0.33.5
intitni Jun 28, 2024
ecd711f
Rename TMPDIR to RELEASEDIR to avoid conflict
intitni Jun 28, 2024
1926da3
Update appcast file location
intitni Jun 28, 2024
38de4bc
Remove unused content
intitni Jun 28, 2024
9fd0312
Add extension identifier to builtin extensions
intitni May 30, 2024
8f94fd6
Add naive implementation of GitHubCopilotChatService
intitni Jun 27, 2024
f7c0cc0
Move chat related models to ChatBasic
intitni Jun 28, 2024
6101a44
Bump CopilotForXcodeKit to 0.7.2
intitni Jun 30, 2024
d8c5797
Add ServerNotificationHandler to handle notifications
intitni Jun 30, 2024
5475981
Support injecting notification handler from everywhere
intitni Jun 30, 2024
ae0f411
Add new request types
intitni Jun 30, 2024
250c54b
Add GitHubCopilotChatService
intitni Jun 30, 2024
4fdb4e5
Hack ChatGPTService to support GitHub copilot chat
intitni Jun 30, 2024
b2bcfc7
Add settings for GitHub Copilot chat
intitni Jun 30, 2024
6c03a20
Fix that the request may timeout too soon
intitni Jun 30, 2024
a7335af
Fix unit tests
intitni Jun 30, 2024
a315321
Merge branch 'feature/github-copilot-chat-experiments' into develop
intitni Jun 30, 2024
74eec7a
Added Indexing Changes for Codeium
RoshanNagaram-eng Jun 24, 2024
1e0ed33
Update preference keys names
intitni Jun 30, 2024
920bba7
Format files
intitni Jun 30, 2024
19fe95f
Fix naming style
intitni Jun 30, 2024
9d5e250
Merge branch 'feature/merging-codeium-indexing' into develop
intitni Jun 30, 2024
f255576
Update
intitni Jun 30, 2024
c3c097f
Bump build number
intitni Jun 30, 2024
7187424
Merge tag '0.33.5.beta' into develop
intitni Jun 30, 2024
57480f0
Rename SuggestionModel to SuggestionBasic
intitni Jul 1, 2024
7fbe123
Merge branch 'feature/rename-suggestion-model' into develop
intitni Jul 1, 2024
096569f
Add missing non-stream implemetation
intitni Jul 2, 2024
a2edca4
Add utility chat model
intitni Jul 2, 2024
3e59129
Update
intitni Jul 2, 2024
2d62073
Try to inject system prompt
intitni Jul 2, 2024
982a44d
Add GitHub Copilot chat (poc) to scope preferred models
intitni Jul 2, 2024
2882c24
Disable GitHub Copilot chat model for every place that requires a uti…
intitni Jul 2, 2024
a17e7f5
Bump build number
intitni Jul 2, 2024
348dc9a
Update appcast.xml
intitni Jul 2, 2024
1629510
Update LICENSE
intitni Jun 30, 2024
d80d931
Move KeybindingManager to Core
intitni Jul 2, 2024
c5f8f10
Move theme syncronization to Core
intitni Jul 2, 2024
f9d4913
Minor changes to make it build
intitni Jul 3, 2024
d6fcbe5
Update README.md
intitni Jul 3, 2024
1e57d8d
Remove debug logs
intitni Jul 3, 2024
ff96656
Merge branch 'feature/what-happened' into develop
intitni Jul 3, 2024
ade3d61
Merge branch 'main' into develop
intitni Jul 3, 2024
fe6b09f
Merge branch 'develop'
intitni Jul 3, 2024
6a60726
Update DEVELOPMENT.md
intitni Jul 3, 2024
72c41a1
Update README.md
intitni Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
intitni authored Jul 3, 2024
commit 72c41a11d5bfac76eac78e4b3c392a344078de0a
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@ The installed language server is located at `~/Library/Application Support/com.i

The installed language server is located at `~/Library/Application Support/com.intii.CopilotForXcode/Codeium/executable/`.

#### Using Locally Run LLMs

You can also use locally run LLMs or as a suggestion provider using the [Custom Suggestion Service](https://github.com/intitni/CustomSuggestionServiceForCopilotForXcode) extension. It supports:

- LLM with OpenAI compatible completions API
- LLM with OpenAI compatible chat completions API
- [Tabby](https://tabby.tabbyml.com)
- etc.

### Setting Up Chat Feature

1. In the host app, navigate to "Service - Chat Model".
Expand Down Expand Up @@ -262,14 +253,6 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha

The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.

| Scope | Description |
| :--------: | ---------------------------------------------------------------------------------------- |
| `@file` | Includes the metadata of the editing document and line annotations in the system prompt. |
| `@code` | Includes the focused/selected code and everything from `@file` in the system prompt. |
| `@sense` | Experimental. Read the relevant information of the focused code |
| `@project` | Experimental. Access content of the project |
| `@web` | Allow the bot to search on Bing or query from a web page |

`@code` is on by default, if `Use @code scope by default in chat context.` is on. Otherwise, `@file` will be on by default.

To use scopes, you can prefix a message with `@code`.
Expand All @@ -294,7 +277,6 @@ If you need to end a plugin, you can just type
| :--------------------: | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `/run` | Runs the command under the project root. |
| | Environment variable: <br>- `PROJECT_ROOT` to get the project root. <br>- `FILE_PATH` to get the editing file path. |
| `/math` | Solves a math problem in natural language |
| `/search` | Search on Bing and summarize the results. You have to setup the Bing Search API in the host app before using it. |
| `/shortcut(name)` | Run a shortcut from the Shortcuts.app, and use the following message as the input. |
| | If the message is empty, it will use the previous message as input. The output of the shortcut will be printed as a reply from the bot. |
Expand All @@ -319,10 +301,6 @@ This feature is recommended when you need to update a specific piece of code. So

The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.

| Scope | Description |
| :--------: | ---------------------------------------------------------------------------------------- |
| `@sense` | Experimental. Read the relevant information of the focused code |

To use scopes, you can prefix a message with `@sense`.

You can use shorthand to represent a scope, such as `@sense`, and enable multiple scopes with `@c+web`.
Expand Down