Copilot Monthly Digest 📰 #77548
Akash1134
announced in
Copilot News and Announcements
Replies: 2 comments 2 replies
-
|
Copilot Chat is meant to be General Available December 2023. Does this mean 1 Dec? Or some time, as the feature online is still marked as beta...? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Why is it that the VS version is so behind the VScode version? Currently its pretty much useless inline in the C# code editor windows. Much of the functionality seen in the VScode version does not exist or work in VS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This month, we made some big improvements to GitHub Copilot! 🎉 Copilot Chat is now powered by GPT-4 and we updated the model used to detect off-topic chat queries. In VSCode, we are announcing the public beta of code referencing. We also introduced “agents” and the ability to generate commit messages with Copilot. In addition, we improved the context for explaining code and updated the Copilot menu UI. In JetBrains IDEs, we introduced partial acceptance of code suggestions.
Copilot Chat is powered by GPT–4 🚀
We upgraded the Copilot Chat experience, bringing more accurate and useful code suggestions with OpenAI‘s GPT–4 model.
Off–topic model improvements for Copilot Chat 🔒
As part of our safety features, we‘ve improved our off-topic model to detect chat queries which do not relate to programming. This should result in significantly fewer filtered responses.
Code referencing in VSCode is now in Public Beta 🚢
In August, we announced the Private Beta of code referencing in VSCode.
Learn more about Copilot code referencing and let us know your thoughts in this discussion.
Introducing “agents” in Copilot Chat in VSCode 💬
We have introduced a new capability called “agents” to enhance your interaction with Copilot Chat. Agents are like specialized experts who can assist you with specific tasks 🤝 . You can mention them in the chat using the
@symbol. Each agent also supports slash commands. The slash commands you may have used before should now be used with an agent. For example, /explain is now@workspace/explain.Read more in the VSCode release notes.
Improved explanation context in Copilot Chat in VSCode 🆕
You can ask Copilot Chat to explain a code selection in your active editor either through the
@workspace /explaincommand or through the “Explain with Copilot” action in the context menu. Copilot Chat has now integrated implementations of referenced symbols, such as functions and classes, which leads to explanations that are more precise and useful. This works best across files when you have an extension contributing language services installed for one of the following languages: TypeScript/JavaScript, Python, Java, C#, C++, Go, or Ruby.Commit message generation using Copilot in VSCode 🤖
Copilot can now generate commit messages based on the pending changes using the new “sparkle” action in the Source Control input box.
Updated Copilot menu in VSCode 😮
Our Copilot menu in VSCode is now more visible and aligned with our design for JetBrains IDEs. It is now easier to understand the current status of Copilot, access the various settings or documentation.
The new menu is displayed when clicking on the Copilot icon in the lower right corner in the statusbar of VSCode.
JetBrains partial acceptance for code suggestions✈️
The Copilot extension for JetBrains IDEs has leveled up! You now have the flexibility to incorporate code suggestions piece by piece, whether that’s word-by-word or line-by-line. Feel free to customize these shortcuts as you prefer. Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions