Agent mode and MCP support for Copilot in Eclipse now in public preview #151288
Replies: 110 comments 396 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.
-
The popup menu under Ubuntu seems incorrectly drawn. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the Eclipse plug-in :) |
Beta Was this translation helpful? Give feedback.
-
I see the following error when starting Eclipse 2025-06 (EE) with the GitHub Copilot Plugin 0.8.0:
Not sure if this is a bug in LSP4E but seems this is triggered by the GitHub plugin. |
Beta Was this translation helpful? Give feedback.
-
I have a bit of a conundrum. I'm far more productive in Eclipse vs. VSCode for a variety of reasons, until Copilot folds into the equation. The agentic capabilities, instruction files, chatmodes, etc. that the VSCode Copilot plugin provides make the Eclipse Copilot plugin look anemic so I end up doing agent work in VSCode with both IDEs open constantly. To get to the point, will the Eclipse plugin ever reach feature parity with the VSCode plugin? What can the team share? |
Beta Was this translation helpful? Give feedback.
-
Hello @jdneo , We have a bug when using a copilot enterprise plan account. It works with my personal copilot pro plan account. |
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.
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 in public preview
GitHub Copilot agent mode with MCP support for Eclipse is now in public preview! 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 is in preview 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