2 days ago 关于 目前 新版CC 请求体启用了 mid_conversation_system 导致错误的解决方案🌐 链接: https://linux.do/t/topic/2266592🔍 关键词: #api🏷️ 分组: LinuxDo论坛🕒 时间: 2026-05-29 11:19:25 LINUX DO 关于 目前 新版CC 请求体启用了 mid_conversation_system 导致错误的解决方案 [!Warning] 错误概要: Claude cli v2.1.154 国产模型报400 API Error: 400 Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant system, expected user or assistant at line 1 column 994` 明确 messages 数组要求的role 不包含 system 项 通过分析发现…