Agent mode and MCP support for Copilot in Eclipse now generally available #151288
Replies: 139 comments 502 replies
-
|
On very first time I start typing in the code I always get this error below: Looks like |
Beta Was this translation helpful? Give feedback.
-
|
It seems that every AI interaction / code proposal is logged to the Eclipse Error log as "Info": Logging is fine, but that pollutes application log with lot of "garbage". Ideally this would be redirected to a dedicated log file and only warnings/errors are printed to the main log file. |
Beta Was this translation helpful? Give feedback.
-
|
Not working for me :-( |
Beta Was this translation helpful? Give feedback.
-
|
I bring my report to here This message still appears multiple times even after I dismiss it.
|
Beta Was this translation helpful? Give feedback.
-
|
There are several errors. This is part of them. What I did: The installation was successful, but the error occurred.
eclipse.buildId=4.34.0.20241128-0756 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
What is a license restrictions on the bundle? Can it be redistributed with a commercial Eclipse RCP application? |
Beta Was this translation helpful? Give feedback.
-
|
Please bundle per OS/architecture, currently
The p2 tooling allows you to have architecture specific bundles. |
Beta Was this translation helpful? Give feedback.
-
|
When will it be possible to switch the underlying models? |
Beta Was this translation helpful? Give feedback.
-
|
I am using Eclipse 2024-12 (4.34.0) to develop in an SAP environment. I have installed the Copilot plugin today. As soon as I open source code (ABAP class, RAP behaviour, Service definition, Table definition) I am getting the following error: And when opening CDS views I am getting a similar error: |
Beta Was this translation helpful? Give feedback.
-
|
We see errors while typing Note: this also happens if the "Automatically show inline completions" option is off, which is yet another issue (I would assume |
Beta Was this translation helpful? Give feedback.
-
|
It seams like the "Enable Strict SSL" configuration is only working for the java part and not the language server I can't get completions behind our company proxy even after deactivating the SSL Check |
Beta Was this translation helpful? Give feedback.
-
|
It is great the Github Copilot decided to officially support Eclipse. I have tried it on my Sts and the completions of code works fast |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
Any plans to publically expose the sources on GitHub? Usually Eclipse plugins work best as open source… |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Beta Was this translation helpful? Give feedback.
-
|
I'm using Eclipse 2025-09 (4.37.0) with Copilot 0.11.0 and SAP ABAP. If I highlight a statement in the code I'm working on (with code added to Copilot context) and ask Copilot to explain it never explains the statement that is highlighted. It just chooses some random piece of code elsewhere in the class. I get around this by copying the statement to the chat window but my question is shouldn't Copilot be able to see which statement I'm talking about without this? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, the agent mode isn’t working for SAP ABAP developers. Will it be fixed in future releases? |
Beta Was this translation helpful? Give feedback.
-
|
I stared to use Github Copilot more seriously at work and it works great but things need to be improved
|
Beta Was this translation helpful? Give feedback.
-
|
I got error installing the Copilot 0.12 from Eclipse market place Unable to read repository at https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/content.xml. It will continue then got the following: Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components) Version: 2025-09 (4.37.0) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Agent mode seems to have some errors |
Beta Was this translation helpful? Give feedback.
-
|
Chat input box rendered twice java.lang.NullPointerException: Cannot invoke "org.eclipse.core.runtime.IPath.toPath()" because the return value of "org.eclipse.core.resources.IFolder.getLocation()" is null |
Beta Was this translation helpful? Give feedback.
-
|
Hey @jdneo - at https://github.com/eclipse-copilot/eclipse-copilot, your team dropped a release and set up an issues list but it seems like nothing is happening there. Is that a viable repository? Is that where issues should be logged? What's the plan for that repository? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jdneo, question regarding IBM Developer V17 based on Eclipse 4.31 platform. How can we install Eclipse Copilot plugin without |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jdneo Environment:
Issue Sequence and Errors Encountered:
Troubleshooting Steps Attempted (in order):
Configured Eclipse proxy settings: Window > Preferences > General > Network Connections → Tried both "Native" and "Manual" modes (with known corporate proxy details where applicable). Tried single root certificate only, different concatenation orders, and separate files → same error. Additional notes: No Zscaler or obvious proxy-specific certificates visible in Keychain Access (only SAP internal ones). Any further suggestions—such as enabling detailed logging in the Copilot plugin, known compatibility issues with SAP GHES instances, eclipse.ini modifications, or alternative authentication flows—would be greatly appreciated. I can provide excerpts from the Eclipse Error Log if needed. Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @jdneo for adding the ability to change chat font size in .15! Much appreciated. Sometimes it's the little things.... 👏🏻 |
Beta Was this translation helpful? Give feedback.
-
|
Hi. I already have the addon installed with GitHub CoPilot version 0.13.0 saying the custom Agent was enabled but when I try to use I have this message: |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm working with GitHub CoPilot version 0.14.0 and Eclipse shows errors after I have installed the plugin. Some lines are marked as error as you can see here: |
Beta Was this translation helpful? Give feedback.


















Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Agent mode and MCP support for Copilot in Eclipse now generally available
GitHub Copilot agent mode with MCP support for Eclipse is now generally available! You can enable GitHub Copilot with any GitHub account and experience the autonomous coding experience today.
✨ What's new
Agent mode
With the introduction of agent mode in Eclipse, Copilot functions as an autonomous pair programmer that can perform multi-step coding tasks at your command, such as analyzing your codebase, proposing edits, and executing terminal commands using a defined set of tools. With agent mode, Copilot can even iterate on its own code, detect errors, and fix them automatically.
Each tool in the agent toolkit has specific capabilities that help Copilot complete these tasks. For example, Copilot can search the workspace, read file contents, execute terminal commands, retrieve compile or lint errors from the editor, and apply code changes via a speculative decoder endpoint. The set of available tools continues to grow as we experiment with new ones to further enhance the capabilities of Copilot in agent mode.
Here's what a typical workflow looks like in agent mode after you enter your request:
Semantic understanding: Copilot interprets your request in Copilot Chat and analyzes the codebase to understand the task's intent and requirements.
Plan proposal: Copilot leverages your code to build context around the request. Based on its understanding, it breaks the task into smaller steps and formulates a plan.
Plan execution: Copilot asks for confirmation to take the actions outlined in the previous bullet. Some examples of actions it might take include:
Task complete: After successfully implementing the changes, Copilot reviews its work, finalizes the task, and provides you with a summary of what changed.
MCP support
Model Context Protocol (MCP) is an open standard that enables AI models to interact with external tools and services through a unified interface. With Copilot supporting MCP in Eclipse, agent mode gets extended capabilities from the tools contributed by MCP servers, so Copilot can assist across more workflows and tasks.
Set up your local MCP servers
You can define your servers in a configuration file (e.g., mcp.json) by doing the following:
🛠 Try it out
Copilot agent mode and available today to all Eclipse users. You need to update the plugin to the latest version. To access Copilot agent mode for Eclipse, you also need a Copilot license.
💬 Share your feedback
Your feedback drives improvements. Let us know what you think using the in-product feedback option or share your thoughts in the comments below.
Beta Was this translation helpful? Give feedback.
All reactions