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.118 Home All releases olderv2.1.117 v2.1.119newer
Claude Code v2.1.118

Improved Recap Messages

The recap command now provides more specific error messages based on the failure reason:

  • No turns yet: "Nothing to recap yet — send a message first." (previously: generic "No recap available")
  • Generation failed: "Couldn't generate a recap. Run with --debug for details."
  • Cancelled: "Recap cancelled."
Evidence

New recap messages (search for "Nothing to recap yet" and "Couldn't generate a recap").

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