Skip to content

Releases: intitni/CopilotForXcode

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.

0.30.3

07 Feb 14:25
Compare
Choose a tag to compare

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

  • Add a toggle "Install beta builds" in the general settings tab.
    In the future, I will release some beta builds to avoid rushing to a release. If you want to help debug the beta builds or try out the new features, please turn this toggle on.
  • The detection of Accessibility malfunctioning is now off by default.
    It's not that useful for most users and can have false positives. If the app constantly loses track of Xcode, you can turn it on in the advanced settings. You can also manually re-activate the observations from the menu app.
  • Update Codeium enterprise register user path by @moverholt in #437
  • Allow using full URL in OpenAI compatible models by @gewill in #436
  • Enable non-Plus users to use a limited version of the @sense and @project scope.
  • Add GPT-4 turbo models.

New Contributors

0.30.2

01 Feb 07:22
Compare
Choose a tag to compare

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

  • Fix a bug that forced the app to use the fallback solution to accept suggestions for some users. #429
  • Add a warning when the app has to use the fallback solution to accept suggestions. You may want to restart Xcode when you see it.

0.30.1

28 Jan 09:33
Compare
Choose a tag to compare

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

The 7-day free trial is still available and extended. You can use this license key to activate the app. The license will expire on Feb 1, 00:00:00 UTC.
Email: freetrialcopilotforxcode@intii.com
Key: B6338ABA-DA98-41E3-8922-B3406875AA45

  • Bump GitHub Copilot language server to 1.17.0
  • Bump Codeium language server to 1.6.9
  • Attempt to fix a bug that stops the app from getting the editor information in Xcode #415
  • Improve performance in the real-time suggestion feature.
  • Fixed that a detached chat panel will be resized and repositioned when hidden.
  • Added a "Manage License Key" button in the Plus tab to guide you through managing your license key on Lemon Squeezy. If the app loses activation after an update, you can deactivate the previous activation on Lemon Squeezy.

0.30.1 Pre-release

27 Jan 18:29
Compare
Choose a tag to compare
0.30.1 Pre-release Pre-release
Pre-release
  • Bump GitHub Copilot language server to 1.17.0
  • Bump Codeium language server to 1.6.9
  • Attempt to fix a bug that stops the app from getting the editor information in Xcode #415
  • Improve performance of the app.
  • Fixed that a detached chat panel will be resize and repositioned when it's hidden.

0.30.0

22 Jan 08:35
Compare
Choose a tag to compare

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

A 7-day free trial will begin today. You can use this license key to activate the app. The license will go expire on Jan 30, 00:00:00 UTC.
Email: freetrialcopilotforxcode@intii.com
Key: B6338ABA-DA98-41E3-8922-B3406875AA45

  • (Plus) Added keyword-based retrieval for the @project scope. The app can utilize keywords from your messages to search for relevant content within your project and any third-party packages in use, enhancing the response generation process.
  • Support tapping 'Esc' to dismiss suggestions.
  • Support exporting and importing custom commands.
  • Updated the chat window to feature a standard title bar.
  • Resolved an issue where the Google Gemini model was malfunctioning in areas outside of the chat.
  • Other minor fixes.

For details, please visit the discussion.

0.29.1

15 Jan 17:20
Compare
Choose a tag to compare

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

Fix a bug where RAG in chat may fail to reduce content size when it hits the limit, and instead discard all content.