mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
## 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user