Error: claude-opus-4-8[1m] is temporarily unavailable, so auto mode cannot determine the safety of Bash right now. Wait briefly and then try this action again. If it keeps failing, continue with other tasks that don’t require this action and come back to it later. Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used.
中转站的claude模型没有提供classifier模型,不是auto mode,classifier在plan模式下用于判断命令是否是只读。在配置文件中加上
"permissions": {
"allow": \["Bash"\]
}
也没用,就算直接claude --dangerously-skip-permissions也不能解决plan阶段的classifier不能用的问题。
佬们有什么解决方法吗
编辑:
使用官方的下载的cc,在plan模式再次复现
使用哈雷佬的CometixSpace/claude-code,config没有把auto mode during plan关掉,plan模式不报错
(我也打了哈雷佬给的patch 2和patch 3,并配置了
“CLAUDE_CLASSIFIER_MODEL”: “claude-haiku-4-5-20251001”
不过sub2api没显示有claude-haiku-4-5-20251001的使用,分类器可能没有使用haiku,而且也没有让我手动verify
anyway,具体什么原因尚不清楚,中转站用的公司提供的sub2api站点,提供了7个模型
哈雷佬orz



