Skip to content

Releases: intitni/CopilotForXcode

0.32.3

01 May 07:42
Compare
Choose a tag to compare

instruction

  • Fix that characters with multiple unicode scalars were not correctly handled. #498
  • Fix that prompt to code result parsing will fail if the language name contains symbols. #501
  • Fix that the chat panel can suddenly jump to the top while streaming.
  • Try to clean up some resources before the app quits itself after an update. #500

0.32.3 beta

29 Apr 14:55
Compare
Choose a tag to compare
0.32.3 beta Pre-release
Pre-release

instruction

  • Fix that characters with multiple unicode scalars were not correctly handled. #498 Since it contains quite a few changes, let's give it a beta test.
  • Fix that the chat panel can suddenly jump to the top while streaming.

0.32.2

20 Apr 12:17
Compare
Choose a tag to compare

instruction

  • Fix a crash when generating suggestions but the cursor position is somehow invalid.

0.32.0

  • (Plus, free until 4/22) Add a new feature to close idle Xcode tabs by commands or automatically when a workspace window is activated.
  • (Plus, free until 4/22) Support highlighting code with Xcode color theme in chat, prompt to code and suggestion.
  • (Plus) Support passing relevant code snippets to custom suggestion service.
  • Support setting font of code.
  • Fix that type names and function names were not correctly highlighted.
  • Support setting base url and api version for Google Generative AI models.
  • Fix #482

0.32.0

15 Apr 16:18
Compare
Choose a tag to compare

instruction

  • (Plus, free until 4/22) Add a new feature to close idle Xcode tabs by commands or automatically when a workspace window is activated.
  • (Plus, free until 4/22) Support highlighting code with Xcode color theme in chat, prompt to code and suggestion.
  • (Plus) Support passing relevant code snippets to custom suggestion service.
  • Support setting font of code.
  • Fix that type names and function names were not correctly highlighted.
  • Support setting base url and api version for Google Generative AI models.
  • Fix #482

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.