Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -123, April 18, 2026

THE AI TOOLCHAIN NO. -123
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED APRIL 18, 2026 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 3 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

OpenAI Agents SDK

Sources Release notes → v0.14.2 NOTES

OpenAI Agents SDK v0.14.2 adds MongoDB session backend, sandbox extra path grants, and tool origin metadata on run items.

└──▷ GET THIS VERSION
$ git clone --branch v0.14.2 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:
$ git checkout v0.14.2
  • Adds MongoDB session backend via the extensions module, giving agents a persistent conversation store backed by MongoDB.
  • Supports sandbox extra path grants, allowing additional filesystem paths to be granted to the code-execution sandbox.
  • Persists tool origin metadata in run items, so downstream code can inspect which tool produced each item in a run.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b8840 NOTES

llama.cpp b8840 exposes media_tag on the /props server endpoint.

└──▷ GET THIS VERSION
$ git clone --branch b8840 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b8840
└──▷ TRY IT
Query the server properties endpoint to retrieve the newly exposed media_tag value for a running llama.cpp server instance.
$ curl http://localhost:8080/props | jq '.media_tag'
  • Exposes media_tag field on the /props endpoint of the llama.cpp server API.
Was this useful?

vLLM

Sources Release notes → v0.19.1 NOTES

vLLM v0.19.1 upgrades to Transformers v5.5.3 and adds Gemma4 Eagle3 and quantized MoE support.

└──▷ GET THIS VERSION
$ git clone --branch v0.19.1 https://github.com/vllm-project/vllm.git
# already have the repo? check out this version:
$ git checkout v0.19.1
  • Adds Gemma4 Eagle3 speculative decoding support.
  • Adds quantized MoE support for Gemma4 models.
  • Upgrades the Transformers dependency to v5.5.3.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →