Expand description
Plugin loader - cache-only loading functions
Ported from ~/claudecode/openclaudecode/src/utils/plugins/marketplaceManager.ts
This module provides cache-only loading functions for marketplaces and plugins. These functions are used for startup paths that should never block on network.
Functionsยง
- get_
known_ marketplace_ names - Get all known marketplace names
- get_
marketplace_ cache_ only - Get a marketplace by name from cache only (no network)
- get_
plugin_ by_ id_ cache_ only - Get a plugin by ID from cache only (no network)
- parse_
plugin_ identifier - Parse plugin identifier into name and marketplace