github intitni/CopilotForXcode 0.16.0

latest releases: 0.35.3, 0.35.2, 0.35.1...
19 months ago
  • The cancel request feature for GitHub Copilot has been implemented. For both GitHub Copilot and Codeium users, it is now recommended to set the real-time suggestion debounce to ZERO.
  • The "Chat with Selection" feature has been removed. However, the chat will now look at your active editor for the selected code. It can now identify:
    • The selected code in the active editor.
    • The relative path of the file.
    • The error and warning labels in the active editor.
    • Your text cursor location.
  • If you want the chat to read the whole file, you can prepend the message with @file. But please note that you may not have enough tokens to put large files into the context.
  • The bottom bar of the chat now has a context menu where you can check the current system prompt, reset system prompt, and run any chat-based custom commands.
  • You can now ask the custom prompt to code command to not generate a description.
    If you, like me, are using a custom command to polish documentation that is not in your preferred language, you may find that it sometimes translates the documentation into your language. This is because there is a line in the prompt that asks for a description of what it did in your preferred language. Now you can turn it off.

Pull Request

Full Changelog: 0.15.4...0.16.0

Don't miss a new CopilotForXcode release

NewReleases is sending notifications on new releases.