From d930155b469e2a705607c304c638c25cb88b8511 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Thu, 30 Jul 2026 08:27:25 +0300 Subject: [PATCH] chore(main): release 2.10.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e65a98..3bdb521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.0](https://github.com/onecli/onecli-cli/compare/v2.9.0...v2.10.0) (2026-07-30) + + +### Features + +* **run:** persistent agent identity via the agent config key and ONECLI_AGENT ([#106](https://github.com/onecli/onecli-cli/issues/106)) ([fe5c399](https://github.com/onecli/onecli-cli/commit/fe5c399a264694fa184d743cc092e1f3455c033c)) + ## [2.9.0](https://github.com/onecli/onecli-cli/compare/v2.8.1...v2.9.0) (2026-07-29)