From e212fff5b8601b3f3c3e2f5fc43e51dce13e3256 Mon Sep 17 00:00:00 2001 From: Bryan Font Date: Sat, 18 Jul 2026 12:12:59 -0400 Subject: [PATCH] chore: prepare 1.10.0 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7d79c..57dcdf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## Unreleased -## 1.9.1 - 2026-07-18 +## 1.10.0 - 2026-07-18 - Added `runtime.ultraReasoningEffort` to override Ultra's default `max` inference effort with `low`, `medium`, `high`, or `xhigh`. - Aligned Ultra's multi-agent mode prompt and inherited child policy with official Codex Multi-Agent V2 behavior.