Skip to content

Releases: intitni/CopilotForXcode

0.26.0

22 Oct 11:05
Compare
Choose a tag to compare

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

  • (Plus, Free until 10/30) Terminal Tab: You can now open a terminal tab from the chat panel. Shell integration is not implemented yet.
  • (Experimental) @project scope:
    • Supports searching for symbol name synonyms.
    • Remove duplicated content from RAG.
    • Prompt improvements.
    • Performance improvements.
  • Adds a new custom command template parameter {{clipboard}}.
  • The prompt to code custom command now supports template parameters.
  • You can now set a global hotkey to show/hide the widgets. The setting is under the general tab in the host app.

Learn more about it from the release discussion!

0.25.0

11 Oct 16:20
Compare
Choose a tag to compare

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

  • (Experimental) Update the @project scope to use RAG, which is much faster and more reliable. However, there is still some additional work to be done to complete this feature.

    If you have any ideas about the @project scope and want to know its current status, feel free to join this discussion!

  • Chat

    • Prevent auto-scroll to the bottom when you are scrolling up.
    • Add a scroll to bottom button.
    • Allow disabling code wrapping.
  • Support reordering chat tabs.

Go to the release discussion to learn more about this release.

0.24.1

29 Sep 06:43
Compare
Choose a tag to compare

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

  • Prevent tab to accept suggestion when a modifier key is pressed.

New in 0.24.0

  • Introduce the experimental @project scope for chat that allows the bot to read your project. The current implementation is just a proof of concept, so don't expect it to work well.

    If you have any ideas about the @project scope, feel free to share them in the release discussion! I value your input on ideas like what information the bot should be able to provide about a project.

  • Support setting models for prompt to code.

  • Support overriding chat model and temperature in a chat tab (right-click on the tab item to open the menu).

  • Bump Codeium to 1.2.93.

  • Bump GitHub Copilot to 1.10.3.

  • Fix project path detection when the workspace/project is in a git submodule or git worktree.

  • Some minor fixes.

0.24.0

28 Sep 06:42
Compare
Choose a tag to compare

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

  • Support setting models for prompt to code.

  • Support overriding chat model and temperature in a chat tab (right-click on the tab item to open the menu).

  • Introduce the experimental @project scope for chat that allows the bot to read your project. The current implementation is just a proof of concept, so don't expect it to work well.

    If you have any ideas about the @project scope, feel free to share them in the release discussion! I value your input on ideas like what information the bot should be able to provide about a project.

  • Bump Codeium to 1.2.93.

  • Bump GitHub Copilot to 1.10.3.

  • Fix project path detection when the workspace/project is in a git submodule or git worktree.

  • Some minor fixes.

0.23.2

09 Sep 14:19
Compare
Choose a tag to compare

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

  • Bump GitHub Copilot to 1.10.2
  • Bump Codeium to 1.2.85

New in 0.23.1

  • Replace the OpenAI/Azure OpenAI settings page with Chat Models and Embedding Models settings.

    • Support adding models with an OpenAI style API. (e.g. LocalAI)
    • Support toggling function calling for each model.
    • Use keychain to store the API keys.

    Your settings should be migrated automatically once the service app launches after the update. If it fails, I am sorry ( •̅_•̅ ).

  • Prompt to Code:

    • Support detaching prompt to code panel to the piece of code it's mutating. After detaching, you can accept the code anywhere you want.
    • It will recover the indentation after updating the selected code.
    • It now knows about the selected code range's line annotations (warnings, errors). So you can ask it to fix the errors.
    • Support using command+L to focus on the input field.
  • Support Codeium enterprise.

  • Support editing, and reordering browser tab bookmarks.

  • Support using command+L to focus on the chat tab input field.

  • Some bug fixes in accepting suggestions.

  • Some other fixes.

0.23.1

06 Sep 13:17
Compare
Choose a tag to compare

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

  • Replace the OpenAI/Azure OpenAI settings page with Chat Models and Embedding Models settings.

    • Support adding models with an OpenAI style API. (e.g. LocalAI)
    • Support toggling function calling for each model.
    • Use keychain to store the API keys.

    Your settings should be migrated automatically once the service app launches after the update. If it fails, I am sorry ( •̅_•̅ ).

  • Prompt to Code:

    • Support detaching prompt to code panel to the piece of code it's mutating. After detaching, you can accept the code anywhere you want.
    • It will recover the indentation after updating the selected code.
    • It now knows about the selected code range's line annotations (warnings, errors). So you can ask it to fix the errors.
    • Support using command+L to focus on the input field.
  • Support Codeium enterprise.

  • Support editing, and reordering browser tab bookmarks.

  • Support using command+L to focus on the chat tab input field.

  • Some bug fixes in accepting suggestions.

  • Some other fixes.

0.22.3

02 Sep 08:07
Compare
Choose a tag to compare

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

  • Fix #341 . The default behavior of loading GitHub Copilot language server is changed, the app will no longer fetch the user defined PATH from shell if the "Run Node with" is set to "/usr/bin/env". It will use /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin instead.

    If you are leaving the "Path to Node" field blank, and your Node is not inside the paths above, you may have to update the settings.

  • Fix keyboard shortcut conflict in chat panel tabs.

  • Fix that the service app may crash when you switch windows.

  • Add more descriptions to GitHub Copilot settings.

New in 0.22.2

  • Fix broken purchase license link.
  • Fix that opening new browser tab will disable the observations in previous browser tabs.

New in 0.22.0

  • (Plus, free to try before 2023-08-26) Accept suggestion with Tab, go turn it on in the settings!
  • (Plus, free to try before 2023-08-26) Persisted chat tabs and browser tabs.
  • (Plus) Browser tab:
    • Fix that rewrite content was not working.
    • Support rewriting content inside shadow dom (e.g. Bing Chat), and some contenteditable (e.g. Linear.app).
    • Support right click - open in new window. It will now open the link in another tab.
    • Fix that target="_blank" links were unable to open.
  • You can now hide the accept and reject buttons on the suggestion panel to have a more compact look.
  • When the circular widget is hidden, it will display the animation when fetching suggestion.
  • Fix the terrible transition when accepting prompt to code suggestion with continuous mode on.
  • Make the chat bot know the current time.
  • Remove Splash, use Highlight.js to highlight all the languages. Bump Highlight.js to 11.8.0.

Pull Requests

Full Changelog: 0.21.2...0.22.0

0.22.2

19 Aug 02:51
Compare
Choose a tag to compare

Please restart Xcode to finish the update.

  • Fix broken purchase license link.
  • Fix that opening new browser tab will disable the observations in previous browser tabs.

New in 0.22.0

  • (Plus, free to try before 2023-08-26) Accept suggestion with Tab, go turn it on in the settings!
  • (Plus, free to try before 2023-08-26) Persisted chat tabs and browser tabs.
  • (Plus) Browser tab:
    • Fix that rewrite content was not working.
    • Support rewriting content inside shadow dom (e.g. Bing Chat), and some contenteditable (e.g. Linear.app).
    • Support right click - open in new window. It will now open the link in another tab.
    • Fix that target="_blank" links were unable to open.
  • You can now hide the accept and reject buttons on the suggestion panel to have a more compact look.
  • When the circular widget is hidden, it will display the animation when fetching suggestion.
  • Fix the terrible transition when accepting prompt to code suggestion with continuous mode on.
  • Make the chat bot know the current time.
  • Remove Splash, use Highlight.js to highlight all the languages. Bump Highlight.js to 11.8.0.

Pull Requests

Full Changelog: 0.21.2...0.22.0

0.22.1

18 Aug 13:19
Compare
Choose a tag to compare

Please restart Xcode to finish the update.

  • Fix that opening new browser tab will disable the observations in previous browser tabs.

New in 0.22.0

  • (Plus, free to try before 2023-08-26) Accept suggestion with Tab, go turn it on in the settings!
  • (Plus, free to try before 2023-08-26) Persisted chat tabs and browser tabs.
  • (Plus) Browser tab:
    • Fix that rewrite content was not working.
    • Support rewriting content inside shadow dom (e.g. Bing Chat), and some contenteditable (e.g. Linear.app).
    • Support right click - open in new window. It will now open the link in another tab.
    • Fix that target="_blank" links were unable to open.
  • You can now hide the accept and reject buttons on the suggestion panel to have a more compact look.
  • When the circular widget is hidden, it will display the animation when fetching suggestion.
  • Fix the terrible transition when accepting prompt to code suggestion with continuous mode on.
  • Make the chat bot know the current time.
  • Remove Splash, use Highlight.js to highlight all the languages. Bump Highlight.js to 11.8.0.

Pull Requests

Full Changelog: 0.21.2...0.22.0

0.22.0

18 Aug 10:58
Compare
Choose a tag to compare

Please restart Xcode to finish the update.

  • (Plus, free to try before 2023-08-26) Accept suggestion with Tab, go turn it on in the settings!
  • (Plus, free to try before 2023-08-26) Persisted chat tabs and browser tabs.
  • (Plus) Browser tab:
    • Fix that rewrite content was not working.
    • Support rewriting content inside shadow dom (e.g. Bing Chat), and some contenteditable (e.g. Linear.app).
    • Support right click - open in new window. It will now open the link in another tab.
    • Fix that target="_blank" links were unable to open.
  • You can now hide the accept and reject buttons on the suggestion panel to have a more compact look.
  • When the circular widget is hidden, it will display the animation when fetching suggestion.
  • Fix the terrible transition when accepting prompt to code suggestion with continuous mode on.
  • Make the chat bot know the current time.
  • Remove Splash, use Highlight.js to highlight all the languages. Bump Highlight.js to 11.8.0.

Pull Requests

Full Changelog: 0.21.2...0.22.0