Source Intelligence

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.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Plugins can point themes at custom paths

Use it now
Useful3 Signal2
Plugins

Plugins can point themes at custom paths, which disables the default themes directory.

themes
What

A plugin manifest can now set themes to a single path or a list of paths relative to the plugin root. Setting it turns off automatic loading of the conventional themes/ directory, so list those files too if you want both.

Details
  • Accepts either a string or an array of strings.
  • Opt-in per plugin; plugins that omit themes keep the existing auto-load behaviour.
Evidence

When set, the themes/ directory is not auto-loaded — list its files here if you want both.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.248 →