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 -358, August 23, 2025

THE AI TOOLCHAIN NO. -358
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED AUGUST 23, 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

SST OpenCode

Sources Release notes → v0.5.18 NOTES

The open source coding agent.

OpenCode v0.5.18 adds SSE streaming to the SDK and an option to disable automatic LSP installation.

└──▷ GET THIS VERSION
$ git clone --branch v0.5.18 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v0.5.18
  • Adds SSE streaming support to the SDK for real-time event consumption.
  • New option to disable automatic LSP installation, giving practitioners control over which language servers are installed.
Was this useful?

Google gemini-cli

Sources Release notes → v0.3.0-nightly.20250823.1a89d185 NOTES

An open-source AI agent that brings the power of Gemini directly into your terminal.

gemini-cli v0.3.0-nightly adds fuzzy search toggle, file-path themes, improved MCP argument parsing, and license visibility.

└──▷ GET THIS VERSION
$ git clone --branch v0.3.0-nightly.20250823.1a89d185 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.3.0-nightly.20250823.1a89d185
└──▷ TRY IT
Load a custom theme file from disk instead of relying on a built-in theme name.
$ gemini --theme /path/to/my-theme.json
  • Adds option to disable fuzzy search for more precise result control.
  • Supports specifying themes as file paths, enabling custom theme files outside built-in options.
  • Improves MCP prompt argument parsing for more reliable MCP integrations.
  • Adds explicit license selection and status visibility in the CLI.
  • Includes programming language metadata in CLI telemetry events.
+2 moreshow less
  • Logs MCP requests that result in errors for easier MCP debugging.
  • Adds debug logging of keystrokes to support input investigation.
Was this useful?
◆  Local LLM Runtimes

SGLang

Sources Release notes → v0.5.1 NOTES

SGLang v0.5.1 adds NIXL-backed HiCache, C++ radix tree, NCCL symmetric memory TP allreduces, NVFP4 decode kernels, and ModelScope model download.

└──▷ GET THIS VERSION
$ git clone --branch v0.5.1 https://github.com/sgl-project/sglang.git
# already have the repo? check out this version:
$ git checkout v0.5.1
└──▷ TRY IT
Use minimum-token load balancing for data-parallel attention to distribute work more evenly across DP ranks.
$ python -m sglang.launch_server --model-path deepseek-ai/DeepSeek-V3 --schedule-policy lof --dp-size 4 --enable-dp-attention
  • Adds lof as a valid choice for the --schedule-policy server argument (was previously missing from the option list).
  • Adds support for limiting the maximum number of LoRA adapters loaded in CPU memory.
  • Adds NCCL symmetric memory backend for tensor-parallel allreduces, reducing communication overhead on supported hardware.
  • Adds SGLang HiCache NIXL Connector, enabling KV-cache offload/transfer via the NIXL transport layer.
  • Adds support for downloading models from ModelScope as an alternative to Hugging Face Hub.
+17 moreshow less
  • Adds a C++ implementation of the Radix Tree for prefix caching, replacing the Python implementation.
  • Adds minimum-token load balancing strategy for data-parallel attention.
  • Adds low-latency NVFP4 decode kernels from Flashinfer for NVIDIA GPUs.
  • Adds cutlass_moe_fp8 kernel support for FusedMoE on SM90 (H100/H200) GPUs.
  • Enables Flashinfer MoE blockscale FP8 backend for tensor-parallel MoE on NVIDIA hardware.
  • Adds new MoE Triton kernel tuned for NVIDIA RTX 6000 Ada.
  • Enables renormalize=False in Triton MoE kernels.
  • Adds TRTLLM-Gen MLA decode kernel integration for multi-latent attention decoding.
  • Adds DP Attention support for the Step3-VL model.
  • Extends dsv3_router_gemm kernel to support NUM_EXPERTS == 384 (Kimi K2 architecture).
  • Updates dsv3_router_gemm kernel batch size limit to 16.
  • Disables Python GC during CUDA graph capture, speeding up capture by up to 3x.
  • Saves CUDA graph memory by using next_token_logits_buffer and FA3 graph optimizations.
  • Integrates Triton kernels into sgl-kernel package.
  • Upgrades xgrammar dependency to 0.1.22.
  • Adds HTTP dependency injection pattern to the router system.
  • Introduces DP worker abstraction in the router.
└──▷ BREAKING ON UPGRADE
  • !lora_path is renamed to lora_id in batch requests — existing clients passing lora_path in batches will break.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Weights & Biases Weave

Sources Release notes → v0.52.4 NOTES

Weave v0.52.4 adds time-to-first-token for OpenAI streaming, improved DSPy integration, parallel scorer execution, and DeepSeek v3 cost tracking.

└──▷ GET THIS VERSION
$ git clone --branch v0.52.4 https://github.com/wandb/weave.git
# already have the repo? check out this version:
$ git checkout v0.52.4
  • Adds time-to-first-token metric tracking for OpenAI streaming endpoints.
  • Improves DSPy integration with expanded tracing and observability support.
  • Runs evaluation scorers in parallel, reducing evaluation wall-clock time.
  • Adds DeepSeek v3.1 to model providers and cost tracking.
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 →