Skip to content

0.20.1

Choose a tag to compare

@intitni intitni released this 21 Jul 08:10
· 2117 commits to main since this release

Please restart Xcode to finish the update.

  • Fix different cases in accepting a suggestion after typing out a part of the suggested code.
  • Fix that only the title area of a chat panel tab can be clicked.

New in 0.20.0

  • Update Nearby Text Cursor to be the default presentation.

  • Support multiple chat tabs.

  • Support new custom command "Single Round Dialog", which sends a message to a temporary chat, and optionally receives a reply through notification. You may want to use it to quickly run a shell command with /run.

    For example, you can set the prompt of this custom command to be /run open $FILE_PATH -a "TextEdit.app" to open the active file in TextEdit.app or /run open . to open the project root in Finder.app.

    For anyone doesn't know, you can run shell command in the chat panel with /run. The directory path will be you project root.

  • Update GitHub Copilot to 1.9.1.

  • Add a "ignore trailing new lines and whitespaces" toggle to GitHub Copilot settings.

  • Improve transitions of widgets.

An experimental chat scope @web is added. It can search with Bing, scrap a website, and answer your question according to that information. But the implementation is still very naive, it will use the top 5 relevant trunks of text from the webpage to generate an answer.
(Azure OpenAI doesn't support function calling yet, so you can't use @web from it.)