mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
fix: keep plugin allowlist PR independently buildable
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -1275,6 +1275,7 @@ impl PluginRequestProcessor {
|
||||
| MarketplaceError::PluginNotFound { .. }
|
||||
| MarketplaceError::PluginNotAvailable { .. }
|
||||
| MarketplaceError::PluginsDisabled
|
||||
| MarketplaceError::MarketplaceBlocked { .. }
|
||||
| MarketplaceError::InvalidPlugin(_) => invalid_request(err.to_string()),
|
||||
MarketplaceError::Io { .. } => internal_error(format!("failed to {action}: {err}")),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user