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 -214, January 15, 2026

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

Continue

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

Continue 1.39.0 adds subagent support for orchestrating multi-agent workflows.

└──▷ 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 subagents, enabling an agent to spawn and coordinate subordinate agents for multi-step tasks.
Was this useful?

OpenAI Codex CLI

Sources Release notes → rust-v0.85.0 2 RELEASES · 2026-01-15 NOTES STABLE

Lightweight coding agent that runs in your terminal

Codex CLI v0.85.0 adds real-time agent collaboration events, agent role presets, and interrupt-capable send_input.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.85.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.85.0
  • App-server v2 now emits collaboration tool calls as item events in the turn stream, enabling clients to render agent coordination in real time.
  • New spawn_agent parameter accepts an agent role preset for richer agent control in collaboration tools.
  • New send_input interrupt capability lets callers optionally interrupt a running agent before delivering a message.
  • /models metadata now includes migration_markdown so clients can display richer upgrade guidance when suggesting model migrations.
1 more release in this issue · 2026-01-15
rust-v0.84.0 NOTES STABLE

Codex CLI Rust v0.84.0 adds metadata on text elements for richer client rendering and schema evolution.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.84.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.84.0
  • Adds additional metadata fields to text elements in the Rust protocol/types, enabling richer client rendering and future schema evolution.
Was this useful?

SST OpenCode

Sources Release notes → v1.1.23 2 RELEASES · 2026-01-15 NOTES STABLE

The open source coding agent.

OpenCode v1.1.23 adds configurable dialog keybinds, provider-level store option, per-server MCP timeouts, and a new desktop app layout.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.23 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.23
  • Adds configurable dialog keybinds in the TUI via new configuration option.
  • Supports provider-level store option for per-provider storage configuration.
  • Honors per-server MCP timeouts, enabling fine-grained timeout control across MCP servers.
  • Adds input limit for compaction to cap context sent during compaction.
  • Introduces a new desktop app layout with repositioned panel toggle and updated session management.
+4 moreshow less
  • Persists workspace branch selection and sidebar order/collapsed state across sessions in the desktop app.
  • Opens external links in the system browser instead of the webview in the desktop app.
  • Shows session as busy even when it is the currently active session.
  • Displays a toast error message when ConfigMarkdown parsing fails.
1 more release in this issue · 2026-01-15
v1.1.21 NOTES STABLE

OpenCode v1.1.21 adds official Copilot plugin, AWS Web Identity Token support for Bedrock, and Chocolatey/Scoop upgrade paths.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.21 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.21
└──▷ TRY IT
Upgrade OpenCode on Windows via Chocolatey to get the latest release without manual downloads.
$ choco upgrade opencode
Upgrade OpenCode on Windows via Scoop.
$ scoop update opencode
  • Adds official GitHub Copilot plugin integration.
  • Supports AWS Web Identity Token File authentication for Amazon Bedrock.
  • Adds Chocolatey and Scoop as supported upgrade methods on Windows.
  • Improves question prompt UX in the TUI.
  • Adds Copilot reauthentication error messaging to guide users when credentials expire.
Was this useful?

Earendil Works Pi

Sources Release notes → v0.46.0 NOTES

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

Pi v0.46.0 adds MiniMax China provider, fuzzy edit matching, APPEND_SYSTEM.md support, and enhanced session search.

└──▷ GET THIS VERSION
$ git clone --branch v0.46.0 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:
$ git checkout v0.46.0
└──▷ TRY IT
Search past sessions by regex pattern to quickly locate a specific investigation, or press Ctrl+R to switch to most-recent ordering.
$ # In the session picker, type: re:CVE-2024-\d+ to filter sessions by regex, or Ctrl+R to toggle sort mode
  • Adds APPEND_SYSTEM.md support to append custom instructions to the system prompt without modifying the base prompt.
  • Edit tool now uses fuzzy matching as fallback, tolerating trailing whitespace, smart quotes, Unicode dashes, and special spaces.
  • Session picker search gains Ctrl+R to toggle between fuzzy and most-recent sorting, plus quoted phrase matching and re: regex mode.
  • Adds MiniMax China (minimax-cn) as a new provider.
  • Adds gpt-5.2-codex model support for GitHub Copilot and OpenCode Zen providers.
+2 moreshow less
  • Exports getAgentDir for use in extensions.
  • Shows loaded prompt templates on startup for visibility into active configuration.
Was this useful?
◆  AI Agent Frameworks

CrewAI

Sources Release notes → 1.8.1 NOTES

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

CrewAI 1.8.1 adds Agent-to-Agent (A2A) task execution, server configuration, agent card generation, and new transports.

└──▷ GET THIS VERSION
$ git clone --branch 1.8.1 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:
$ git checkout 1.8.1
  • Adds A2A task execution utilities for orchestrating agent-to-agent workflows.
  • Adds A2A server configuration and agent card generation to expose CrewAI agents as A2A-compatible services.
  • Adds additional A2A transports, broadening connectivity options between agents.
  • Adds Galileo to the integrations page, enabling Galileo observability for CrewAI workflows.
Was this useful?

OpenAI Agents SDK

Sources Release notes → v0.6.6 NOTES

OpenAI Agents SDK v0.6.6 adds auto-compaction for long conversations and an async SQLite session store.

└──▷ GET THIS VERSION
$ git clone --branch v0.6.6 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:
$ git checkout v0.6.6
  • Adds responses.compact setting to auto-compact long conversations, preventing context-window overflow in multi-turn agent runs.
  • Adds AsyncSQLiteSession, an aiosqlite-backed async session store for persisting conversation state without blocking the event loop.
Was this useful?

OpenClaw

Sources Release notes → v2026.1.14-1 NOTES

Your own personal AI assistant. Any OS.

OpenClaw v2026.1.14-1 adds web search/fetch via Brave API, Chrome extension browser control, Matrix/Plivo/Zalo channel plugins, and expanded security auditing.

└──▷ GET THIS VERSION
$ git clone --branch v2026.1.14-1 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v2026.1.14-1
└──▷ TRY IT
Enable web search in a session — useful when you need the agent to pull live threat intel or CVE details from the web.
$ clawdbot configure --section web
Start a remote browser control session so the agent can drive your local Chrome instance for recon or authenticated app testing.
$ clawdbot browser serve
Audit your clawdbot configuration for security issues and automatically tighten sensitive state paths in one pass.
$ clawdbot security audit --fix
  • Adds web_search and web_fetch tools backed by the Brave API, with first-time setup guidance in onboarding and clawdbot configure --section web.
  • Enables web_fetch by default (unless explicitly disabled in config).
  • Adds Chrome extension relay takeover mode (toolbar button) and clawdbot browser serve for remote browser control, gated by browser.controlToken.
  • Adds clawdbot browser extension install/path to install the extension and copy its path to the clipboard.
  • Ships a built-in chrome profile for extension relay that starts automatically when running locally; defaults browser.defaultProfile to chrome.
+15 moreshow less
  • Adds channel plugin support via gateway HTTP hooks, including a new onboarding plugin install flow.
  • Adds Matrix channel plugin (external) with docs and onboarding hooks.
  • Adds Plivo voice call provider (no SDK dependency).
  • Adds Zalo plugin.
  • Expands clawdbot security audit with additional checks and a SECURITY.md reporting policy.
  • Adds detect-secrets CI scan and baseline guidance.
  • Adds a security checkpoint prompt during onboarding (docs link + sandboxing hint); requires --accept-risk for --non-interactive mode.
  • Adds MiniMax coding plan usage tracking.
  • Adds channels.<provider>.configWrites gating to control whether channel-initiated config writes are permitted.
  • Adds channels.whatsapp.sendReadReceipts config option to disable automatic read receipts.
  • Adds message delete action for Telegram via the message tool.
  • Supports profile-aware service names for multi-gateway daemon setups.
  • Adds dynamic template variables to messages.responsePrefix.
  • Adds optional auth-profile copy prompt on agents add with improved auth error messaging.
  • Adds per-command CLI doc pages linked from clawdbot <command> --help.
└──▷ BREAKING ON UPGRADE
  • !Onboarding now requires --accept-risk when using --non-interactive mode (new security checkpoint prompt will block non-interactive runs without it).
Was this useful?

PydanticAI

Sources Release notes → v1.43.0 NOTES

PydanticAI v1.43.0 adds support for Google embedding models.

└──▷ GET THIS VERSION
$ git clone --branch v1.43.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.43.0
  • Supports Google embedding models, enabling text embedding workflows via the Google provider.
Was this useful?

Microsoft Semantic Kernel

Sources Release notes → python-1.39.1 NOTES

Semantic Kernel Python adds an Oracle vector store connector and improves in-memory vector store filtering.

└──▷ GET THIS VERSION
$ git clone --branch python-1.39.1 https://github.com/microsoft/semantic-kernel.git
# already have the repo? check out this version:
$ git checkout python-1.39.1
  • Adds a new Oracle connector for Semantic Kernel's vector store, including collection support via add_collection_to_all for Oracle.
  • Improves filtering logic for in-memory vector stores.
  • Adds DriverInfo metadata to the MongoDB connector.
Was this useful?

holmesgpt

Sources Release notes → 0.18.4 NOTES

SRE Agent - CNCF Sandbox Project

HolmesGPT 0.18.4 adds Azure managed Prometheus, New Relic multi-account, GitHub MCP, and AWS MCP improvements.

└──▷ GET THIS VERSION
$ git clone --branch 0.18.4 https://github.com/HolmesGPT/holmesgpt.git
# already have the repo? check out this version:
$ git checkout 0.18.4
  • Adds Azure managed Prometheus support to the Prometheus toolset.
  • Adds New Relic multiple-account support, enabling queries across more than one New Relic account.
  • Adds GitHub MCP addon for the Helm chart, extending MCP integrations alongside the existing Azure MCP toolset.
  • Improves AWS MCP integration with several enhancements.
  • Enables the connectivity_check toolset by default in the Helm chart.
+2 moreshow less
  • Adds support for an additional system prompt URL in eval configurations.
  • Improves SSL error messaging for the Prometheus toolset to surface clearer diagnostics.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b7748 2 RELEASES · 2026-01-15 NOTES STABLE

llama.cpp b7748 adds the adaptive-p sampler with EMA-based probability targeting and configurable decay.

└──▷ GET THIS VERSION
$ git clone --branch b7748 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7748
  • Adds adaptive-p sampler to common_params_sampling and the samplers vector, with parameters including decay (default 0.9), min_target, max_target (clamped to [0.0, 1.0]), and a use_power_law flag for power-law mode.
  • Exposes adaptive-p via common_sampler_types_from_chars so it can be selected alongside existing samplers using single-character sampler chain strings.
1 more release in this issue · 2026-01-15
b7740 NOTES STABLE

llama.cpp b7740 adds Hexagon HVX OP_CPY support and makes host buffers optional on Snapdragon backends.

└──▷ GET THIS VERSION
$ git clone --branch b7740 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b7740
  • Adds GGML_HEXAGON_EXPERIMENTAL environment variable support, now documented in the Hexagon readme.
  • Adds OP_CPY support for fp16/fp32 → fp16/fp32 copy operations on the Hexagon HVX backend, enabling broader model layer offload to Snapdragon DSPs.
  • Makes host buffers optional on the Hexagon backend, with repack buffers automatically disabled when host buffers are not available.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v12.30.0 NOTES

Phoenix v12.30.0 adds enhanced JSON attribute display with new UI components for span inspection.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.30.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v12.30.0
  • Adds AttributesJSONBlock component for enhanced JSON attribute display in the span detail view.
  • Adds text block and JSON block icons for expanding attribute strings in the UI.
Was this useful?

Langfuse

Sources Release notes → v3.147.0 NOTES

Langfuse v3.147.0 adds corrections diff viewer, JSON validation toggle, and LiteLLM custom trace ID mapping via OpenTelemetry.

└──▷ GET THIS VERSION
$ git clone --branch v3.147.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.147.0
  • Adds support for mapping custom trace_id from LiteLLM via the OpenTelemetry ingestion pipeline.
  • Adds a JSON validation toggle for corrections, letting users control whether correction inputs are validated as JSON.
  • Adds a global toggle to show or hide corrections inside session and IO preview components.
  • Adds a diff viewer to corrections, showing a side-by-side comparison of actual vs. corrected output.
  • Adds cursor-based sequential processing for event propagation, improving reliability of event ordering at scale.
+1 moreshow less
  • Introduces BatchProjectCleaner backed by BullMQ to efficiently handle bulk project deletions, including dataset run items.
Was this useful?

Weights & Biases Weave

Sources Release notes → v0.52.24 NOTES

Weave v0.52.24 adds PII redaction field exclusions, audio support in LLMAsAJudgeScorer, op kinds/colors, and safe base64 auto-conversion in the trace server.

└──▷ GET THIS VERSION
$ git clone --branch v0.52.24 https://github.com/wandb/weave.git
# already have the repo? check out this version:
$ git checkout v0.52.24
  • Adds redact_pii_exclude_fields setting to selectively exempt specific fields from PII redaction.
  • Adds audio support to LLMAsAJudgeScorer, enabling evaluation of audio-containing traces.
  • Adds op kinds and color tagging for operations via Add support for op kinds and colors, with built-in kinds for integrations to visually distinguish call types in the UI.
  • Auto-converts base64 data safely in the trace server, expanding the range of payloads that can be stored without manual encoding steps.
  • Updates the Leaderboard schema to support overhaul features, broadening what metrics and comparisons can be displayed.
+1 moreshow less
  • Adds a helper method for TypeScript SDK prompt management.
Was this useful?
◆  VECTOR DB RAG

Weaviate

Sources Release notes → v1.35.3 3 RELEASES · 2026-01-15 NOTES STABLE

Weaviate v1.35.3 adds video modality support to the multi2vec-voyageai module and exposes backup size on status responses.

└──▷ GET THIS VERSION
$ git clone --branch v1.35.3 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.35.3
  • Adds video modality support to the multi2vec-voyageai module, enabling multimodal embeddings that include video inputs.
  • Returns backup size in the backup status response, giving operators visibility into backup storage consumption.
2 more releases in this issue · 2026-01-15
v1.34.9 NOTES STABLE

Weaviate v1.34.9 adds video modality support to the multi2vec-voyageai module.

└──▷ GET THIS VERSION
$ git clone --branch v1.34.9 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.34.9
  • Adds video modality support to the multi2vec-voyageai module, enabling multimodal vectorization of video content.
v1.33.12 NOTES STABLE

Weaviate v1.33.12 adds backup size reporting and video modality support for the multi2vec-voyageai module.

└──▷ GET THIS VERSION
$ git clone --branch v1.33.12 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.33.12
  • Adds video modality support to the multi2vec-voyageai module, enabling multimodal embeddings that include video inputs.
  • Returns backup size in the backup status response, giving operators visibility into backup storage usage.
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 →