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.0.36 Home All releases olderv2.0.35 v2.0.37newer
Claude Code v2.0.36

Improved Continue Command Detection

What: More robust detection of user "continue" commands Details:

  • Updated pattern matching in prQ() at line 347927
  • Now trims input and checks for exact "continue" match: if (B === "continue") return !0;
  • Also matches phrase patterns "keep going" and "go on"
  • Evidence: Function prQ() at line 347927, exact match check at line 347929

See this entry in the whole of v2.0.36 →