Skip to main content

is_claude_plugin_enabled

Function is_claude_plugin_enabled 

Source
pub fn is_claude_plugin_enabled(home: &Path, plugin: &PluginId) -> bool
Expand description

true if ~/.claude/settings.json enables the given plugin.

Returns false when the file is missing, unreadable, contains no enabledPlugins section, or lists only other plugins.