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 -198, January 31, 2026

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

Continue

Sources Release notes → @continuedev/[email protected] NOTES

Continue 1.40.0 adds CLI agent skills, WSL shell detection, OVHcloud models, and smarter output truncation.

└──▷ GET THIS VERSION
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git
# already have the repo? check out this version:
$ git checkout @continuedev/[email protected]
  • Adds agent skills support to the cli (new agent skills capability for headless agent workflows).
  • Adds automatic WSL detection in the cli to spawn the appropriate shell when running inside Windows Subsystem for Linux.
  • Adds new OVHcloud models as selectable providers.
  • Adds proportional output truncation for read and bash tool outputs instead of hard-cutting content.
  • Raises an informative error for large files rather than silently truncating them.
+1 moreshow less
  • Adds automatic retry logic for overloaded/rate-limit errors from model providers.
Was this useful?

OpenAI Codex CLI

Sources Release notes → rust-v0.93.0 NOTES

Lightweight coding agent that runs in your terminal

Codex CLI gains SOCKS5 proxy support, streaming Plan mode TUI, SQLite log DB, connector browsing, and smart approvals by default.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.93.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.93.0
└──▷ USE IT
Configure TUI notification delivery method in your Codex config.
yaml
tui:
  notifications_method: "system"
  • Adds an optional SOCKS5 proxy listener with policy enforcement and config gating.
  • Plan mode now streams proposed plans into a dedicated TUI view, with a feature-gated /plan slash command for quick mode switching.
  • New /apps slash command lets users browse connectors in the TUI, plus $ insertion for app prompts.
  • App-server supports external auth mode, accepting ChatGPT auth tokens from a host app and requesting refreshes when needed.
  • Smart approvals are now enabled by default, with explicit approval prompts for MCP tool calls.
+5 moreshow less
  • Introduces a SQLite-backed log database with thread-ID filtering, 90-day log retention, and heuristic coloring via an improved logs client.
  • Adds features enable/features disable subcommands for toggling feature flags.
  • Adds tui.notifications_method config option.
  • Adds output display to the /ps command.
  • Live web search is now enabled for the DangerFullAccess sandbox policy.
Was this useful?

SST OpenCode

Sources Release notes → v1.1.48 NOTES

The open source coding agent.

OpenCode v1.1.48 adds skills as slash commands, custom models path, and a Copilot-specific provider for reasoning tokens.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.48 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.48
└──▷ TRY IT
Point OpenCode at a custom models definition file — useful when managing multiple model configs across projects or teams.
$ OPENCODE_MODELS_PATH=/path/to/my-models.json opencode
  • Supports specifying a custom models file path via the OPENCODE_MODELS_PATH environment variable.
  • Makes skills invokable as slash commands directly in the TUI.
  • Adds a Copilot-specific provider to properly handle Copilot reasoning tokens.
  • Respects the OPENCODE_MODELS_URL environment variable during the build process.
  • Excludes chat models from the textVerbosity setting.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.9.0-nightly.20260131.bd900d36 NOTES

Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP support, extra_body for OpenAI providers, and a Zed extension.

└──▷ GET THIS VERSION
$ git clone --branch v0.9.0-nightly.20260131.bd900d36 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.9.0-nightly.20260131.bd900d36
  • Adds extra_body support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
  • Adds contextWindowSize configuration key to control the model context window size.
  • Adds parentToolCallId and subagentType fields for ACP subagent tracking.
  • Adds a concurrent runner for batch CLI execution, enabling parallel multi-session runs.
  • Adds multi-modal input support (image, PDF, audio) across all content generators.
+6 moreshow less
  • Adds experimental LSP (Language Server Protocol) support for code intelligence.
  • Adds a Zed extension for the Qwen Code agent server.
  • Supports model selection through ACP in the VS Code IDE companion.
  • Improves retry logic with better handling of 429 and 5xx errors.
  • Clarifies output formats for non-interactive mode.
  • Implements a unified web UI architecture with a shared component library.
Was this useful?
◆  Local LLM Runtimes

KoboldCpp

Sources Release notes → v1.107.3 NOTES

KoboldCpp v1.107.3 adds SDXS image gen, ESRGAN upscaling, Flux Klein, and Step 3.5 Flash/Kimi Linear model support.

└──▷ GET THIS VERSION
$ git clone --branch v1.107.3 https://github.com/LostRuins/koboldcpp.git
# already have the repo? check out this version:
$ git checkout v1.107.3
└──▷ TRY IT
Store downloaded models in a specific directory when loading models via URL reference.
$ ./koboldcpp --model https://example.com/model.gguf --downloaddir /mnt/models
Enable TAE SD (fast VAE) for Flux2 image generation to speed up decoding without a separate VAE file.
$ ./koboldcpp --model <flux2-model.gguf> --sdvaeauto
  • Adds --nopipelineparallel flag to disable pipeline parallel, which is now on by default in CLI.
  • Adds --noflashattention flag to disable flash attention, which is now on by default in CLI.
  • Adds --downloaddir option to specify where model downloads are stored when using URL references.
  • Adds --sdvaeauto flag to enable TAE SD support for Flux2.
  • Adds Vulkan (Older PC) GPU support in oldpc builds, providing Vulkan acceleration without AVX2 or AVX CPU intrinsics.
+11 moreshow less
  • Adds support for SDXS, a fast Stable Diffusion image generation model capable of generating images on CPU in under 10 seconds on a Raspberry Pi, or under half a second on GPU.
  • Adds support for ESRGAN 4x upscaler (RealESRGAN), loadable as an upscaler model to upscale generated images.
  • Adds Flux Klein image model support (requires separate image model, VAE, and text encoder).
  • Increases image generation hard total resolution limit from 1 megapixel to 1.6 megapixels.
  • Adds upstream model support for Step 3.5 Flash and Kimi Linear.
  • Adds GLM4.7-NoThink adapter template for GLM 4.7 Flash.
  • Adds experimental TTS chunked streaming mode in Kobold Lite, compatible with all TTS APIs.
  • Adds customizable sampler presets in Kobold Lite.
  • Adds error as a possible stop reason (e.g. when the backend fails to generate).
  • Adds Vulkan speedup via occam's coopmat1 optimization, benefiting AMD GPUs with matrixcores such as 7000 and 9000 series.
  • Reworks the newbie help menu with simple starter configs.
└──▷ BREAKING ON UPGRADE
  • !Pipeline parallel is now enabled by default in CLI; existing setups relying on it being off must explicitly add --nopipelineparallel.
  • !Flash attention is now enabled by default in CLI; existing setups relying on it being off must explicitly add --noflashattention.
  • !The CLBlast backend has been fully removed; users requiring CLBlast must use an earlier version.
Was this useful?

llama.cpp

Sources Release notes → b7897 2 RELEASES · 2026-01-31 NOTES STABLE

llama-quantize gains --tensor-type-file to specify per-tensor quantization types via a file.

└──▷ GET THIS VERSION
$ git clone --branch b7897 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7897
└──▷ TRY IT
Apply custom per-tensor quantization types from a file instead of specifying them inline, useful for fine-grained control over large model quantization.
$ llama-quantize --tensor-type-file tensor_types.txt input_model.gguf output_model.gguf Q4_K_M
  • Adds --tensor-type-file option to llama-quantize, allowing per-tensor quantization type assignments to be loaded from a file.
1 more release in this issue · 2026-01-31
b7896 NOTES STABLE

llama.cpp b7896 adds vision-only support for MiniCPM-o 4.5 via the multimodal (mtmd) subsystem.

└──▷ GET THIS VERSION
$ git clone --branch b7896 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7896
  • Adds MiniCPM-o 4.5 (vision-only) support to the mtmd multimodal subsystem.
Was this useful?
◆  AI Agent Frameworks

OpenClaw

Sources Release notes → v2026.1.30 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.1.30 adds shell completion, per-agent model status filtering, Kimi K2.5, and MiniMax OAuth.

└──▷ GET THIS VERSION
$ git clone --branch v2026.1.30 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.1.30
└──▷ TRY IT
Set up shell completions for Zsh so OpenClaw subcommands and flags autocomplete in your terminal.
$ openclaw completion zsh
Check model availability scoped to a specific agent instead of seeing the full catalog.
$ openclaw models status --agent <agent-name>
  • Adds completion command with support for Zsh, Bash, PowerShell, and Fish, plus auto-setup during postinstall/onboarding.
  • Adds per-agent filtering to models status via new --agent flag.
  • Adds Kimi K2.5 to the synthetic model catalog.
  • Adds MiniMax OAuth plugin with onboarding option.
  • Switches Kimi Coding to a built-in provider with normalized OAuth profile email handling.
Was this useful?

PydanticAI

Sources Release notes → v1.51.0 NOTES

PydanticAI v1.51.0 adds html_source parameter to customize the Chat UI source.

└──▷ GET THIS VERSION
$ git clone --branch v1.51.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.51.0
  • Adds html_source parameter to the Chat UI to allow customization of the HTML source rendered by the chat interface.
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 →