Update models.json (#18586)

- Replace the active models-manager catalog with the deleted core
catalog contents.
- Replace stale hardcoded test model slugs with current bundled model
slugs.
- Keep this as a stacked change on top of the cleanup PR.
This commit is contained in:
Ahmed Ibrahim
2026-04-20 10:27:01 -07:00
committed by GitHub
Unverified
parent 5d5d610740
commit 316cf0e90b
63 changed files with 540 additions and 1016 deletions
@@ -21,7 +21,7 @@ async fn offline_model_info_without_tool_output_override() {
CollaborationModesConfig::default(),
);
let model_info = manager.get_model_info("gpt-5.1", &config).await;
let model_info = manager.get_model_info("gpt-5.2", &config).await;
assert_eq!(
model_info.truncation_policy,
@@ -45,7 +45,7 @@ async fn offline_model_info_with_tool_output_override() {
CollaborationModesConfig::default(),
);
let model_info = manager.get_model_info("gpt-5.1-codex", &config).await;
let model_info = manager.get_model_info("gpt-5.4", &config).await;
assert_eq!(
model_info.truncation_policy,