#0412
`llm` `0.32a2` adds `responses` API support for OpenAI reasoning models
70radar
llmCLI tool — exposes reasoning and tool-call flow
OpenAI reasoning models now route through /v1/responses, so llm can show summarized reasoning tokens alongside tool-use runs. Useful if you script GPT-5-class workflows from the CLI and want better visibility without building your own trace UI.
- OpenAI reasoning-capable models in
llmnow use/v1/responsesinstead ofchat/completions, matching the newer tool-calling path. - Reasoning summaries are surfaced directly in CLI output with separate coloring, which makes agent runs easier to inspect during debugging.
-Rand--hide-reasoninglet you suppress that trace when logs need to stay clean or machine-readable.
Source: simonwillison.net/2026/May/12/llm/#atom-everythingRead original →