Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the GitHub Copilot for Eclipse plugin for the upcoming 0.18.0 development cycle by bumping version numbers across Maven/Tycho, OSGi bundles/fragments, the feature/repository metadata, and documenting release notes in the changelog.
Changes:
- Bump the root
copilot-plugin-versionto0.18.0-SNAPSHOT. - Update OSGi
Bundle-Versionvalues to0.18.0.qualifieracross core/UI bundles, tests, terminals, jobs, branding, and agent fragments. - Update feature/repository version references and add a new
0.18.0section toCHANGELOG.md.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Bumps the Maven/Tycho-driven plugin version property to 0.18.0-SNAPSHOT. |
| com.microsoft.copilot.eclipse.ui/META-INF/MANIFEST.MF | Updates UI bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.ui.test/META-INF/MANIFEST.MF | Updates UI test fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.ui.terminal/META-INF/MANIFEST.MF | Updates terminal integration bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.ui.terminal.tm/META-INF/MANIFEST.MF | Updates TM terminal integration bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.ui.jobs/META-INF/MANIFEST.MF | Updates Jobs UI bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.terminal.api/META-INF/MANIFEST.MF | Updates terminal API bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.swtbot.test/META-INF/MANIFEST.MF | Updates SWTBot test bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.repository/category.xml | Updates repository category feature version reference to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.feature/feature.xml | Updates feature version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core/META-INF/MANIFEST.MF | Updates core bundle version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.test/META-INF/MANIFEST.MF | Updates core test fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.agent.win32/META-INF/MANIFEST.MF | Updates Win32 agent fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.agent.macosx.x64/META-INF/MANIFEST.MF | Updates macOS x64 agent fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.agent.macosx.aarch64/META-INF/MANIFEST.MF | Updates macOS aarch64 agent fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.agent.linux.x64/META-INF/MANIFEST.MF | Updates Linux x64 agent fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.core.agent.linux.aarch64/META-INF/MANIFEST.MF | Updates Linux aarch64 agent fragment version to 0.18.0.qualifier. |
| com.microsoft.copilot.eclipse.branding/META-INF/MANIFEST.MF | Updates branding bundle version to 0.18.0.qualifier. |
| CHANGELOG.md | Adds release notes section for 0.18.0. |
ethanyhou
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.