llm 0.36 adds GPT-6 Sol/Luna and a supports_conversation=False flag for single-turn models like Jev
Simon Willison·medium signal
Simon Willison's llm 0.36 adds gpt-6-sol and gpt-6-luna. Plugins can now declare supports_conversation = False, and LLM then raises ConversationNotSupported when such a model gets assistant or tool history. The first plugin to use it is the new llm-typesafe 0.1a0, which exposes Jev noul, choice and score questions from the CLI with -o criteria JSON. llm-anthropic 0.29 adds claude-opus-5.5 the same day, so all three new models are available from the CLI within hours of launch.