GitHub Copilot Chat for Eclipse now in public preview

GitHub Copilot Chat for Eclipse now in public preview

GitHub Copilot Chat for Eclipse now in public preview

GitHub Copilot Chat for Eclipse is now in public preview! You can enable GitHub Copilot in Eclipse with any GitHub account and experience both code completions and in-editor chat assistance today.

What’s new

  • Chat view: Ask Copilot for help with coding tasks directly in the chat view. Learn More.
  • Model Selector for Chat: GitHub Copilot allows you to change the model during a chat. Learn More.

  • Slash commands: Use quick commands, like /explain for code explanations.

  • Reference code: Scope chats to specific files for more relevant assistance.

  • Free access: Get 2,000 code completions and 50 chat messages per month for free, simply by signing in with your GitHub account or by creating a new one.

Try it out

To access GitHub Copilot Chat for Eclipse, you’ll need a Copilot license.

Follow the steps outlined in the Getting Started guide.

Feedback

Your feedback drives improvements. Let us know what you think using the in-product feedback option, or share your thoughts with the GitHub Community.
Join us on this journey as we continue to enhance GitHub Copilot for Eclipse and deliver a smoother developer workflow!

GitHub Copilot for Xcode Chat is now generally available

GitHub Copilot for Xcode Chat is now generally available

GitHub Copilot Chat is now generally available for Xcode! If you’re an Xcode user, you can now take advantage of AI-powered assistance with both code completions and in-editor chat assistance today.

AI-powered chat for coding assistance

With GitHub Copilot Chat in Xcode, you can ask questions, get explanations for code, receive debugging help, and even generate suggestions for complex implementations. This interactive experience allows developers to work more efficiently without leaving their coding environment.

Key features of GitHub Copilot for Xcode Chat

  • Chat view: Ask Copilot for help with coding tasks directly in the chat view.
  • Model Selector for Chat: GitHub Copilot allows you to change the model during a chat.

  • Slash commands: Use quick commands, like /releaseNotes for the latest update information.

  • Reference code: Scope chats to specific files for more relevant assistance.

  • Multiple conversations: Maintain different threads, each with their own context.

  • Extended version support: Currently supported the macOS version from macOS 12.0 to macOS 15.0.

  • Free access: Get 2,000 code completions and 50 chat messages per month for free, simply by signing in with your GitHub account or by creating a new one.

Get started with GitHub Copilot in Xcode

To try out Copilot Chat in Xcode, install GitHub Copilot for Xcode and sign in with your GitHub account. Once enabled, you can start interacting with Copilot Chat to receive intelligent coding assistance instantly.

Experience the future of AI-assisted development

GitHub Copilot is redefining software development by providing AI-driven guidance, improving code quality, and speeding up problem-solving. Whether you’re working on an iOS app or macOS software, Copilot Chat helps you stay focused and productive.

For more details, visit our GitHub Copilot documentation and start leveraging AI-driven coding assistance in Xcode. 

Feedback

We’re continuously improving Copilot Chat in Xcode based on user feedback. Let us know how it’s working for you and share your suggestions in the GitHub Copilot feedback forum.

Ready to enhance your development workflow? Try GitHub Copilot Chat in Xcode today and experience the future of AI-assisted coding!

See more

CodeQL is the static analysis engine behind GitHub code scanning, which finds and remediates security issues in your code. We’ve recently released CodeQL 2.20.6, which brings support for a new version of Java and a variety of other improvements that improve the accuracy of your code scanning results:

Java

  • CodeQL now supports Java version 24
  • We’ve improved the accuracy of the (java/xss) query when javax.servlet.http.HttpServletResponse is used without an exploitable content type

JavaScript / TypeScript

  • We’ve added support for the response threat model, which can be enabled with advanced setup. When enabled, the response data coming back from an outgoing HTTP request is considered a tainted source.
  • We’ve improved the precision of data flow through arrays and call resolution logic, both resulting in improved analysis results

C/C++

  • We’ve improved the accuracy of the cpp/static-buffer-overflow query, resulting in improved results

C#

  • We’ve improved the precision of the cs/call-to-object-tostring query, resulting in improved analysis results

GitHub Actions (Public Preview)

  • We’ve removed the query actions/unversioned-immutable-action from the public suite of queries, which will close any alerts triggered from it

For a full list of changes, please refer to the complete changelog for version 2.20.6. Every new version of CodeQL is automatically deployed to users of GitHub code scanning on GitHub.com. The new functionality in CodeQL 2.20.6 will also be included in GitHub Enterprise Server (GHES) version 3.17. If you use an older version of GHES, you can manually upgrade your CodeQL version.

See more