Release: llm-openrouter 0. 7 Now that this plugin is compatible with LLM 0.
The release of llm 0.33 introduces several key updates: it upgrades to the OpenAI Python library 3.x and switches the HTTP client from httpx to httpx2, adds comprehensive key handling for embedding functions, allows repeated template usage to combine configurations, and adds a reasoning_summary option for reasoning-capable responses. These changes improve compatibility, flexibility, and usability of the llm tool.
My comment on MCP was always a bad idea? — Hacker News.This article entirely misses the value that MCP brings today.
Sure, there's almost no reason to use MCPs if you are running a full-blown te...
Simon Willison released the llm-typesafe 0.1a0 plugin, adding support for TypeSafe AI’s Jev model to the LLM tool. Users install it with `llm install llm-typesafe`, set an API key, and can then ask Jev-model questions such as yes/no, choice, or scoring queries via the `llm -m jev` command. The release includes examples for each question type and references a README for further details.
The article announces the release of Datasette 1.0a40, which includes a security fix identical to that in version 0.65.5, new features such as the ability for plugins to launch and manage background tasks via the datasette.add_background_task() method, and a migration to httpx2 to support features like datasette.client.get(). The update also contains numerous bug fixes, many of which were addressed during a recent triage effort for the upcoming 1.0 stable release.
OpenAI launched ChatGPT Work on July 9, offering two distinct products: Work Cloud, accessed via chatgpt.com or the mobile apps, and Work Local, available through the desktop app that can run programs on a user’s computer. Work Cloud is a paid‑only feature for $20/month and up subscribers, providing advanced capabilities such as code execution with internet access, a headless Chrome browser, and a persistent filesystem across sessions. The author notes that while ChatGPT Work claims to be better for tasks with clear outcomes, many users find the distinction unnecessary and prefer the standard Chat interface for most use cases.