fix(antigravity): sync discovered models into catalog

This commit is contained in:
ZheFox
2026-09-04 12:06:39 +08:00
parent fe8ff268df
commit c5ae9c2c77
4 changed files with 103 additions and 3 deletions
+3 -2
View File
@@ -21,8 +21,9 @@ pub use logic::{
upstream_metadata_namespace_updates, ModelFetchRunSummary, ModelsFetchPage, ModelsFetchSuccess,
};
pub use strategy::{
fetch_models_from_transports, fetch_models_from_transports_for_client_version,
ModelFetchStrategy, ModelFetchStrategyKind, ModelsFetchOutcome, SelectedModelFetchStrategy,
antigravity_model_id_is_routable, fetch_models_from_transports,
fetch_models_from_transports_for_client_version, ModelFetchStrategy, ModelFetchStrategyKind,
ModelsFetchOutcome, SelectedModelFetchStrategy,
};
pub use transport::{
build_antigravity_fetch_available_models_plan, build_antigravity_load_code_assist_plan,