From 401d4fe8363351eb31ab5902dc97d363824c1256 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 30 Apr 2026 16:37:29 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c6e046..2a518d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgraded Koog and the IntelliJ Platform baseline to 2026.1 / build 261 + +### Fixed + +- Files and Folders `@` lookup now searches project files and folders together, prioritizes open and recent files, and keeps results stable while search results are still loading. +- Agent continuation now skips unsafe checkpoints and removes dangling tool-call history before starting a new user turn. +- Agent loading state is restored correctly after retries succeed. +- Agent write and edit approval diffs now respect the configured tool approval mode. +- Agent todo-list reminders are now shown only once per run. +- TodoWrite progress updates in Agent run cards +- External ACP agent switching no longer freezes the IDE when changing runtimes such as OpenCode and Codex [#1213](https://github.com/carlrobertoh/ProxyAI/issues/1213) +- Bash tool execution now uses `sh` on BSD systems [#1208](https://github.com/carlrobertoh/ProxyAI/issues/1208) + ## [3.8.0-241.1] - 2026-04-02 ### Added