Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

16 pages for enabledplugins.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Persist sessions to external storage Claude Code CLI · in the page agent-sdk/session-storage …t strips the keys that misbehave under a temporary config directory: `enabledPlugins`, `extraKnownMarketplaces`, its [`additionalMarketplaces`](/docs/en/settings-reference#extraknownmarketplaces) alia… Claude Code changelog Claude Code CLI · in the page changelog …r` reporting "marketplace not found" or "plugin not found" for stale `enabledPlugins` entries referencing removed marketplaces or dropped plugins * Fixed plugins that track a git branch silently no… Configure cloud environments Claude Code CLI · in the page cloud-environments …| No | User-scoped `enabledPlugins` lives in `~/.claude/settings.json`. Declare them in the repo's `.claude/settings.json` instead, or enable them for… Desktop application Claude Code CLI · in the page desktop …either declare it in the repository's `.claude/settings.json` under [`enabledPlugins`](/docs/en/settings-reference#enabledplugins) so Claude Code [installs it at session start](/docs/en/cloud-environm… Discover and install prebuilt plugins through marketplaces Claude Code CLI · in the page discover-plugins …all-plugins) in the Claude desktop app, or declare the plugin under [`enabledPlugins`](/docs/en/settings-reference#enabledplugins) in `.claude/settings.json` for cloud sessions. If the install fails,… Hooks reference Claude Code CLI · in the page hooks …ks are blocked. Hooks from plugins force-enabled in managed settings `enabledPlugins` are exempt * Claude Code also narrows your [`statusLine`](/docs/en/statusline), [`fileSuggestion`](/docs/en/settin… Set up Claude Code in a monorepo or large codebase Claude Code CLI · in the page large-codebases …in the repository rather than installing it yourself, add it to the [`enabledPlugins` project setting](/docs/en/settings-reference#plugin-settings). Code intelligence plugins require the language's l… Configure permissions Claude Code CLI · in the page permissions …ings) in `.claude/settings.json` and `.claude/settings.local.json` | `enabledPlugins` and [`extraKnownMarketplaces`](/docs/en/settings-reference#extraknownmarketplaces) keys only… Constrain plugin dependency versions Claude Code CLI · in the page plugin-dependencies …To roll bundles out across an organization, add the bundle plugin to `enabledPlugins` in [managed settings](/docs/en/settings-reference#enabledplugins). ## Depend on a plugin from another marketplace… Create and distribute a plugin marketplace Claude Code CLI · in the page plugin-marketplaces …hich plugins should be enabled by default: ```json theme={null} { "enabledPlugins": { "code-formatter@company-tools": true, "deployment-tools@company-tools": true } } ``` For full config… Plugins reference Claude Code CLI · in the page plugins-reference …choice as `"<name>@synced": false` in that environment's user-level [`enabledPlugins`](/docs/en/settings-reference#enabledplugins). To turn the plugin back on, run `claude plugin enable <name>@synced`… Catch security issues as Claude writes code Claude Code CLI · in the page security-guidance …checked-in settings: ```json .claude/settings.json theme={null} { "enabledPlugins": { "security-guidance@claude-plugins-official": true } } ``` Administrators can enable the plugin organizat… Example settings files Claude Code CLI · in the page settings-example …po": "acme-corp/claude-plugins" } } }, "enabledPlugins": { "code-formatter@acme-tools": true }, "sandbox": { "enabled": true, "filesys… Claude Code settings reference Claude Code CLI · in the page settings-reference …| MCP | Any file | | [`enabledPlugins`](#enabledplugins) | Turn individual [plugins](/docs/en… Extend Claude with skills Claude Code CLI · in the page skills …Claude Code doesn't watch skill directories at all. Apart from the `enabledPlugins` and `extraKnownMarketplaces` keys in an added directory's `.claude/settings.json` and `.claude/settings.local.json… Customize your status line Claude Code CLI · in the page statusline …HooksOnly` even when the plugin is force-enabled in managed settings `enabledPlugins`. ## Tips * **Test with mock input**: `echo '{"model":{"display_name":"Opus"},"workspace":{"current_dir":"/home/u…