From 87db9bc18ba5bc82c1cb4e4381b44f693ee35623 Mon Sep 17 00:00:00 2001 From: Shijie Rao Date: Wed, 15 Jul 2026 19:05:33 -0700 Subject: [PATCH] ## Bug Fixes - Improved dangerous-command detection, including more forced `rm` forms, and provides clearer rejection reasons when commands are denied. (#33455) ## Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.144.4...rust-v0.144.5 - #33455 [release/0.144] fix(core) expand is_dangerous_command @dylan-hurd-oai --- codex-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 7b153dfaa0..44c658e70b 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -130,7 +130,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.0" +version = "0.144.5" # Track the edition for all workspace crates in one place. Individual # crates can still override this value, but keeping it here means new # crates created with `cargo new -w ...` automatically inherit the 2024