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.
v4.7.3 adds a native Electron desktop app, tensor-parallel multi-GPU flag, and .jinja template support alongside a full UI overhaul.
└──▷ GET THIS VERSION
$ git clone --branch v4.7.3 https://github.com/oobabooga/textgen.git
# already have the repo? check out this version:$ git checkout v4.7.3
└──▷ TRY IT
Enable tensor parallelism across multiple GPUs to get 60%+ faster inference on a multi-GPU workstation.
$ textgen --split-mode tensor
Run textgen as a headless API server (no Electron window) for automated or remote access workflows.
$ textgen --listen--nowebui
›Adds --split-mode flag for llama.cpp with a tensor option enabling tensor parallelism that can make multi-GPU inference 60%+ faster; on ik_llama.cpp, tensor and row fall back to graph.
›Adds --listen flag to skip the native Electron window and expose the server directly; --nowebui also skips the window for headless server use.
›Adds support for standalone .jinja and .jinja2 instruction template files in the UI, alongside the existing .yaml format.
›Portable builds now bundle Electron and open as a native desktop window; launch with textgen (Linux/macOS) or textgen.bat (Windows) instead of the previous start scripts.
›Replaces DuckDuckGo HTML scraping in the web search tool with the ddgs Python library for more robust bot-blocking resistance.
+1 moreshow less
›Redesigns the chat UI with Inter font, Lucide SVG icons, a 3-button segmented mode selector (chat / chat-instruct / instruct), a rounded card chat input with accent-colored send button, and hairline sidebar handles.
└──▷ BREAKING ON UPGRADE
!The --row-split flag is replaced by --split-mode; existing launch scripts using --row-split will need to be updated.
Phoenix v15.2.0 adds TanStack AI tracing integration and enhanced filter conditions.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v15.2.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v15.2.0
›Adds TanStack AI tracing integration for tracing AI workloads built with TanStack.
›Enhances filter condition filtering in the UI for more precise trace and span queries.
›Moves PXI prompt assembly server-side and adds prompt caching for agents.