Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"tools.11.model: 'claude-opus-4-8' cannot be used as an advisor when the request mo…"} が出るときに確認したいこと
この症状は、Claude Code 側のリクエストで `advisor` として使われるモデルが、実行しようとしている request model と噛み合っていないときに出ています。今回集まっている issue では、メッセージの中身がかなりはっきりしています。 `[#66865](https://github.com/anthropics/claude-code/issues/66865)` では、`tools.10.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'.` と出ています。`[#66940](https://github.com/anthropics/claude-code/issues/66940)` でも同じ構造で、`tools.11.model: 'claude-opus-4-8' cannot be used as an advisor when the request model is 'claude-fable-5'
papoo.work