## Bug Fixes

- 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
This commit is contained in:
rhan-oai
2026-09-04 15:41:04 -07:00
parent 6ae07812e2
commit 3d2ee51ca2

View File

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