telexed ~ c / 2d9ae366-efbradar:40 · agent_toolLIVE
← back
NO.
#2d9ae366
Topic
AGENTS & TOOLS
Source
Simon Willison
Published
2026-04-29 23:52:50
Importance
★ 4/10 — radar 40

`llm 0.32a1` fixes SQLite conversation restore bug

llm 0.32a1 is an alpha bugfix release for the llm tool. It fixes a persistence issue where tool-calling conversations from 0.32a0 were not correctly restored from SQLite, which matters for developers relying on local history and resumable workflows.

[ KEY POINTS ]
  1. Fixes a bug in 0.32a0 affecting tool-calling conversation restore from SQLite.
  2. Important for indie developers using llm for local persistence and resumeable agent/tool workflows.
  3. This is a stability-focused alpha release, not a major feature or API change.
Originalsimonwillison.net/2026/Apr/29/llm-3/#atom-everythingRead original →

// related