From 83a214a40a67b0273d7a01994b13a44a9f7b63ef Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Fri, 31 Jul 2026 04:17:01 +0300 Subject: [PATCH] chore(main): release 2.12.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20ce65..393b0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.12.0](https://github.com/onecli/onecli-cli/compare/v2.11.0...v2.12.0) (2026-07-31) + + +### Features + +* **run:** universal --enforce — OneCLI-owned OS sandbox wraps any agent ([#105](https://github.com/onecli/onecli-cli/issues/105)) ([a27b6de](https://github.com/onecli/onecli-cli/commit/a27b6de60bf5e479c71b2fc0db823ed16a38648c)) + + +### Bug Fixes + +* **run:** stop registering the noisy gateway hook for Codex ([#110](https://github.com/onecli/onecli-cli/issues/110)) ([86415d3](https://github.com/onecli/onecli-cli/commit/86415d347ef949297f3fa633cc15d55ad4cca03e)) + ## [2.11.0](https://github.com/onecli/onecli-cli/compare/v2.10.0...v2.11.0) (2026-07-30)