You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.16.0
9
+
### Added
10
+
- Support tool calling in Ask Mode. [PR#1606](https://github.com/microsoft/copilot-eclipse/pull/1606)
11
+
- Show detailed model information on dropdown hover. [PR#1607](https://github.com/microsoft/copilot-eclipse/pull/1607)
12
+
- Add openChatView mode parameter and wire handoff to command. [PR#1587](https://github.com/microsoft/copilot-eclipse/pull/1587)
13
+
14
+
### Changed
15
+
- Update chat mode selector and model selector to show more information. [PR#1595](https://github.com/microsoft/copilot-eclipse/pull/1595)[PR#1609](https://github.com/microsoft/copilot-eclipse/pull/1609)
16
+
- Remove 'Included' billing message and simplify multiplier to 0. [PR#1611](https://github.com/microsoft/copilot-eclipse/pull/1611)
17
+
- Remove border for Add Context button and center layout in ActionBar. [#1613](https://github.com/microsoft/copilot-eclipse/issues/1613)
18
+
19
+
### Fixed
20
+
- Fix NPE under updateCodeMinings() lambda if editor is already disposed [PR#1580](https://github.com/microsoft/copilot-eclipse/pull/1580)
21
+
- Fix bind Ctrl++ shortcut additionally for increaseChatFontSize command [PR#1581](https://github.com/microsoft/copilot-eclipse/pull/1581)
0 commit comments