What's wrong with this entry?
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
/recapcommand (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
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.