- 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
- Dynamic chat with editor context by @intitni in #219
- Fix request cancellation for GitHub copilot by @intitni in #220
- Chat menu by @intitni in #221
- More settings on custom command by @intitni in #222
Full Changelog: 0.15.4...0.16.0