Skip to main content

is_codex_plugin_enabled

Function is_codex_plugin_enabled 

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

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

Codex CLI’s settings schema is younger than Claude Code’s; we apply the same exact-match rules. Returns false for missing or empty files.