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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Plugin hooks can ask for feature flag values, but the answer is always false

Not switched on
Useful2 Signal0
Plugins

Plugin hooks can ask for feature flag values but every answer comes back false.

A flag.value(name, fallback) host operation is listed for plugin hooks with an implementation that always returns false.

What

Plugin hook engines gain a flag object with a value(name, fallback) call, backed by a new host operation flag.value that is listed unconditionally in the plugin operation table. The implementation shipped alongside it returns false, so nothing a plugin asks for comes back true in this build.

Details
  • The flag object is sealed; plugins cannot add to or replace it.
  • Neither the operation nor the object exists in the previous release.
Evidence

flag.value

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.246 →