From 49f70da29bc0d7407e6f48aa46dff75c00233a48 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 12 Mar 2026 18:20:25 +0000 Subject: [PATCH] docs: update cnnagelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6186a69a..d888c638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Mercury 2 model via the Inception provider +- Markdown table rendering in chat responses [#1186](https://github.com/carlrobertoh/ProxyAI/issues/1186) +- `workingDirectory` override support for the Bash tool +- Support for closing the first tool window tab [#865](https://github.com/carlrobertoh/ProxyAI/issues/865) + +### Changed + +- Refreshed the built-in model catalog and provider integrations + +### Fixed + +- Bash tool execution on Linux [#1189](https://github.com/carlrobertoh/ProxyAI/issues/1189) +- The credits label is now shown only for the ProxyAI provider + ## [3.7.4-241.1] - 2026-02-18 ### Added