LLM 0.32 released: Adds reasoning traces and server-side Anthropic MCP
JeremyCMorgan · x · 2026-08-06
Simon Willison has shipped version 0.32 of the LLM CLI, described as the project's most significant update yet.
- Reasoning & Models: Displays reasoning traces to standard error so it doesn't break piped outputs. The new default model is GPT-5.6 Luna.
- Server-side Tools: Supports OpenAI's Code Interpreter and WebSearch. The llm-anthropic plugin adds WebFetch, CodeExecution, and AnthropicMCP, allowing direct MCP calls during API requests.
- Smarter Logging: Introduces content-addressable SQLite logs that deduplicate forked conversations by message hash, offering a great schema reference for storing LLM transcripts.
More from coding & agent
- Knowing When to Stop: How AI Agents Can Determine Task Completion — stuffyokodraws · 2026-08-06
- Single Main Agent Manages 18 Subtasks: A Developer's CLI Workflow — rudrank · 2026-08-06
- collaborate.dev: A Shared Agent Desktop Betting on Sub-second Feedback Loops — austinvhuang · 2026-08-06
- Abandoning Full Autonomy: Why Autonomous Agents Are a Production Nightmare — ClickOk5811 · 2026-08-06
- Multi-tenant MCP server data isolation: app-level checks unreliable, DB RLS as last line of defense — Street_Inevitable_77 · 2026-08-06
- AI agent data safety gap: prompt rules unreliable, need protocol-level governance — Murky-Accountant3880 · 2026-08-06