Simon Willison's LLM CLI update introduces a Git-inspired, content-addressable SQLite log for message history.
The 0.32 release of Simon Willison's LLM tool introduces a key architectural overhaul by storing message history in a content-addressable SQLite log modeled after Git. Rather than simple append-only logging, this structural shift enables deterministic history tracking, branching, and immutability across interaction histories.
Content-addressable logging brings Git-style version control rigor to command-line LLM interaction history.
- –Immutable, content-addressed records provide complete auditability for model prompts and completions.
- –Paves the way for complex branching, merging, and diffing of conversation states.
- –Sets a precedent for local-first AI tooling data architecture using SQLite.
DISCOVERED
46d ago
2026-08-06
PUBLISHED
46d ago
2026-08-06
RELEVANCE
AUTHOR
navaiops