telexed ~ c / 6c44f0bf-97cradar:40 · agent_toolLIVE
← back
NO.
#6c44f0bf
Topic
AGENTS & TOOLS
Source
Simon Willison
Published
2026-05-19 20:36:23
Importance
★ 4/10 — radar 40

`llm-gemini` `0.32a0` adds reasoning-token streaming

Gemini reasoning output can now stream through the llm CLI alpha path. Small alpha release, but useful when inspecting long reasoning traces live.

[ KEY POINTS ]
  1. Requires llm>=0.32a0, so this is tied to the alpha CLI line rather than the stable release.
  2. The new behavior streams reasoning tokens, reducing the blind wait while Gemini works through longer prompts.
  3. Scope is narrow: no pricing, model, or workflow change. Worth testing only if llm is already in your CLI stack.
Originalsimonwillison.net/2026/May/19/llm-gemini/#atom-everythingRead original →

// related