Replies: 7 comments 1 reply
-
Could the agent mode incorporate an auto-execution option similar to Cursor or Windsurf's implementation? Specifically, this could include both unconditional automatic execution and AI model-determined execution where the system assesses whether to proceed autonomously. |
Beta Was this translation helpful? Give feedback.
-
good news.. |
Beta Was this translation helpful? Give feedback.
-
If you're going to do functionality tests, security tests, etc., why not do it de facto? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to get some kind of technical description of what the Agent Mode is doing under the hood? |
Beta Was this translation helpful? Give feedback.
-
Good news, is fantastic |
Beta Was this translation helpful? Give feedback.
-
I have a problem with the Agent mode. The agent gets stuck whenever the control is transferred to the terminal to run a command. It never gets the signal back from the terminal. Tried exiting the terminal but that didn't help either. There should be a way to resume the operation even if the terminal command fails. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to set the standard template like "Don't run any command yourself. Always ask me to run the command"? |
Beta Was this translation helpful? Give feedback.
-
The latest Visual Studio Code release brings powerful new GitHub Copilot features to supercharge your coding and debugging experience. Upgrade to the latest version of VS Code and start exploring these enhancements today!
🤖 Agent Mode (Public Preview)
Introducing Agent Mode in GitHub Copilot Edits, now available in the VS Code Insiders release. 🎉
GitHub Copilot’s new agent mode is capable of iterating on its own code, recognizing errors, and fixing them automatically. It can suggest terminal commands and ask you to execute them. It also analyzes run-time errors with self-healing capabilities.
Enable it via the setting
github.copilot.chat.agent.enabled
. This mode allows Copilot to iterate on its own code, identify and fix errors automatically, execute terminal commands, and resolve runtime errors with self-healing capabilities.Want to take a deeper dive into Agent Mode, check out the detailed blogpost.
⚡ Awaken the agent with agent mode for GitHub Copilot in VS Code today.
🎉 Exciting New Features in GitHub Copilot for Visual Studio Code! 🎉
We are thrilled to announce a series of new features now available in the latest Visual Studio Code release, aimed at enhancing your coding and debugging experience. These updates are designed to make your workflow more efficient and productive. Here's a quick overview of what's new:
🚀 Next Edit Suggestions (Public Preview)
⏭️ Next edit suggestions leverage recent edits to anticipate the next changes you might need to make. This feature helps you quickly refine your code, comments, tests, and more by suggesting relevant edits. Enable this feature via the VS Code setting
github.copilot.nextEditSuggestions.enabled
. For Copilot Business or Enterprise users, your Administrator will need to enable it for your organization.Tab
key and accept them by pressingTab
again.For more scenarios where next edit suggestions will help, visit the Visual Studio Code docs.
📄 Prompt Files (Public Preview)
Prompt files allow you to build, store, and share reusable prompts that provide pre-defined instructions and context for GitHub Copilot Chat and Copilot Edits. Enable this feature via the setting
chat.promptFiles
and streamline your workflows for shared development tasks and domains.To enable prompt files, set the VS Code setting chat.promptFiles to true.
Copilot Edits, now GA in VS Code 🎉
Copilot Edits, a feature that allows you to make changes to one or more files directly from Copilot Chat, is now generally available. This feature has been in preview since the October VS Code release and is now ready for everyone to use.
Beyond the GA in VS Code, Copilot Edits is now in preview for Visual Studio 2022.
To learn more about Copilot Edits, visit the VS Code docs.
Give these new features a try and let us know what you think! Your feedback helps us make GitHub Copilot even better. Have questions? Drop them in the comments—we’re here to help.
Happy coding! 🚀
Beta Was this translation helpful? Give feedback.
All reactions