From 5cc5da3920c666eab1fa3dfd48a30e6232a8173a Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 27 May 2026 13:47:20 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae9704e..bc9d0242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- IDE debugging tools in Agent mode, including run configuration, breakpoint, and debug session actions +- Context editor improvements for picking files and folders in lookup suggestions + +### Changed + +- Write and edit tool calls now render diff previews in the agent UI +- Agent tool call rendering and panel lifecycle handling were improved for more reliable response display + +### Fixed + +- Custom OpenAI test connection now works when the API key is optional + ## [3.8.1-261] - 2026-04-30 ### Changed