Skip to content

0.33.5 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@intitni intitni released this 30 Jun 17:23
· 64 commits to main since this release

instruction

Beta 2

  • Fix that the app will crash when GitHub Copilot was asked to generate non-stream response. But since we can't change the system prompt, we can't use it to do anything other than chat. I have added a "Utility chat model" picker in the chat settings. If you need to use scopes that require LLMs to perform certain tasks (for example the project scope), you'd better set it up. Fixes #552

Beta 1

  • Support Codeium indexing #544

  • Support a proof-of-concept version of GitHub Copilot chat #550. Please note that this feature is still in an early stage of development and may change in the future. To use it, you have to turn on "Pretend IDE to be VSCode" in the GitHub Copilot settings and change the chat model to "GitHub Copilot (poc)".

    This implementation uses the language server to access the GitHub Copilot chat, so it should be much more legal than copilot-gpt4-service. The only(?) not-so-legal thing is that we need to use VSCode as the IDE name. Custom system prompt and temperature will not work for GitHub Copilot chat. Scopes will work. The built-in RAG of GitHub Copilot chat may not work properly.

  • Bump Copilot.vim to 1.37.0 and fixes #530

  • Prevent repeated parsing of markdown content in chat panel on scroll.

  • Move appcast.xml to https://copilotforxcode.intii.com/appcast.xml