Skip to content

Releases: intitni/CopilotForXcode

0.32.0 beta

04 Apr 14:49
Compare
Choose a tag to compare
0.32.0 beta Pre-release
Pre-release

instruction

Beta 2

  • Add a new feature to close idle Xcode tabs by commands or automatically when a workspace window is activated.
  • Support setting font of code.
  • Add base url support for Google Generative AI #481
  • Fix #482

Beta 1

  • Support passing relevant code snippets to custom suggestion service.
  • Support highlighting code with Xcode color theme in chat, prompt to code and suggestion.
  • Fix that type names and function names were not correctly highlighted.

0.31.3

29 Mar 10:59
Compare
Choose a tag to compare

instruction

  • Add Claude support
  • Support setting font size in prompt to code panel.

0.31.2

14 Mar 14:33
Compare
Choose a tag to compare

instruction

  • Fix that getting previous/next suggestion would dismiss the suggestion #457
  • Fix that getting suggestion manually might not work if a suggestion was just dismissed #454
  • Fix a crash in project scope.
  • Some improvements to the UI, especially for light mode. (now the corner radius of the suggestion matches that of the completion panel!)

New in 0.31.1

  • Make the response format from OpenAI compatible API less strict so that it won't break those that are slightly different from OpenAI's format. #456

New in 0.31.0

  • Add Ollama support. You can now add a chat model or embedding model backed by Ollama. (Custom Suggestion Service 0.2.0 has also been released to support Ollama).
  • Update the OpenAI chat completions service implementation to use the new tool calls instead of function calls. If the service you are using is still using the function call fields, please turn the toggle "Supports function calling" off. The new fields have been there since last year so I believe most of the services have been updated.
  • Bump Copilot.vim to 1.25.0
  • Bump Codeium language server to 1.8.5

0.31.1

13 Mar 13:31
Compare
Choose a tag to compare

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

  • Make the response format from OpenAI compatible API less strict so that it won't break those that are slightly different from OpenAI's format. #456

New in 0.31.0

  • Add Ollama support. You can now add a chat model or embedding model backed by Ollama. (Custom Suggestion Service 0.2.0 has also been released to support Ollama).
  • Update the OpenAI chat completions service implementation to use the new tool calls instead of function calls. If the service you are using is still using the function call fields, please turn the toggle "Supports function calling" off. The new fields have been there since last year so I believe most of the services have been updated.
  • Bump Copilot.vim to 1.25.0
  • Bump Codeium language server to 1.8.5

0.31.0

08 Mar 07:00
Compare
Choose a tag to compare

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

  • Add Ollama support. You can now add a chat model or embedding model backed by Ollama. (Custom Suggestion Service 0.2.0 has also been released to support Ollama).
  • Update the OpenAI chat completions service implementation to use the new tool calls instead of function calls. If the service you are using is still using the function call fields, please turn the toggle "Supports function calling" off. The new fields have been there since last year so I believe most of the services have been updated.
  • Bump Copilot.vim to 1.25.0
  • Bump Codeium language server to 1.8.5

0.31.0 beta

04 Mar 07:51
Compare
Choose a tag to compare
0.31.0 beta Pre-release
Pre-release

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

  • Add Ollama support. You can now add a chat model or embedding model backed by Ollama. (Custom Suggestion Service 0.2.0 has also been released to support Ollama).
  • Update the OpenAI chat completions service implementation to use the new tool calls instead of function calls. If the service you are using is still using the function call fields, please turn the toggle "Supports function calling" off. The new fields have been there since last year so I believe most of the services have been updated.

0.30.5

22 Feb 09:09
Compare
Choose a tag to compare

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

Sorry for the buggy releases recently!

  • Introducing the Custom Suggestion Service extension for Copilot for Xcode. Now you can get suggestions locally (with OpenAI compatible APIs, Tabby, etc)!
  • (Hopefully) Fix the freezing #432
  • Fix some issues about the window position.
  • Fix that the app can crash when you switch to another workspace.
  • Add auth provider url to GitHub Copilot settings for enterprise users. (Seems working.)
  • Bump GitHub Copilot language server to 1.19.2.

0.30.5 beta

20 Feb 10:44
Compare
Choose a tag to compare
0.30.5 beta Pre-release
Pre-release

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

Beta 2

  • Fix widget position issue
  • Fix that the suggestion panel would dance
  • Add auth provider url to GitHub Copilot settings
  • Bump GitHub Copilot language server to 1.19.2

Beta 1

  • (Hopefully) Fix the freezing #432

0.30.4

17 Feb 08:43
Compare
Choose a tag to compare

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

Try the beta if the app is freezing!

  • Improve the performance of the widgets.
  • Fixed a bug that the widgets would update their location on irrelevant events. May be related to #432
  • Add throttling to avoid Xcode sending a large amount of notifications in a short time.
  • The above changes may also reduce the input lags. (If you are still experiencing input lags, please try turning up the suggestion debounce)

0.30.4 beta

14 Feb 17:44
Compare
Choose a tag to compare
0.30.4 beta Pre-release
Pre-release

Please run Copilot for Xcode.app once and restart Xcode to complete the update.

Beta 2

  • Fix a bug that causes deadlock in the main actor
  • Some tweaks of the previous changes

Beta 1

  • Improve the performance of the widgets.
  • Fixed a bug that the widgets would update their location on irrelevant events. May be related to #432
  • Add throttling to avoid Xcode sending a large amount of notifications in a short time.
  • The above changes may also reduce the input lags.