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 -115, April 26, 2026

THE AI TOOLCHAIN NO. -115
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED APRIL 26, 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   # 4 tools matched
AI & LLM Tooling
◆  AI Coding Agents

SST OpenCode

Sources Release notes → v1.14.26 NOTES

The open source coding agent.

OpenCode v1.14.26 adds Zed editor support and a /connect tip for unconfigured model setups.

└──▷ GET THIS VERSION
$ git clone --branch v1.14.26 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.14.26
  • Adds Zed editor selection support for editor context in the TUI.
  • Shows a /connect tip in the TUI when no models are configured.
  • Sends an opencode/<version> User-Agent header with all HTTP requests.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.15.3 NOTES

Qwen Code v0.15.3 adds conversation rewind, a Python SDK, /skills slash command, Traditional Chinese UI, and a 91% cut in sync I/O on the tool hot path.

└──▷ GET THIS VERSION
$ git clone --branch v0.15.3 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.15.3
└──▷ TRY IT
Roll back a conversation mid-session after a bad model turn, without restarting the CLI.
$ /rewind
  • Adds conversation rewind via the /rewind command or double-ESC keypress to roll back the session to a previous state.
  • Exposes /skills as a slash command with a secondary picker in the VS Code extension.
  • Adds Space-to-preview affordance to the /resume session picker.
  • Adds a Python SDK implementation for programmatic access.
  • Adds Traditional Chinese (zh-TW) as a selectable UI language option in the CLI.
+3 moreshow less
  • Adds a sticky todo panel to app layouts in the CLI.
  • Adds native context menu copy actions for the webview chat in the VS Code extension.
  • Cuts runtime sync I/O on the tool hot path by 91%, enabling significantly faster tool execution at scale.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b8935 NOTES

llama.cpp b8935 adds IQ4_NL quantization support for OpenCL, including optimized GEMM/GEMV kernels for Adreno GPUs.

└──▷ GET THIS VERSION
$ git clone --branch b8935 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b8935
  • Adds iq4_nl quantization format support to the OpenCL backend, enabling inference with IQ4_NL-quantized models on OpenCL-capable devices.
  • Adds optimized iq4_nl GEMM and GEMV kernels specifically for Adreno GPUs via OpenCL, improving throughput for quantized model workloads on Qualcomm mobile hardware.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v14.15.0 NOTES

Phoenix v14.15.0 adds a sessions UX flag with a Turns/Traces toggle for session views.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v14.15.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v14.15.0
  • Adds sessions_ux flag with a Turns/Traces toggle to the sessions UI, letting users switch between turn-level and trace-level views of session data.
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 →