PulseAugur
实时 19:19:56
English(EN) The "image could not be processed and was removed" error in Claude Code for VS Code ~12x's your token cost every turn until the session dies. Root cause + fix filed:

Claude Code 错误使 token 成本增加 12 倍

AnthropicClaude Code Visual Studio Code 扩展中的一个错误会导致成本显著增加,因为它会重新处理无法加载的图像。当图像无法处理时,该扩展会错误地向用户收取缓存创建费用而非缓存读取费用,导致每次会话的 token 成本增加约 12 倍。此问题会迅速耗尽会话预算,正如一个会话预算在三次回复中从 100% 下降到 15% 所演示的那样。已提交修复,解决方法是在遇到错误时立即清除会话。 AI

影响 此错误凸显了处理视觉输入的 AI 工具可能存在的成本效率低下问题,影响用户预算和开发人员的注意力。

排序理由 AI 相关工具的错误报告。

在 r/Anthropic 阅读 →

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

Claude Code 错误使 token 成本增加 12 倍

本文如何被排名

Signal score
3 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
AI 相关工具的错误报告。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. r/Anthropic TIER_1 English(EN) · /u/TrentTompkins ·

    Claude Code for VS Code 中的“无法处理图像并已删除”错误会将您的每个回合的令牌成本增加约 12 倍,直到会话结束。根本原因 + 修复已提交:

    <!-- SC_OFF --><div class="md"><pre><code>Full writeup w/ evidence: https://github.com/anthropics/claude-code/issues/90363 Short version: when Claude Code says &quot;an image in the conversation could not be processed and was removed,&quot; it's NOT removed from your transcript. …