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

Tool Input Examples Beta (tool-examples-2025-10-29)

What: New beta feature enabling tool definitions to include example inputs.

How to use: This feature is automatically enabled for first-party deployments when the tool_use_examples feature flag is active. Tool definitions can now include an input_examples field that gets passed to the Anthropic API.

Details:

  • Beta flag: tool-examples-2025-10-29
  • Only active when tool_use_examples feature flag is enabled
  • Restricted to first-party deployments
  • Helps Claude better understand tool usage through few-shot style examples
  • Evidence: dBQ constant at line 216168, feature check in FP1() at line 216221-216222, implementation in _aA() at line 320476-320477

See this entry in the whole of v2.0.37 →