PulseAugur
实时 18:21:18
English(EN) Claude Code (Opus 4.8) Silently Corrupts All Tool Calls — An Unfixed Bug Easy to Trigger in Japanese Environments

Claude Opus 4.8 的 Bug 在日文环境下损坏工具调用

AnthropicClaude Opus 4.8 模型中存在一个 Bug,它会在日文环境下,尤其是在长时间运行的会话中,悄然损坏工具调用。这种损坏会导致函数参数显示为原始文本,函数标签变成无意义的标记,从而形成一个自我强化的循环,模型会模仿损坏的输出。此问题不影响 Opus 4.7,可以通过降级到前一版本、分解任务以缩短会话时长或使用 `/compact` 命令总结历史记录来缓解。 AI

影响 此 Bug 凸显了长上下文模型潜在的风险以及任务分解对于可靠 AI 运行的重要性。

排序理由 用户报告的特定模型版本的 Bug,附有详细的技术分析和缓解步骤。[lever_c_demoted from research: ic=1 ai=1.0]

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · edhiblemeer ·

    Claude Code (Opus 4.8) Silently Corrupts All Tool Calls — An Unfixed Bug Easy to Trigger in Japanese Environments

    <p>After running Claude Code on long, always-on sessions, you may suddenly find <strong>every tool call is broken</strong>. I hit this while running multiple sessions for hours in a Japanese environment. Here's what I found.</p> <h2> What happens </h2> <ul> <li>Function call open…