New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging
Named practitioner synthesis
#1365
- Topic
- unassigned (set during synthesis)
- First seen
- 2026-08-05 07:16:32
- Last seen
- 2026-08-05 07:16:32
Source raw items (1)
- Blog / Newsletter2026-08-05 07:16:28New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging
<p>I released <a href="https://llm.datasette.io/en/stable/changelog.html#v0-32">LLM 0.32</a> this morning, the most significant new version of LLM since the initial launch of the project. The new version includes support for visible reasoning traces, server-side provider tools, redesigned content-addressable SQLite logs, new models, and new features enabled by the OpenAI Responses API. I also released a new version of the <a href="https://github.com/simonw/llm-anthropic">llm-anthropic plugin</a> with substantial updates of its own.</p> <h4 id="headline-features-for-llm-cli-users">Headline features for LLM CLI users</h4> <p>Running LLM against reasoning models now <strong>displays their reasoning traces</strong> to standard error, so you can see what they are "thinking" without that information being included in the standard output that you might pipe to another tool. Add <code>-R/--hide-reasoning</code> to turn this off.</p> <p><img alt="Running llm "think about the best thing abo