github intitni/CopilotForXcode 0.34.0.beta
0.34.0 beta

latest releases: 0.35.6, 0.35.5, 0.35.4...
pre-release7 months ago

instruction

For any feedback please report to the release discussion.

Beta 4

  • Bug fixes.

Beta 3

  • Fix that the app may affect Xcode's performance when accessing it's UI with Accessibility API.
  • Rename Prompt to Code to Modification, support modifying multiple selections, support displaying addition diffs.
  • Other fixes.

Beta 2

  • Support setting OpenAI organization and project.

Beta 1

  • Add suggestion cheatsheet "Instructed Suggestions".

    When this cheatsheet is on, you can use \\\ instructions to instruct the suggestions. For example, typing .frame\\\width 30 height 100 will instruct the suggestion to be .frame(width: 30, height: 100).

    If you want the suggestion to rewrite the whole line, you can use let foo \\< instructions.

  • Add suggestion cheatsheet "Typo Fix".

    When this cheatsheet is on, it will try to fix the typo of the word under the text cursor in the suggestion.

  • Support sending a message to chat using comments. You can use // chat: message to initiate a special suggestion. When you accept the suggestion, it will send the message to the chat.

  • Support installing to other folders than /Applications. If it's installed in other folders, you will have to install the launch agent manually by clicking the button. The launch agent will be installed into ~/Library/LaunchAgents.

  • Display diffs in the suggestion.

  • Some refactoring and bug fixes.

Don't miss a new CopilotForXcode release

NewReleases is sending notifications on new releases.