llm 0.36
llm 0.36 adds GPT-6 Sol and Luna IDs and blocks chat for single-turn models.
Simon Willison released llm 0.36, adding OpenAI model identifiers gpt-6-sol for GPT-6 Sol and gpt-6-luna for GPT-6 Luna. Plugins can declare supports_conversation as false; the tool then raises ConversationNotSupported and refuses chat sessions that include assistant or tool history. The first plugin using the flag is llm-typesafe. Reasoning traces in Markdown log output are now wrapped in HTML details and summary tags, alongside bug fixes from five contributors.
34