Anthropic updates tool calling to reduce token use; tool search cuts tokens up to 80%, making larger tool sets practical.
When resuming a Claude Code session using query({ options: { resume: sessionId } }), there's currently no way to programmatically retrieve the historical conversation messages. The SDK only streams ...