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.224 Home All releases olderv2.1.223 v2.1.225newer

Advisor tool options and session budgets documented

Use it now
Useful3 Signal4
API Docs Notable

Bundled API docs now cover advisor tool limits, caching, and session spend budgets you can set or remove.

max_usesmax_tokenscachingmax_list_cost
What

The bundled tool-use reference now documents max_uses, max_tokens and caching on the advisor tool definition, along with the advisor_tool_result_error content variant and its error codes. The cURL guide gains session budget examples: creating one with max_list_cost in minor currency units, raising or lowering it, or removing it, which is one-way. Agent version is now an integer rather than a string.

Evidence

advisor_tool_result_error

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