Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Releases: microsoft/copilot-eclipse-feedback

0.15.0 - 20260127

03 Mar 09:19
4dad609

Choose a tag to compare

Added

  • (Nightly build only) Add JDT debugger tool for agent. PR#1476
  • Support increasing or decreasing font size in chat view. PR#1533, PR#1543, PR#1540
  • Add ManageTodoList tool UI support. PR#1523, PR#1535
  • Support agent max request preference. PR#1518
  • Add current editor selection to chat context. #1214
  • Support custom scheme file creation, edit and get errors. PR#1531
  • Support commit instruction. #1117

Changed

  • Update MCP registry dialog. PR#1504
  • Remove nightly check for the MCP registry feature. PR#1516
  • Update file change summary bar hover effect. #1486

Fixed

  • Remove unimplemented ToolConfigurationQuickFixProcessor causing ClassNotFoundException. PR#1578
  • NPE from NES feature when working on an editor without text widget. PR#1553
  • Update Jobs View category to reflect correct labeling. PR#1552
  • Fix markup rendering under dark theme. #460
  • Fix css for handoff container in dark mode. PR#1536
  • Support traverse through the chat view via Tab. PR#1524
  • Fix git repository detection when .git is excluded in .project. #1521
  • Fix ChatView input undo/redo functionality. #1437
  • Remove redundant focus listener for created buttons. PR#1515
  • Defer the status check until setting sync is finished. #1429
  • Prevent deadlock in updateCodeMinings by using asyncExec. PR#1510
  • Add focus visual hint for widgets in action bar. PR#1513
  • Linux terminal shell not working due to incorrect environment property. PR#1508, PR#1499
  • Add content type to the quickAssistProcessor extension point. PR#1502
  • Always update modeToolStatus even when no tools are defined. #1491
  • Refactor action area visibility handling in chat history viewer. PR#1497
  • Set model apply to always. PR#1494
  • IllegalArgumentException when parsing Windows file paths in chat hyperlinks. #1539
  • SWTException on shutdown when Chat view is open. #1301