AI Briefing
KO

Simon Willison, llm CLI 0.32rc1 update

·2026.07.31 00:30

Key point

The llm CLI has released version 0.32rc1, introducing a new schema for message deduplication and conversation tree representation.

Details

Simon Willison's llm CLI has released version 0.32rc1. The core of this update is the introduction of a new schema design that better captures details of prompts and responses.

The key changes are as follows:

  • Use of content-addressable hash IDs: Hash IDs are applied to stored messages to deduplicate data within the database, and to represent the message tree structure of forked conversations.
  • New model support: Support has been added for the gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna models.

Since this update includes significant schema changes that create new tables, backing up data via the llm logs backup command before upgrading is recommended to protect existing data.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.