mirror of
https://github.com/openai/codex.git
synced 2026-05-29 15:30:22 +00:00
Move plugin manager out of core
This commit is contained in:
@@ -129,7 +129,7 @@ async fn run_upgrade(
|
||||
let codex_home = find_codex_home().context("failed to resolve CODEX_HOME")?;
|
||||
let manager = PluginsManager::new(codex_home.to_path_buf());
|
||||
let outcome = manager
|
||||
.upgrade_configured_marketplaces_for_config(&config, marketplace_name.as_deref())
|
||||
.upgrade_configured_marketplaces(&config.config_layer_stack, marketplace_name.as_deref())
|
||||
.map_err(anyhow::Error::msg)?;
|
||||
print_upgrade_outcome(&outcome, marketplace_name.as_deref())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user