<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Anthropic on ACE BLOG</title><link>https://liufengsoft.com/tags/anthropic/</link><description>Recent content in Anthropic on ACE BLOG</description><generator>Hugo</generator><language>zh-CN</language><copyright>liufengsoft.com</copyright><lastBuildDate>Fri, 05 Jun 2026 15:00:00 +0800</lastBuildDate><atom:link href="https://liufengsoft.com/tags/anthropic/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code の「The model's tool call could not be parsed」エラーを直す</title><link>https://liufengsoft.com/posts/claude-code-tool-call-parse-error-ja/</link><pubDate>Fri, 05 Jun 2026 15:00:00 +0800</pubDate><guid>https://liufengsoft.com/posts/claude-code-tool-call-parse-error-ja/</guid><description>&lt;p&gt;Claude Code でこのエラーを繰り返し目にするなら——特に &lt;em&gt;モデルが長く「考えた」あとに&lt;/em&gt; 出るなら：&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;● The model&amp;#39;s tool call could not be parsed (retry also failed).
✳ Churned for 5m 47s
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;この記事では、すぐに適用できる対処法と、実際の原因の分析をまとめます。&lt;/p&gt;
&lt;p&gt;先に重要な結論を述べておきます。&lt;strong&gt;これは本質的にモデル側の問題&lt;/strong&gt;であり、あなたのローカル設定やネットワークの問題ではありません——根本原因は、大きなコンテキストでモデルが深く思考するうちに出力トークンの予算を使い切ってしまい、tool-use ブロックが送出されなくなることです（詳細は後述）。そして &lt;strong&gt;一部の地域のユーザーでのみ再現します&lt;/strong&gt;。同じバージョン・同じ設定でも、地域や経路によって発生率が大きく異なり、特に &lt;strong&gt;JP（日本）リージョンでは深刻なようです&lt;/strong&gt;。周りの誰かが遭遇していなくても、あなたの環境が壊れているわけではありません。したがって本記事の対処法は &lt;strong&gt;「緩和策」であって「根治」ではありません&lt;/strong&gt;——発生率は大きく下げられますが、根本原因がモデル側にあるため完全になくなる保証はありません。&lt;strong&gt;完全に回避したいなら、一時的に旧バージョンのモデルに切り替えるのが確実です&lt;/strong&gt;（例：Opus 4.8 から前世代の Opus / Sonnet へ）。旧モデルはこの問題の影響を受けないので、今のところ最も信頼できる回避策です。公式の修正が出たら新しいモデルに戻せば構いません。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;中文版：&lt;a href="https://liufengsoft.com/posts/claude-code-tool-call-parse-error/"&gt;解决 Claude Code 报错 The model&amp;rsquo;s tool call could not be parsed&lt;/a&gt;
English: &lt;a href="https://liufengsoft.com/posts/claude-code-tool-call-parse-error-en/"&gt;Fixing &amp;ldquo;The model&amp;rsquo;s tool call could not be parsed&amp;rdquo; in Claude Code&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="まず対処法から"&gt;まず対処法から&lt;/h2&gt;
&lt;p&gt;このエラーは通常 &lt;strong&gt;ネットワークの問題ではありません&lt;/strong&gt;。モデル側の挙動——extended thinking が出力トークンの予算を使い切ることが原因です。以下はいずれも発生率を大きく下げる &lt;em&gt;緩和策&lt;/em&gt; です。完全に回避したい場合は方法 3（旧モデルへの切り替え）へ。&lt;/p&gt;
&lt;h3 id="方法-1always-thinking-を切る推奨"&gt;方法 1：always thinking を切る（推奨）&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;~/.claude/settings.json&lt;/code&gt; を編集します：&lt;/p&gt;</description></item><item><title>Fixing "The model's tool call could not be parsed" in Claude Code</title><link>https://liufengsoft.com/posts/claude-code-tool-call-parse-error-en/</link><pubDate>Wed, 03 Jun 2026 14:23:00 +0800</pubDate><guid>https://liufengsoft.com/posts/claude-code-tool-call-parse-error-en/</guid><description>&lt;p&gt;If you keep seeing this error in Claude Code — especially &lt;em&gt;after the model has been &amp;ldquo;thinking&amp;rdquo; for a long time&lt;/em&gt;:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;● The model&amp;#39;s tool call could not be parsed (retry also failed).
✳ Churned for 5m 47s
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This post gives you a fix you can apply right away, followed by the analysis of what actually causes it.&lt;/p&gt;
&lt;p&gt;A few key conclusions up front: &lt;strong&gt;this is fundamentally a model-side issue&lt;/strong&gt;, not your local config or your network — the root cause is the model exhausting its output-token budget while thinking deeply in a large context, so the tool-use block never gets emitted (full analysis below). It &lt;strong&gt;only reproduces for users in certain regions&lt;/strong&gt;: with the same version and config, the trigger rate varies widely across regions/routes, and the &lt;strong&gt;JP (Japan) region seems to be hit especially hard&lt;/strong&gt;. If someone near you never sees it, that doesn&amp;rsquo;t mean your setup is broken. So the fixes here are &lt;strong&gt;mitigations, not a true fix&lt;/strong&gt; — they sharply cut the reproduction rate but can&amp;rsquo;t guarantee it&amp;rsquo;s gone, because the root cause is model-side. &lt;strong&gt;To avoid it entirely, temporarily switch to an older model&lt;/strong&gt; (e.g. drop from Opus 4.8 back to a previous-generation Opus/Sonnet), which isn&amp;rsquo;t affected by this and is the most reliable workaround for now — switch back once there&amp;rsquo;s an official fix.&lt;/p&gt;</description></item><item><title>解决 Claude Code 报错 The model's tool call could not be parsed</title><link>https://liufengsoft.com/posts/claude-code-tool-call-parse-error/</link><pubDate>Wed, 03 Jun 2026 14:18:45 +0800</pubDate><guid>https://liufengsoft.com/posts/claude-code-tool-call-parse-error/</guid><description>&lt;p&gt;如果你在 Claude Code 里频繁看到这个报错，尤其是在模型「想了很久」之后才出现：&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;● The model&amp;#39;s tool call could not be parsed (retry also failed).
✳ Churned for 5m 47s
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;这篇文章给你一个可以直接照做的解决办法，以及背后的原因分析。&lt;/p&gt;
&lt;p&gt;先把几个关键结论摆在前面：&lt;strong&gt;这本质上是模型侧的问题&lt;/strong&gt;，不是你本地配置或网络的问题——根因是模型在大上下文里深度思考时把输出 token 预算耗尽，导致 tool-use 块发不出来（详见下文分析）。它&lt;strong&gt;只在部分地区的用户身上复现&lt;/strong&gt;，同样的版本和配置，不同地区/线路触发概率差别很大，其中 &lt;strong&gt;JP（日本）区域似乎尤其严重&lt;/strong&gt;；如果你身边有人没遇到，不代表你的环境有问题。因此本文给出的办法属于**「缓解」而非「根治」**：能显著降低复现概率，但因为根因在模型侧无法保证 100% 消失。&lt;strong&gt;想彻底避开，可以临时切换到老版本模型&lt;/strong&gt;（例如从 Opus 4.8 切回上一代 Opus/Sonnet），老版本不受这个问题影响，是目前最稳妥的规避手段，之后等官方修复即可切回。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;英文版见：&lt;a href="https://liufengsoft.com/posts/claude-code-tool-call-parse-error-en/"&gt;Fixing &amp;ldquo;The model&amp;rsquo;s tool call could not be parsed&amp;rdquo; in Claude Code&lt;/a&gt;
日本語版：&lt;a href="https://liufengsoft.com/posts/claude-code-tool-call-parse-error-ja/"&gt;Claude Code の「The model&amp;rsquo;s tool call could not be parsed」エラーを直す&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h2 id="先说解决方案"&gt;先说解决方案&lt;/h2&gt;
&lt;p&gt;这个报错通常&lt;strong&gt;不是网络问题&lt;/strong&gt;，而是模型侧 extended thinking 把输出 token 预算耗尽导致的。下面这些办法都属于「缓解」——能显著压低复现概率；如果你需要彻底规避，直接看方法 3 切老版本模型。&lt;/p&gt;
&lt;h3 id="方法-1关闭-always-thinking推荐"&gt;方法 1：关闭 always thinking（推荐）&lt;/h3&gt;
&lt;p&gt;编辑 &lt;code&gt;~/.claude/settings.json&lt;/code&gt;：&lt;/p&gt;</description></item></channel></rss>