Agent mode and MCP support for Copilot in Eclipse now generally available #151288
Replies: 115 comments 427 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.
-
Is there an update for the chat history retention feature? It would be very useful to be able to revisit past discussions. |
Beta Was this translation helpful? Give feedback.
-
@jdneo - sorry to bug again but has there been any movement on getting SAP ABAP to work with Agent mode? |
Beta Was this translation helpful? Give feedback.
-
First gripe with 0.9.0 - stop popping up the Quick Start popup every time I start Eclipse. Add a "Don't show this next time" button. |
Beta Was this translation helpful? Give feedback.
-
I love the "What is new page" of Copilot which opens in an editor. A long time ago the platform team was discussing to migrate the "Welcome Screen" to such an approach but we never found the time to do this. |
Beta Was this translation helpful? Give feedback.
-
We've been seeing this unprintable character since we moved to 0.9.0. We're running 2024-12 on RHEL8. ![]() |
Beta Was this translation helpful? Give feedback.
-
I see the following error when typing something in agent mode and hitting return
This happens with Eclipse 2025-06 and Copilot 0.9.0 on MacOS. |
Beta Was this translation helpful? Give feedback.
-
When agent is executing a command in the terminal (like |
Beta Was this translation helpful? Give feedback.
-
Access lost to releases. |
Beta Was this translation helpful? Give feedback.
-
The "Add Folder to Chat" feature from VScode would be also very helpful in Eclipse. Even more useful than the suggested DnD for file. ![]() |
Beta Was this translation helpful? Give feedback.
-
Asking again (no response 3 weeks ago). |
Beta Was this translation helpful? Give feedback.
-
Is there a changelog or release notes available for Github Copilot for Eclipse? Apart from watching this thread, we'd like to know when new releases ship and what they contain. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Running 0.10 in Agent mode with Sonnet 4. It got to |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble integrating with an internal (network) MCP server and I'm unable to find any debugging options or log details to troubleshoot the problem. No details are in the Eclipse Error Log view and nothing displays in the Progress view. Copilot seems to connect since I can create 403 type error conditions with bad credentials, but good credentials produce no results and copilot just hangs (forever) with responding to any input. Looking for some kind of option to get a deeper level of info about what is or is not happening between Eclipse and the MCP server. Unfortunately, I don't have access to the MCP server log details either. Eclipse Platform 4.36.0.v20250528-2229 org.eclipse.platform.feature.group Eclipse.org |
Beta Was this translation helpful? Give feedback.
-
To enable people to follow your planned enhancements, it would be nice if you could migrate you backlog to issues https://github.com/eclipse-copilot/eclipse-copilot/issues and maybe also use projects to plan for the next release? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to restrict the MCP server usage to certain specific ones at Organization level? Like Defining a Whitelist servers? |
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