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 -254, December 6, 2025

THE AI TOOLCHAIN NO. -254
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED DECEMBER 6, 2025 · 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   # 4 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Earendil Works Pi

Sources Release notes → v0.13.1 NOTES

AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI

Pi v0.13.1 adds flexible Windows shell configuration, supporting Cygwin, MSYS2, and custom bash environments.

└──▷ GET THIS VERSION
$ git clone --branch v0.13.1 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:
$ git checkout v0.13.1
└──▷ TRY IT
Point Pi at a Cygwin bash installation on Windows instead of the default Git Bash.
$ echo '{"shellPath": "C:\\cygwin64\\bin\\bash.exe"}' > ~/.pi/agent/settings.json
  • Supports custom Windows shell configuration via shellPath in ~/.pi/agent/settings.json, enabling Cygwin, MSYS2, and other bash environments beyond Git Bash.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.4.0 2 RELEASES · 2025-12-06 NOTES STABLE

Qwen Code v0.4.0 adds a TypeScript SDK, DeepSeek V3.2 thinking mode, SDK-controlled MCP custom tools, and session-level conversation history.

└──▷ GET THIS VERSION
$ git clone --branch v0.4.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.4.0
  • Adds a basic TypeScript SDK, enabling programmatic integration with Qwen Code from TypeScript applications.
  • Integrates DeepSeek V3.2 Thinking Mode, surfacing chain-of-thought reasoning within the CLI.
  • Supports custom tools via SDK-controlled MCP servers, allowing callers to supply their own tool definitions through the SDK.
  • Introduces session-level conversation history management, giving users control over conversation context within a session.
└──▷ BREAKING ON UPGRADE
  • !The /quit-confirm flow has been removed; any workflow or scripting that relied on the /quit-confirm command will break on upgrade.
1 more release in this issue · 2025-12-06
v0.4.0-nightly.20251206.ab228c68 NOTES STABLE

Qwen Code v0.4.0 adds a TypeScript SDK, DeepSeek V3.2 thinking mode, custom MCP tool support, and session-level conversation history management.

└──▷ GET THIS VERSION
$ git clone --branch v0.4.0-nightly.20251206.ab228c68 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.4.0-nightly.20251206.ab228c68
  • Adds a basic TypeScript SDK (feat: basic TypeScript SDK) for programmatic integration with Qwen Code.
  • Supports custom tools via SDK-controlled MCP (Model Context Protocol) servers, enabling tool injection through the SDK.
  • Integrates DeepSeek V3.2 Thinking Mode, adding reasoning/thinking model support to the tool.
  • Adds session-level conversation history management, giving users control over per-session chat context.
└──▷ BREAKING ON UPGRADE
  • !The /quit-confirm flow has been removed; any workflow or integration relying on that confirmation step will no longer function.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b7310 NOTES

llama.cpp b7310 adds a Vulkan perf-logger env var to control stats-dump frequency and improves fusion-op tracking.

└──▷ GET THIS VERSION
$ git clone --branch b7310 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7310
  • Adds an environment variable to control how frequently the Vulkan performance logger dumps stats (set a very large value to defer output until context destruction).
  • Adds fusion info strings to Vulkan perf-logger tracking, logging only one item per fused op for cleaner output.
└──▷ BREAKING ON UPGRADE
  • !Linux releases will soon switch from .zip to .tar.gz archives — update any deployment scripts that unzip Linux builds.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v12.20.0 NOTES

Phoenix v12.20.0 adds LDAP authentication support and existing secret reuse for credential management.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.20.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v12.20.0
  • Adds Lightweight Directory Access Protocol (LDAP) authentication support for enterprise directory-based login.
  • Adds existing secret support, enabling credential reuse from pre-existing secrets rather than requiring new secret creation.
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 →