From ff3d19f9022b154b9ab415f6ad128cd622608b1a Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Tue, 17 Feb 2026 14:23:14 -0800 Subject: [PATCH] ## New Features - App listing responses now include richer app details (`app_metadata`, branding, and labels), so clients can render more complete app cards without extra requests. (#11706) - Commit co-author attribution now uses a Codex-managed `prepare-commit-msg` hook, with `command_attribution` override support (default label, custom label, or disable). (#11617) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Bug Fixes - Removed the `remote_models` feature flag to prevent fallback model metadata when it was disabled, improving model selection reliability and performance. (#11699) ## Chores - Updated Rust dependencies (`clap`, `env_logger`, `arc-swap`) and refreshed Bazel lock state as routine maintenance. (#11888, #11889, #11890, #12032) - Reverted the Rust toolchain bump to `1.93.1` after CI breakage. (#11886, #12035) ## Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.102.0...rust-v0.103.0 - #11699 chore: rm remote models fflag @sayan-oai - #11706 [apps] Expose more fields from apps listing endpoints. @mzeng-openai - #11890 chore(deps): bump arc-swap from 1.8.0 to 1.8.2 in /codex-rs @dependabot - #11886 chore(deps): bump rust-toolchain from 1.93.0 to 1.93.1 in /codex-rs @dependabot - #12032 chore: just bazel-lock-update @bolinfest - #11888 chore(deps): bump clap from 4.5.56 to 4.5.58 in /codex-rs @dependabot - #11889 chore(deps): bump env_logger from 0.11.8 to 0.11.9 in /codex-rs @dependabot - #11617 Use prompt-based co-author attribution with config override @gabec-openai - #12035 Revert "chore(deps): bump rust-toolchain from 1.93.0 to 1.93.1 in /co…dex-rs (#11886)" @etraut-openai --- 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 7ad0566efd..b52b4f6960 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -66,7 +66,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.0" +version = "0.103.0" # 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