Skip to content

0.24.0

Compare
Choose a tag to compare
@intitni intitni released this 28 Sep 06:42
· 1028 commits to main since this release

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.