Simon Willison 发布 llm-anthropic 0.26
该版本将 Claude 5 与服务端工具接入 LLM CLI/Python 工作流,提升开发者调用与观测能力。
Simon Willison 发布了 llm-anthropic 0.26,依赖 LLM 0.32 的新增能力。版本加入 claude-fable-5、claude-sonnet-5 和 claude-opus-5,并通过 LLM 的 -T 接口或 Python 的 tools= 参数提供 WebSearch、WebFetch、CodeExecution 与 AnthropicMCP 等服务端工具;此前的 -o web_search* 选项被移除。推理、工具调用、工具结果及服务端工具结果现以带类型事件流式输出。CLI 默认将推理显示到标准错误,可用 --hide-reasoning/-R 隐藏。扩展思考参数收敛为 thinking 与 thinking_effort,Claude 5 默认开启思考。
原文摘录 Release: llm-anthropic 0.26 Includes new features enabled by LLM 0.32 : New models: claude-fable-5 , claude-sonnet-5 , and claude-opus-5 . #75 , #76 Added server-side tools for WebSearch , WebFetch , CodeExecution , and AnthropicMCP , available through LLM's -T interface or Python tools= . The previous -o web_search* options have been removed in favor of -T WebSearch . #79 Upgraded to llm>=0.32 . Reasoning, tool calls, tool results, and server-side tool results now stream as typed events. Reason