From f15edcf2c4d543c399fae528404ea4a28163de87 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 30 Mar 2026 11:57:46 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2726dd..feab363b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Agent Client Protocol (ACP) support for external coding agents +- Configurable subagent runtimes with per-subagent model selection and ACP-specific runtime options +- Diagnostics tool call rendering in the agent UI +- Custom OpenAI Responses API support with configurable context window and output size + +### Fixed + +- WebFetch tool call argument handling for external ACP agents + ## [3.7.5-241.1] - 2026-03-12 ### Added