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 -218, January 11, 2026

THE AI TOOLCHAIN NO. -218
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JANUARY 11, 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

Anthropic Claude Code

Sources Release notes → v2.1.4 NOTES

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

Claude Code v2.1.4 adds env var to fully disable background tasks and the Ctrl+B shortcut.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.4 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.4
└──▷ TRY IT
Prevent Claude Code from ever backgrounding tasks — useful in CI pipelines or restricted environments where background processes are undesirable.
$ CLAUDE_CODE_DISABLE_BACKGROUND_TASKS=1 claude
  • New CLAUDE_CODE_DISABLE_BACKGROUND_TASKS environment variable disables all background task functionality, including auto-backgrounding and the Ctrl+B shortcut.
Was this useful?

SST OpenCode

Sources Release notes → v1.1.13 NOTES

The open source coding agent.

OpenCode v1.1.13 adds session forking, ACP file-modification tracking, symlink-following grep, and configurable desktop server URL.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.13 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.13
  • Adds ability to fork sessions in the desktop app.
  • Tracks file modifications in ACP (Agent Communication Protocol).
  • Passes sessionID to chat.system.transform for richer system prompt customization.
  • Follows symlinks by default in ripgrep searches.
  • Supports configuring a default server URL for the desktop app.
+2 moreshow less
  • Makes mouse hover and click work on prompt input autocomplete in the desktop app.
  • Disables telemetry in the PHP language server.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.7.0-nightly.20260111.bde31d12 NOTES

Qwen Code v0.7.0 adds multi-provider model configuration and changes user/workspace settings selection order.

└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-nightly.20260111.bde31d12 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.7.0-nightly.20260111.bde31d12
  • Adds multi-provider models config support, enabling multiple AI provider backends to be configured simultaneously.
  • Changes the selection order of user settings and workspace settings resolution.
Was this useful?
◆  AI Agent Frameworks

OpenClaw

Sources Release notes → v2026.1.10 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.1.10 adds an OpenAI-compatible chat endpoint, clawdbot update, Z.AI/OpenRouter auth, browser target control, and richer status reporting.

└──▷ GET THIS VERSION
$ git clone --branch v2026.1.10 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.1.10
└──▷ TRY IT
Keep OpenClaw up to date on a git install without manually pulling and restarting.
$ clawdbot update
Expose the gateway as an OpenAI-compatible endpoint so existing OpenAI SDK clients can talk to your agents via SSE streaming.
yaml
gateway:
  http:
    endpoints:
      chatCompletions:
        enabled: true
Get a full diagnostic snapshot — log tails, Tailscale summary, and scan progress — when troubleshooting a misbehaving deployment.
$ clawdbot status --all
  • New clawdbot status command redesigned as a table-based view showing OS, updates, gateway, daemon, agents, and sessions; status --all adds a full read-only debug report with log tails, Tailscale summary, and scan progress.
  • New clawdbot update command (and --update shorthand) for safe git-checkout-based self-updates.
  • New OpenAI-compatible /v1/chat/completions HTTP endpoint on the gateway with auth, SSE streaming, and per-agent routing (disabled by default; enable via gateway.http.endpoints.chatCompletions.enabled=true).
  • Adds Z.AI (GLM) as a first-class auth choice (zai-api-key) with a corresponding --zai-api-key CLI flag.
  • Adds OpenRouter API key auth option in configure/onboard flow.
+12 moreshow less
  • New browser.target setting (sandbox/host/custom) for agents, with sandbox host-control gating via agents.defaults.sandbox.browser.allowHostControl and allowlists for custom URLs/hosts/ports.
  • New human-delay pacing between block replies for agents (modes: off/natural/custom, configurable per-agent).
  • Per-provider/per-account historyLimit overrides now supported (fallback to messages.groupChat.historyLimit; set 0 to disable).
  • Gateway heartbeat can now optionally include Reasoning: output via agents.defaults.heartbeat.includeReasoning.
  • Adds Codex CLI fallback with resume support, JSONL parsing for new runs, and a live CLI resume probe.
  • Catalog-backed default model picker added to onboarding and configure.
  • Telegram adds /whoami and /id commands to reveal sender IDs for allowlists, plus support for @username and prefixed IDs in allowFrom.
  • New clawdbot sandbox explain subcommand as an effective policy inspector with fix-it config key paths.
  • Telegram adds telegram.draftChunk setting to tune draft streaming chunking for streamMode: "block".
  • clawdbot sessions table now includes elev:* and usage:* flags.
  • Docker setup now supports optional home volume and extra bind mounts in docker-setup.sh.
  • Gateway now accepts image attachments on the agent endpoint (multimodal messages) with a live gateway image probe via CLAWDBOT_LIVE_GATEWAY_IMAGE_PROBE=1.
└──▷ BREAKING ON UPGRADE
  • !The OpenAI-compatible /v1/chat/completions gateway endpoint is disabled by default; existing integrations expecting it to be on will need to explicitly set gateway.http.endpoints.chatCompletions.enabled=true.
  • !The commands.config and commands.debug gates now disable /config and /debug by default; bots relying on these commands must enable them via commands.config/commands.debug.
  • !WhatsApp: messages.ackReaction is now ignored — the doctor copies it to whatsapp.ackReaction, so configs using the old key will no longer take effect without migration.
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 →