mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
[codex-rs] preserve plugin install context
This commit is contained in:
@@ -1386,6 +1386,10 @@ impl PluginRequestProcessor {
|
||||
));
|
||||
}
|
||||
};
|
||||
let config_cwd = marketplace_path.as_path().parent().map(Path::to_path_buf);
|
||||
let config = self.load_latest_config(config_cwd.clone()).await?;
|
||||
let auth = self.auth_manager.auth().await;
|
||||
|
||||
let plugins_manager = self.thread_manager.plugins_manager();
|
||||
let request = PluginInstallRequest {
|
||||
plugin_name,
|
||||
|
||||
Reference in New Issue
Block a user