()
| 53 | * Check if the plugin zip cache mode is enabled. |
| 54 | */ |
| 55 | export function isPluginZipCacheEnabled(): boolean { |
| 56 | return isEnvTruthy(process.env.CLAUDE_CODE_PLUGIN_USE_ZIP_CACHE) |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Get the path to the zip cache directory. |
no test coverage detected