From 3d2ee51ca2d5db578f328aa75e20aa22c0197c9a Mon Sep 17 00:00:00 2001 From: rhan-oai Date: Fri, 4 Sep 2026 15:41:04 -0700 Subject: [PATCH] ## Bug Fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixed Astra’s visibility in the bundled model picker and made it the bundled default when no model is explicitly configured. (#42874) - Updated Astra’s guidance to use asynchronous questions only when the tool is available in the session. (#42878) ## Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.153.3...rust-v0.153.4 - #42874 [0.153 hotfix] Show Astra in bundled model picker @rhan-oai - #42878 [0.153 hotfix] Qualify Astra async-question guidance by tool availability @rhan-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 523813b9aa..351d1e6cd5 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -147,7 +147,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.0" +version = "0.153.4" # 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