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.110 Home All releases olderv2.1.109 v2.1.111newer
Claude Code v2.1.110

/recap and Away Summary Enabled by Default

The tengu_sedge_lantern feature flag, which controls both the /recap command and the away-from-session summary, has been changed from defaulting to false to defaulting to true. This means:

  • The /recap command (generates a one-line session recap) is now available to all users without needing a feature flag rollout
  • The away summary that detects when you've returned to a long session is now on by default
Evidence

Flag default change from b8("tengu_sedge_lantern", !1) to I8("tengu_sedge_lantern", !0) (search for "tengu_sedge_lantern")

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