## 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
This commit is contained in:
Shijie Rao
2026-07-15 19:05:33 -07:00
parent 215fb464f1
commit 87db9bc18b

View File

@@ -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