Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Context Passing with GitHub Copilot Extensions now available in Public Preview! 🌟
Context passing is back! 🎊 Starting today, you can pass context to an extension from your favorite editor, helping the extension better understand your work environment to provide tailored responses.
This builds on GitHub Copilot’s ability to understand your work context depending on where you're using extensions. This happens automatically when you interact with an extension, requiring your explicit authorization through GitHub App permissions for use in any organization-owned repository.
Worried about your content exclusions? Don’t be, they are respected with context passing. Any
.env
file and files listed in your content exclusions settings will not be passed to any extension.💻 Available contexts by editor
client.file
client.selection
github.repository
github.current-url
To prevent contexts in the above table from being shared, exit the context window for the applicable context. For example, if you’re working on a file that you do not want extensions to pull context from, simply exit the page. Editors may offer similar capabilities in their user experience.
📈 Requirements for users
🤖 Requirements and best practices for builders
The Copilot Extensibility platform will automatically handle messaging when implicit and explicit context is unavailable or unauthorized. To enable context passing, extension builders are required to request permissions from users.
💡 Questions or feedback? Visit our user feedback forum and join the discussion below!
Beta Was this translation helpful? Give feedback.
All reactions