Expand description
Plugin utilities - ported from ~/claudecode/openclaudecode/src/utils/plugins/
This module provides plugin marketplace types and cache-only loading functions.
Re-exports§
pub use loader::get_known_marketplace_names;pub use loader::get_marketplace_cache_only;pub use loader::get_plugin_by_id_cache_only;pub use loader::parse_plugin_identifier;pub use types::KnownMarketplace;pub use types::KnownMarketplacesFile;pub use types::PluginId;pub use types::PluginMarketplace;pub use types::PluginMarketplaceEntry;pub use types::PluginMarketplaceMetadata;pub use types::PluginMarketplaceOwner;pub use types::PluginSource;