Fetching from the wire…
Public story · 2026-08-23 · high
The same release fixes a second bug that made near-complete prompts reprocess from scratch on Ollama's recurrent-layer models.
Why now: Ollama's fix landed in the v0.33.0-rc2 release candidate on August 21.
Ollama disabled Claude Code's live tokens-left countdown in its v0.33.0-rc2 release candidate, published August 21. A cache miss isn't free, it means reprocessing tokens you already paid to process once, and this one was happening on every single request.
The countdown was a system message Ollama kept moving to the front of the prompt. Prompt caching only works when the front of the prompt stays identical, so that one line was invalidating the KV cache every time.
The same release fixes a second bug: cancelled prefills were discarding restore points. On recurrent-layer models, a request that matched 46,000 of 47,000 tokens against the previous turn still reprocessed the whole thing from zero, per the release notes.
Both bugs share a cause, something dynamic sitting where the cache expects something static. The release also adds a front-end feature alongside the fix: a menu-bar toggle for turning individual local Ollama models on or off for use inside Claude.
Each link below shares sources, entities, or timing with this story.
Copilot uses Claude / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Copilot uses Claude); both cover Claude, Claude Code, Ollama; reported by the same outlet (github.com).
Ollama supports Gemma / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Ollama supports Gemma); both cover August, Claude Code, Ollama; reported by the same outlet (github.com).
Anthropic released Claude / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude); both cover August, CLAUDE, Claude Code; reported by the same outlet (github.com).
Codex CLI partners with Claude / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Codex CLI partners with Claude); both cover August, Check; reported by the same outlet (github.com).
Claude uses MCP / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude uses MCP); both cover August, CLAUDE, Claude Code; overlapping topics (claude, prompt, token).
Cursor supports Claude / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Cursor supports Claude); both cover August, CLAUDE, Claude Code; reported by the same outlet (github.com).
Anthropic released Claude / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude); both cover August, Claude, Claude Code; overlapping topics (august, claude, code, model).
Claude uses MCP / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude uses MCP); both cover Check, Claude, Claude Code; reported by the same outlet (github.com).