Skip to content

Releases: intitni/CopilotForXcode

0.3.1

14 Dec 13:41
Compare
Choose a tag to compare
  • Support customizing path to Node. (You will need to restart the XPC Service after changes.)
  • Display user code in an alert so that it's more obvious.

Known Issues:

  • If real-time suggestions is triggered, it will block the editor until the result is returned.
  • And it's not that reliable currently.

0.3.0

10 Dec 14:36
Compare
Choose a tag to compare

New Features:

  • (a naive version of) Real-time suggestions.

    you can turn it on for the currently open project with the new action "Turn On Realtime Suggestions for Workspace".

  • A button in the app to restart XPC service.

Fixes:

  • Wrong relative file path passed to Copilot.

Improvements:

  • When AppleScript failed to find the project root, we now search for a parent directory containing a .git directory.

Known Issues:

  • If real-time suggestions is triggered, it will block the editor until the result is returned.
  • And it's not that reliable currently.
  • It's only searching /usr/bin:/usr/local/bin for node, if your node is installed somewhere else, consider making a symbolic link, or try the Copilot.for.Xcode.app.custom.path.to.node.zip. Trying the new package is preferred, please let me know if the custom path solution is working for you!

0.2.0

07 Dec 16:22
Compare
Choose a tag to compare

In the previous version, whichever action you trigger will replace the whole content in the file. That will cause the editor to select all content and jump to the top when you undo or redo.

In this update, the content will be mutated in place, so undoing and redoing will be fine now.

If you are updating from the previous version, you may need to remove and re-setup the Launch Agent or you can manually disable then enable it.

0.1.0

06 Dec 16:38
Compare
Choose a tag to compare

Fighting with Xcode Source Editor Extension for this long, a fear that it may only work on my own Mac was grown.

Please tell me if it's not working for you.