From 073cb7b18da1707135252510716cb542921efee6 Mon Sep 17 00:00:00 2001 From: delta-cloud-208e Date: Fri, 13 Mar 2026 20:11:36 +0000 Subject: [PATCH] feat(codex): auto-update to v0.114.0 Binary: 0.111.0 -> 0.114.0 Config synced from claude_code_patcher. Co-Authored-By: Claude Opus 4.6 --- codex/codex_config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codex/codex_config.json b/codex/codex_config.json index 8645078..45eda13 100755 --- a/codex/codex_config.json +++ b/codex/codex_config.json @@ -15,6 +15,10 @@ "wire_api": "responses", "telemetry_enabled": false, "check_for_update": false, - "trust_paths": ["/home", "/root", "/tmp"], - "target_version": "0.111.0" + "trust_paths": [ + "/home", + "/root", + "/tmp" + ], + "target_version": "0.114.0" }