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 v1.0.94 Home All releases olderv1.0.93 v1.0.95newer
Claude Code v1.0.94

Git Command Flag Handling

What: Fixed handling of numeric flags in git commands Details:

  • Git commands with numeric flags like git log -5 now work correctly
  • Improved flag parsing to distinguish between numeric flags and invalid options
  • Evidence: lS6() at line 380053, added check for /^-\d+$/ pattern at line 1404

See this entry in the whole of v1.0.94 →