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 -205, January 24, 2026

THE AI TOOLCHAIN NO. -205
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JANUARY 24, 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   # 5 tools matched
AI & LLM Tooling
◆  AI Coding Agents

GitHub Copilot CLI

Sources Release notes → v0.0.394 NOTES

GitHub Copilot CLI v0.0.394 adds GitHub Enterprise Cloud support, infinite SDK sessions, and new session-search and slash-command queuing shortcuts.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.394 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.394
└──▷ TRY IT
Resume a previous session quickly by searching session history by name instead of scrolling.
$ /resume
# then press / to filter sessions by keyword
  • Adds GitHub Enterprise Cloud (*.ghe.com) support to the /delegate command.
  • The /delegate command now accepts an optional prompt and uses conversation context when invoked.
  • Queue slash commands alongside messages using Ctrl+D.
  • Press / to search sessions inside /resume.
  • SDK supports infinite sessions with automatic context compaction.
+2 moreshow less
  • Deduplicates identical model instruction files to save context window space.
  • Git status now updates on-demand instead of polling every 15 seconds, reducing background overhead.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.8.0-nightly.20260124.829ba9c4 NOTES

Qwen Code v0.8.0 adds /bug in non-interactive mode, an extensions system with a detail command, a redesigned CLI welcome screen, and runtime-aware Anthropic/OpenAI fetch options.

└──▷ GET THIS VERSION
$ git clone --branch v0.8.0-nightly.20260124.829ba9c4 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.8.0-nightly.20260124.829ba9c4
└──▷ TRY IT
Inspect the details and validation status of a specific installed extension.
$ qwen-code extensions detail <extension-name>
  • Adds /bug command availability to non-interactive (headless) mode, enabling automated bug-report submission from scripts and CI pipelines.
  • Introduces an extensions system (Feat/extension) with an extensions detail subcommand and improved extension validation, letting practitioners inspect and verify installed extensions from the CLI.
  • Redesigns the CLI welcome screen and settings dialog for clearer first-run and configuration UX.
  • Adds runtime-aware fetch options for Anthropic and OpenAI providers, allowing provider-specific network behaviour to be configured per runtime environment.
  • Uses dim colors for YOLO/auto-accept mode borders, giving a distinct visual cue when running in unattended approval mode.
+1 moreshow less
  • Switches token counting from the local tiktoken dependency to API-reported counts, removing a native dependency and improving accuracy with model-native tokenization.
Was this useful?
◆  AI Agent Frameworks

OpenClaw

Sources Release notes → v2026.1.23 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.1.23 adds a /tools/invoke HTTP endpoint, Tlon/Urbit channel support, Fly.io deploy, and new CLI system controls.

└──▷ GET THIS VERSION
$ git clone --branch v2026.1.23 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.1.23
└──▷ TRY IT
Check live auth status for all configured profiles to catch expired credentials before they cause silent failures.
$ clawdbot models status
Manage system events and heartbeat controls from the CLI after migrating away from the removed wake command.
$ clawdbot system
  • New /tools/invoke HTTP endpoint on the Gateway for direct tool calls with auth and tool-policy enforcement.
  • New Tlon/Urbit channel plugin supporting DMs, group mentions, and thread replies.
  • Moves Telegram TTS into core and enables model-driven TTS tags by default for expressive audio replies.
  • Adds per-channel heartbeat visibility controls (OK / alerts / indicator).
  • Adds Fly.io deployment support with a dedicated guide.
+8 moreshow less
  • New clawdbot system CLI subcommand for system events and heartbeat controls; standalone wake command removed.
  • Adds live auth probes to clawdbot models status for per-profile credential verification.
  • Gateway now restarts by default after clawdbot update; new --no-restart flag skips it.
  • New optional llm-task JSON-only tool plugin for LLM-driven workflows.
  • Per-group tool allow/deny policies now work across built-in and plugin channels.
  • Adds Bedrock auto-discovery defaults with config overrides.
  • Browser node-host proxy auto-routing for remote gateways, configurable per gateway/node.
  • Per-channel Markdown table conversion: bullets for Signal/WhatsApp, code blocks elsewhere.
└──▷ BREAKING ON UPGRADE
  • !The standalone wake command is removed; its functionality moves to clawdbot system.
Was this useful?

PydanticAI

Sources Release notes → v1.47.0 NOTES

PydanticAI v1.47.0 preserves thought signatures and provider metadata through Vercel AI frontend round trips.

└──▷ GET THIS VERSION
$ git clone --branch v1.47.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.47.0
  • Thought signatures and other provider metadata now survive a round trip through a Vercel AI frontend.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b7821 NOTES

llama.cpp b7821 enables CUDA graphs for n-cpu-moe workloads, improving GPU inference performance for MoE models.

└──▷ GET THIS VERSION
$ git clone --branch b7821 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7821
  • Enables CUDA graphs support for n-cpu-moe (CPU-offloaded mixture-of-experts) inference, reducing GPU launch overhead and improving throughput on CUDA backends.
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 →