From 6cd39c0ad309a17f217af90ab74fb293a785929f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Feb 2026 16:29:01 +0000 Subject: [PATCH] docs: update CHANGELOG.md for v1.20.3 Automated changelog update for release v1.20.3 Assisted-By: cagent --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1d6a602..0f17af6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. +## [v1.20.3] - 2026-02-02 + +This release migrates PR review workflows to packaged actions and includes visual improvements to the Nord theme. + +## Improvements +- Migrates PR review to packaged cagent-action sub-actions, reducing workflow complexity +- Changes code fences to blue color in Nord theme for better visual consistency + +## Technical Changes +- Adds task rebuild when themes change to ensure proper theme updates +- Removes local development configuration that was accidentally committed + + ## [v1.20.2] - 2026-02-02 This release improves the tools system architecture and enhances TUI scrolling performance. @@ -158,4 +171,5 @@ This release improves the terminal user interface with better error handling and [v1.20.1]: https://github.com/docker/cagent/releases/tag/v1.20.1 -[v1.20.2]: https://github.com/docker/cagent/releases/tag/v1.20.2 \ No newline at end of file +[v1.20.2]: https://github.com/docker/cagent/releases/tag/v1.20.2 +[v1.20.3]: https://github.com/docker/cagent/releases/tag/v1.20.3