Skip to content

0.23.1

Compare
Choose a tag to compare
@intitni intitni released this 06 Sep 13:17
· 1115 commits to main since this release

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.