Claude Codeを2.1.201から2.1.209へアップグレードしたところ、次のエラーが表示されました。
API Error: 400 output_config.effort 'xhigh' is not supported when thinking is disabled on this model.
Use effort 'high' or below, or enable thinking.
原因
effortにxhighが設定されている一方で、Thinking Modeが無効になっていることが原因です。
解決方法
Claude Codeで次のコマンドを実行します。
/config
設定画面が表示されたら、Thinking Modeをtrueに変更します。
設定後、再度Claude Codeを実行すると、エラーが解消されました。
まとめ
Claude Codeのアップグレード後に以下のエラーが出た場合は、
output_config.effort 'xhigh' is not supported when thinking is disabled
/configを開き、Thinking Modeを有効化してください。

