remove minimal client version (#8447)

This isn't needed value by client
This commit is contained in:
Ahmed Ibrahim
2025-12-22 12:52:24 -08:00
committed by GitHub
parent d65fe38b2c
commit 6b2ef216f1
5 changed files with 0 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ use codex_api::provider::Provider;
use codex_api::provider::RetryConfig;
use codex_api::provider::WireApi;
use codex_client::ReqwestTransport;
use codex_protocol::openai_models::ClientVersion;
use codex_protocol::openai_models::ConfigShellToolType;
use codex_protocol::openai_models::ModelInfo;
use codex_protocol::openai_models::ModelVisibility;
@@ -75,7 +74,6 @@ async fn models_client_hits_models_endpoint() {
],
shell_type: ConfigShellToolType::ShellCommand,
visibility: ModelVisibility::List,
minimal_client_version: ClientVersion(0, 1, 0),
supported_in_api: true,
priority: 1,
upgrade: None,