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 -216, January 13, 2026

THE AI TOOLCHAIN NO. -216
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JANUARY 13, 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   # 9 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

Agno (formerly Phidata)

Sources Release notes → v2.3.26 NOTES

Agno v2.3.26 adds per-request isolation for agents, teams, and workflows in shared FastAPI processes.

└──▷ GET THIS VERSION
$ git clone --branch v2.3.26 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:
$ git checkout v2.3.26
  • Improves request-level isolation for agents, teams, and workflows running in shared FastAPI processes, preventing state bleed between concurrent requests.
Was this useful?

OpenClaw

Sources Release notes → v2026.1.12 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.1.12 adds vector memory search, voice-call plugin parity, ISO-timestamp cron, new AI models, and Tailscale gateway support.

└──▷ GET THIS VERSION
$ git clone --branch v2026.1.12 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.1.12
└──▷ TRY IT
Schedule a one-shot cron job for a specific agent to run at an exact UTC time and delete itself afterward.
$ clawdbot cron add --agent <agentId> --at 2026-02-01T09:00:00Z --delete-after-run "summarize overnight alerts"
Enable Docker bind mounts for sandboxed tool execution so agents can read host paths without a full volume.
yaml
# In your OpenClaw config:
tools:
  sandbox:
    tools:
      - group: default
    docker:
      binds:
        - /host/data:/workspace/data:ro
  • Adds vector search for agent memories (Markdown-only) backed by a SQLite index, with chunking, lazy sync, file watch, and per-agent enablement/fallback.
  • New clawdbot memory CLI with memory_search and memory_get tools, returning snippets and line ranges; index stored at ~/.clawdbot/memory/{agentId}.sqlite with watch enabled by default.
  • Supports custom OpenAI-compatible embedding endpoints and local node-llama-cpp embeddings, with per-agent overrides and provider metadata surfaced in tools and CLI.
  • Adds Synthetic provider and Moonshot Kimi K2 0905 (plus turbo/thinking variants) to the model catalog.
  • Cron one-shot schedules now accept ISO timestamps (UTC) with optional delete-after-run; cron jobs can target a specific agent via CLI and macOS Control UI.
+9 moreshow less
  • Adds agent compaction mode config with optional safeguard summarization and per-agent model fallbacks.
  • Adds tool profiles and group shorthands; supports tool-policy groups in tools.sandbox.tools; allows Docker bind mounts via docker.binds.
  • New browser scrollintoview action in the tools layer; adds xhigh thinking support for GPT-5.2/Codex with safe downgrades.
  • Adds Tailscale binary discovery, custom bind mode, and probe auth retry to the Gateway/CLI; adds clawdbot dashboard auto-open flow.
  • Adds Chutes OAuth (PKCE + refresh + onboarding choice) for auth/onboarding.
  • Adds discord.allowBots config option; routes MiniMax vision to the Coding Plan VLM endpoint with @/path/to/file.png input support.
  • Allows Tailscale Serve identity headers to satisfy gateway token auth.
  • Defaults ackMaxChars to 300 so short HEARTBEAT_OK replies stay internal.
  • Runs clawdbot doctor --non-interactive automatically after git installs and updates.
└──▷ BREAKING ON UPGRADE
  • !Chat 'providers' (Slack/Telegram/WhatsApp/…) are renamed to 'channels' across CLI, RPC, and config; legacy config keys are auto-migrated on load and written back as channels.*.
  • !The legacy memory tool shorthand is dropped from tool profiles/group shorthands.
Was this useful?
◆  AI Coding Agents

Anthropic Claude Code

Sources Release notes → v2.1.6 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.6 adds config search, date-ranged stats, nested skills discovery, and richer context window metrics.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.6 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.6
└──▷ TRY IT
Review spending or usage trends over the last week vs. month without leaving the terminal.
$ /stats   # then press 'r' to cycle through Last 7 days / Last 30 days / All time
Display remaining context window capacity in the status line by referencing the new percentage fields.
$ # In your status line config, reference the new fields:
# context_window.used_percentage
# context_window.remaining_percentage
  • Adds search/filter functionality inside the /config command for quickly locating settings.
  • Adds an Updates section to /doctor showing the auto-update channel and available npm versions (stable/latest).
  • Adds date range filtering to /stats — press r to cycle between Last 7 days, Last 30 days, and All time.
  • Adds automatic discovery of skills from nested .claude/skills directories when working with files in subdirectories.
  • Adds context_window.used_percentage and context_window.remaining_percentage fields to the status line for easier context window display.
+5 moreshow less
  • Improves the external CLAUDE.md imports approval dialog to show which files are being imported and from where.
  • Improves /tasks dialog to go directly to task details when only one background task is running.
  • Improves @ autocomplete with icons for different suggestion types and single-line formatting.
  • Changes terminal title to "Claude Code" on startup for better window identification.
  • Caps task notification display at 3 lines with an overflow summary when multiple background tasks complete simultaneously.
└──▷ BREAKING ON UPGRADE
  • !The ability to @-mention MCP servers to enable/disable them has been removed — use /mcp enable <name> instead.
Was this useful?

GitHub Copilot CLI

Sources Release notes → v0.0.381 2 RELEASES · 2026-01-13 NOTES STABLE

GitHub Copilot CLI v0.0.381 adds --allow-all/--yolo permission flags, /new alias, and prefix-filtered shell history navigation.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.381 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.381
└──▷ TRY IT
Grant all tool permissions in one shot when you trust the session and want to skip per-permission prompts.
$ gh copilot suggest --allow-all 'set up a new node project with eslint'
  • Adds --allow-all and --yolo flags to enable all permissions at once without individual prompts.
  • Adds /new as an alias for the /clear command in chat.
  • Shell mode history navigation now filters by prefix — typing a partial command like !git and pressing up arrow cycles only through matching previous commands.
1 more release in this issue · 2026-01-13
v0.0.380 NOTES STABLE

GitHub Copilot CLI v0.0.380 adds interactive --agent mode, sub-agent abort propagation, large-file reads, and mid-thinking message queuing.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.380 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.380
  • The --agent flag now works in interactive mode, enabling agent-driven workflows without leaving the interactive shell.
  • Allows reading files larger than 10 MB when the view_range parameter is specified in the view tool.
  • Supports sending messages while Copilot is thinking, allowing users to steer the response or queue follow-up prompts.
  • Adds custom agent tool aliasing for the task tool.
  • Auto-compaction now runs in the background without blocking the conversation.
+3 moreshow less
  • Inline feedback is provided when rejecting tool permission requests so agents can continue without halting on denied permissions.
  • Large output hints now suggest appropriate tools for different content types, including JSON.
  • The web-fetch tool now rejects file:// URLs and redirects users to the view tool instead.
Was this useful?

SST OpenCode

Sources Release notes → v1.1.18 2 RELEASES · 2026-01-13 NOTES STABLE

The open source coding agent.

OpenCode v1.1.18 adds a fullscreen permission prompt view and provider icons in the desktop app.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.18 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.18
  • Adds fullscreen view to the permission prompt in the TUI.
  • Adds provider icons to the desktop application.
1 more release in this issue · 2026-01-13
v1.1.16 NOTES STABLE

OpenCode v1.1.16 adds CLI debug tool calling, desktop password-protected local server, and MCP server management fixes.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.16 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.16
  • Adds debug tool calling support directly in the CLI for inspecting tool calls during development.
  • Spawns local server with password in the desktop app for improved security.
  • Adds icon button for server removal in the dialog select server UI.
  • Implements better dynamic terminal numbering in the desktop/TUI.
  • Adds nova-2 to region prefix models.
+2 moreshow less
  • Makes environment file reads prompt the user for permission instead of silently blocking.
  • Stores API URL in session metadata.
Was this useful?

Earendil Works Pi

Sources Release notes → v0.45.4 2 RELEASES · 2026-01-13 NOTES STABLE

AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI

Pi v0.45.4 adds Vercel AI Gateway provider support and new extension examples for custom UI workflows.

└──▷ GET THIS VERSION
$ git clone --branch v0.45.4 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:
$ git checkout v0.45.4
└──▷ TRY IT
Route requests through the Vercel AI Gateway instead of a direct provider — useful when centralizing auth or rate-limiting across teams.
$ AI_GATEWAY_API_KEY=<your-key> pi --provider vercel-ai-gateway
  • Adds experimental Vercel AI Gateway provider support via --provider vercel-ai-gateway and AI_GATEWAY_API_KEY environment variable.
  • New summarize.ts extension example for summarizing conversations using custom UI and an external model.
  • New questionnaire.ts extension example for multi-question input with tab bar navigation.
  • Enhanced plan-mode/ extension example with explicit step tracking and a progress widget.
  • Switches image processing from sharp to wasm-vips, eliminating native build requirements.
1 more release in this issue · 2026-01-13
v0.45.0 NOTES STABLE

Pi v0.45.0 adds MiniMax and Amazon Bedrock providers, model reordering in /scoped-models, and a bash sandbox extension example.

└──▷ GET THIS VERSION
$ git clone --branch v0.45.0 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:
$ git checkout v0.45.0
  • Adds MiniMax provider support via MINIMAX_API_KEY environment variable and minimax/MiniMax-M2.1 model identifier.
  • Adds Amazon Bedrock provider support (experimental, tested with Anthropic Claude models) as a new LLM backend.
  • Enables Alt+Up/Down reordering of enabled models in /scoped-models; order persists on Ctrl+S save and controls Ctrl+P cycling sequence.
  • Adds sandbox/ extension example demonstrating OS-level bash sandboxing via @anthropic-ai/sandbox-runtime with per-project configuration.
Was this useful?

Alibaba Qwen Code

Sources Release notes → sdk-typescript-v0.1.3 3 RELEASES · 2026-01-13 NOTES STABLE

Qwen Code SDK TypeScript v0.1.3 adds /skills command, Jupyter Notebook support, custom headers, shell timeouts, and sandbox customization.

└──▷ GET THIS VERSION
$ git clone --branch sdk-typescript-v0.1.3 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout sdk-typescript-v0.1.3
└──▷ TRY IT
Invoke the new experimental skills command interactively to load or hot-reload agent skills during a session.
$ /skills
  • Adds experimental /skills command with hot reload support for managing agent skills at runtime.
  • Adds optional timeout configuration for foreground shell commands.
  • Adds custom HTTP headers support for API requests.
  • Supports Jupyter Notebook (.ipynb) file code selection.
  • Enables customization of the sandbox environment.
+1 moreshow less
  • Adds integration guide for JetBrains IDEs.
2 more releases in this issue · 2026-01-13
v0.7.0-preview.0 NOTES STABLE

Qwen Code v0.7.0-preview.0 adds multi-provider model config, an experimental /skills command with hot reload, Jupyter Notebook support, custom headers, and sandbox customization.

└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-preview.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.7.0-preview.0
└──▷ TRY IT
List or manage your loaded skills mid-session without restarting the CLI.
$ /skills
  • Adds experimental /skills command with hot reload, enabling in-session skill management without restarting the CLI.
  • Adds multi-provider model configuration support, allowing multiple AI providers to be defined and selected from a single config.
  • Supports Jupyter Notebook (.ipynb) file code selection, enabling context-aware interactions with notebook cells.
  • Adds custom HTTP headers support for outbound API requests.
  • Adds optional timeout configuration for foreground shell commands.
+2 moreshow less
  • Enables customization of the sandbox environment.
  • Changes the selection order of user settings versus workspace settings, giving workspace settings higher or lower precedence.
v0.7.0-nightly.20260113.09196c6e NOTES STABLE

Qwen Code v0.7.0 adds multi-provider model configuration support.

└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-nightly.20260113.09196c6e https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.7.0-nightly.20260113.09196c6e
  • Adds multi-provider models config support, enabling configuration of multiple model providers in a single setup.
  • Changes the selection order of user settings versus workspace settings, giving workspace settings a new resolution priority.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b7723 3 RELEASES · 2026-01-13 NOTES STABLE

llama.cpp b7723 adds fattn-mma-f16 flash attention kernel for AMD RDNA4 GPUs via HIP.

└──▷ GET THIS VERSION
$ git clone --branch b7723 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7723
  • Adds fattn-mma-f16 flash attention kernel for RDNA4 GPUs via the HIP backend, enabling hardware-accelerated matrix multiply-accumulate attention on AMD RDNA4 hardware.
2 more releases in this issue · 2026-01-13
b7718 NOTES STABLE

llama-bench gains a direct_io parameter for benchmarking with direct I/O enabled.

└──▷ GET THIS VERSION
$ git clone --branch b7718 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7718
  • Adds direct_io parameter to llama-bench to control direct I/O during benchmarking runs.
b7716 NOTES STABLE

llama.cpp b7716 adds a server argument to disable prompt caching for deterministic OpenAI-compat responses.

└──▷ GET THIS VERSION
$ git clone --branch b7716 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7716
  • Adds a server argument to disable prompt caching, enabling deterministic responses for clients restricted to OpenAI-compatible requests.
Was this useful?
Other / Uncategorized
◆  MCP TOOLING

Composio

Sources Release notes → v0.10.6 NOTES

Composio v0.10.6 adds Cloudflare Workers support, auto_upload_download_files flag, and Vercel AI v6 provider upgrade.

└──▷ GET THIS VERSION
$ git clone --branch v0.10.6 https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout v0.10.6
  • Adds auto_upload_download_files boolean flag to the Composio() Python constructor to control automatic file upload/download behavior.
  • Adds Cloudflare Workers runtime support in the TypeScript SDK.
  • Upgrades the Vercel provider in the TypeScript SDK to support AI v6.
  • Extends composio.triggers.verifyWebhooks to support webhook versions v1, v2, and v3.
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 →