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 -324, September 26, 2025

THE AI TOOLCHAIN NO. -324
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED SEPTEMBER 26, 2025 · 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   # 12 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

Agno (formerly Phidata)

Sources Release notes → v2.0.11 NOTES

Agno v2.0.11 adds metadata fields to LiteLLM and improves AgentOS MCP tool and DB registration logic.

└──▷ GET THIS VERSION
$ git clone --branch v2.0.11 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:
$ git checkout v2.0.11
  • Adds metadata and additional fields to the LiteLLM model class, enabling richer model configuration and request context.
  • Improves AgentOS logic for finding and registering MCP tools when setting up an AgentOS instance.
  • Improves AgentOS logic for finding and registering DBs, now rejecting incompatible DB instances that share the same IDs.
Was this useful?

CrewAI

Sources Release notes → 0.201.1 2 RELEASES · 2025-09-26 NOTES STABLE

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

CrewAI 0.201.1 adds ChromaDB support for WatsonX and VoyageAI embedding providers.

└──▷ GET THIS VERSION
$ git clone --branch 0.201.1 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:
$ git checkout 0.201.1
  • Adds ChromaDB compatibility for watsonx and voyageai embedding providers.
└──▷ BREAKING ON UPGRADE
  • !The watson embedding provider is renamed to watsonx; environment variable prefixes are updated accordingly — any config using the old watson provider name or its env var prefixes will break on upgrade.
1 more release in this issue · 2025-09-26
0.201.0 NOTES STABLE

CrewAI 0.201.0 adds a crewai uv CLI wrapper, custom embedding types, thread-safe platform context, and failed-trace marking for observability.

└──▷ GET THIS VERSION
$ git clone --branch 0.201.0 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:
$ git checkout 0.201.0
└──▷ USE IT
Set batch_size on an embedder to avoid hitting token limits when indexing large document sets.
python
embedder_config = {
    "provider": "openai",
    "config": {
        "model": "text-embedding-3-small",
        "batch_size": 50
    }
}
  • Adds crewai uv wrapper command to invoke uv directly through the CrewAI CLI.
  • Supports batch_size configuration on embedders to stay within token limits.
  • Introduces thread-safe platform context management for concurrent crew workflows.
  • Enables marking traces as failed in observability workflows.
  • Adds custom embedding types and provider migration support.
+3 moreshow less
  • Upgrades ChromaDB dependency to v1.1.0 with type improvements.
  • Introduces Pydantic v2 support along with pydantic-settings and dependency group reorganization.
  • Adds Pydantic-compatible import validation, replacing legacy utilities.
Was this useful?
◆  AI Coding Agents

Cline

Sources Release notes → v3.32.0 NOTES

Autonomous coding agent as an SDK, IDE extension, or CLI assistant.

Cline v3.32.0 adds scroll-to-top in chat, a conversation history tooltip, and the code-supernova-1m model.

└──▷ GET THIS VERSION
$ git clone --branch v3.32.0 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v3.32.0
  • Adds scroll-to-top functionality in the chat view for faster navigation in long conversations.
  • Adds HeroTooltip to the conversation history button for improved UI discoverability.
  • Adds support for the code-supernova-1m model.
Was this useful?

Continue

Sources Release notes → @continuedev/[email protected] 3 RELEASES · 2025-09-26 NOTES STABLE

Continue 1.22.0 adds --id flag for cn serve, .continue/environment.json, AWS credentials onboarding, CometAPI provider, and AWS Bedrock tool streaming.

└──▷ 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]
└──▷ USE IT
Declare project-scoped environment variables that Continue picks up automatically at runtime.
json
{
  "MY_API_KEY": "sk-...",
  "SOME_ENDPOINT": "https://internal.example.com"
}
  • Adds --id flag to cn serve for named server instances.
  • Adds .continue/environment.json as a new per-project environment configuration file.
  • Adds AWS credentials onboarding flow to the CLI.
  • Adds CometAPI as a model provider.
  • Adds tool streaming support for the AWS Bedrock provider.
+4 moreshow less
  • Adds Claude Code MCP JSON format support for MCP server definitions.
  • Enhances the /init CLI command to create a custom slash command.
  • Improves MCP connection status reporting with richer status indicators.
  • Adds fullscreen command back to the CLI.
2 more releases in this issue · 2025-09-26
@continuedev/[email protected] NOTES STABLE

Continue 1.1.0 adds .continue/environment.json support, AWS credentials onboarding, and Claude Code MCP JSON format.

└──▷ 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]
└──▷ USE IT
Inject environment variables into a Continue server without hardcoding them in your main config — useful for API keys or org-specific overrides.
json
{
  "MY_API_KEY": "sk-...",
  "SOME_ENV": "production"
}
  • Adds .continue/environment.json file support for defining environment variables, consumed by cn serve at startup.
  • Adds AWS credentials onboarding flow to the CLI for configuring AWS-based model access.
  • Supports Claude Code MCP server JSON config format, enabling MCP servers defined in Claude Code's JSON schema to be used directly.
  • Adds YAML ↔ JSON conversion for MCP config, allowing MCP server definitions to be expressed in either format interchangeably.
  • CLI now shows dangerous command warnings only once per session rather than on every invocation.
v1.2.6-vscode NOTES STABLE

Continue v1.2.6 adds improved support for the mercury-coder apply model for ultra-fast code edits.

└──▷ GET THIS VERSION
$ git clone --branch v1.2.6-vscode https://github.com/continuedev/continue.git
# already have the repo? check out this version:
$ git checkout v1.2.6-vscode
  • Improves support for mercury-coder apply, enabling faster AI-driven code edits via Inception Labs' speculative decoding model.
Was this useful?

OpenAI Codex CLI

Sources Release notes → rust-v0.42.0 NOTES

Lightweight coding agent that runs in your terminal

Codex CLI gains an experimental Rust SDK MCP client, a responses-API proxy, secure mode, and safer command execution checks.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.42.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.42.0
└──▷ TRY IT
Lock down process observability on a shared or production host before running Codex.
$ CODEX_SECURE_MODE=1 codex <prompt>
Inspect the current session status with the revamped, detail-rich output.
$ /status
  • Adds experimental Rust SDK–based MCP client for model context protocol integration.
  • New responses-api-proxy component to simplify and secure response handling and proxying.
  • New CODEX_SECURE_MODE=1 environment variable to restrict process observability in sensitive environments.
  • Adds explicit codex exec events, including item.started, with improved output display on success.
  • Adds dangerous command detection checks in core and a Windows-specific safe-command check before execution.
+5 moreshow less
  • Revamped /status command with clearer presentation and details.
  • Pageless session list for browsing sessions without pagination interruptions.
  • Approvals UI moved to ListSelectionView for a more consistent selection experience.
  • Improved MCP tool call styling in the terminal UI.
  • Hides status indicator during answer streaming to reduce visual noise.
Was this useful?

SST OpenCode

Sources Release notes → v0.11.4 NOTES

The open source coding agent.

OpenCode v0.11.4 adds a command palette, fuzzy file open, and a changes view to the TUI.

└──▷ GET THIS VERSION
$ git clone --branch v0.11.4 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v0.11.4
  • Adds a command palette for quick access to actions within the TUI.
  • Adds fuzzy file open for fast file navigation.
  • Adds a changes view for reviewing file changes inline.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.0.14-nightly.1 NOTES

Qwen Code v0.0.14-nightly.1 adds Plan Mode for safe, non-destructive code planning before execution.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.14-nightly.1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.0.14-nightly.1
  • Adds Plan Mode, a safe code-planning workflow that lets the agent reason and propose changes without executing them.
Was this useful?

Google gemini-cli

Sources Release notes → v0.8.0-nightly.20250926.2defdcff NOTES

An open-source AI agent that brings the power of Gemini directly into your terminal.

gemini-cli v0.8.0-nightly adds a ToDo tool, auto-updating git extensions, policy engine config, and custom commands in headless mode.

└──▷ GET THIS VERSION
$ git clone --branch v0.8.0-nightly.20250926.2defdcff https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.8.0-nightly.20250926.2defdcff
└──▷ TRY IT
Restrict which tools the model may call, specifying multiple tools in one flag without repeating it.
$ gemini --allowed-tools read_file,grep,shell_exec "Audit all TODO comments in src/"
  • Adds a built-in ToDo tool to track ongoing task lists during a session.
  • Supports auto-updating git extensions, keeping installed extensions current without manual reinstall.
  • Enables policy engine configuration directly from existing settings.
  • Custom commands now work in non-interactive/headless mode.
  • Promotes --telemetry, --debug, and --proxy flags to global scope, usable with any subcommand.
+5 moreshow less
  • Supports comma-separated values for --allowed-tools.
  • Adds MCP Server name to ToolCallEvent OpenTelemetry logging for richer trace attribution.
  • Adds a simple extensions release flow, including GitHub Release extension support without requiring pre-built assets.
  • Supports rendering function calls and responses when sharing chat to markdown.
  • Hardens the VS Code IDE companion server with CORS and host validation.
└──▷ BREAKING ON UPGRADE
  • !The shell setting usePty is renamed to enableInteractiveShell; existing configs using usePty will break.
Was this useful?
◆  AI Model & Data Infrastructure

Microsoft ONNX Runtime

Sources Release notes → v1.23.0 NOTES

ONNX Runtime v1.23.0 adds an EP Plugin API, dynamic EP downloading on Windows 11 25H2, and a new Nvidia TensorRT RTX execution provider.

└──▷ GET THIS VERSION
$ git clone --branch v1.23.0 https://github.com/microsoft/onnxruntime.git
# already have the repo? check out this version:
$ git checkout v1.23.0
  • Introduces the Execution Provider (EP) Plugin API, a new infrastructure for building plugin-based execution providers.
  • Adds dynamic download and installation of execution providers via the WinML build on Windows 11 version 25H2 or later; C/C++/C# users consume this through the Windows App SDK, Python users via the onnxruntime-winml package.
  • Adds AutoEP/Device Management capability for automatic discovery of computing devices and selection of the best execution providers to download and register.
  • Adds a new Nvidia TensorRT RTX execution provider.
  • Adds support for QNN SDK 2.37 in the QNN EP.
+4 moreshow less
  • Adds WGSL template support to the WebGPU EP.
  • Upgrades EMSCRIPTEN SDK (EMDSK) from 4.0.4 to 4.0.8 in the Web EP.
  • Enhances KleidiAI performance for SGEMM, IGEMM, and Dynamic Quantized MatMul operations, with improvements for Conv2D operators on hardware supporting SME2 (Scalable Matrix Extension v2).
  • Removes the ROCM EP from the source tree; AMD users are directed to the MIGraphX or Vitis AI EPs.
└──▷ BREAKING ON UPGRADE
  • !The ROCM EP has been removed from the source tree; existing setups relying on it must migrate to the MIGraphX or Vitis AI EPs.
Was this useful?

Ollama

Sources Release notes → v0.12.3 NOTES

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

Ollama v0.12.3 adds DeepSeek-V3.1 and Kimi-K2 models plus sign-in URL prompting on push.

└──▷ GET THIS VERSION
$ git clone --branch v0.12.3 https://github.com/ollama/ollama.git
# already have the repo? check out this version:
$ git checkout v0.12.3
└──▷ TRY IT
Run DeepSeek-V3.1-Terminus on Ollama's cloud when you need a hybrid thinking/non-thinking model without local VRAM requirements.
$ ollama run deepseek-v3.1:671b-cloud
Run Kimi-K2's trillion-parameter MoE model via the cloud for state-of-the-art reasoning tasks.
$ ollama run kimi-k2:1t-cloud
  • Adds DeepSeek-V3.1-Terminus, a hybrid model supporting both thinking and non-thinking modes, runnable locally or on Ollama's cloud.
  • Adds Kimi-K2-Instruct-0905, a 1-trillion-parameter MoE model with 32B activated parameters, available via cloud.
  • ollama push now outputs a sign-in URL when authentication is required.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-client-v1.20.0 2 RELEASES · 2025-09-26 NOTES STABLE

Arize Phoenix client v1.20.0 adds support for repetitions in experiments.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-client-v1.20.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-client-v1.20.0
  • Adds repetitions support for experiment runs.
1 more release in this issue · 2025-09-26
arize-phoenix-v11.38.0 NOTES STABLE

Arize Phoenix v11.38.0 adds repetitions support to the playground for multi-run prompt testing.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v11.38.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v11.38.0
  • Adds repetitions to the playground, enabling multiple runs of the same prompt configuration in a single session.
Was this useful?
◆  MCP TOOLING

Composio

Sources Release notes → @composio/[email protected] 9 RELEASES · 2025-09-26 NOTES STABLE

Composio @composio/anthropic 0.1.53 adds experimental ToolRouter and new MCP components.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds experimental ToolRouter for routing tool calls across integrations.
  • Introduces new MCP components, replacing the previous MCP experience; old components remain accessible via deprecated.mcp until the next release.
└──▷ BREAKING ON UPGRADE
  • !The existing MCP components are deprecated and accessible only via deprecated.mcp; they will be removed in the next release.
8 more releases in this issue · 2025-09-26
@composio/[email protected] NOTES STABLE

Composio @composio/google 0.1.53 adds an experimental ToolRouter and new MCP components.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds the new experimental ToolRouter for routing tool calls.
  • Introduces new MCP components, replacing the existing MCP experience; old MCP components remain accessible via deprecated.mcp until the next release.
@composio/[email protected] NOTES STABLE

Composio Vercel SDK adds experimental ToolRouter and new MCP components, retiring the old MCP experience.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds experimental ToolRouter as a new capability for routing tools.
  • Introduces new MCP components, replacing the deprecated MCP experience; old components remain accessible via deprecated.mcp until the next release.
@composio/[email protected] NOTES STABLE

Composio OpenAI adds experimental ToolRouter and new MCP components, deprecating the old MCP experience.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds the new experimental ToolRouter for routing tool calls.
  • Introduces new MCP components, replacing the old MCP experience; old components remain accessible via deprecated.mcp until the next release.
@composio/[email protected] NOTES STABLE

Composio Mastra 0.1.54 adds experimental ToolRouter and new MCP components, replacing the previous MCP experience.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds the new experimental ToolRouter for routing tool calls across integrations.
  • Introduces new MCP components to replace the deprecated MCP experience; old components remain accessible via deprecated.mcp until the next release.
└──▷ BREAKING ON UPGRADE
  • !The existing MCP components are deprecated and moved to deprecated.mcp; they will be removed in the next release.
@composio/[email protected] NOTES STABLE

Composio OpenAI Agents SDK gains experimental ToolRouter and new MCP components, replacing the previous MCP experience.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds the experimental ToolRouter for routing tool calls across integrations.
  • Introduces new MCP components, accessible via the updated MCP API; the old components remain available under deprecated.mcp until the next release.
└──▷ BREAKING ON UPGRADE
  • !The existing MCP components are deprecated and will be removed in the next release; migrate away from the old MCP API now — the old components are temporarily accessible via deprecated.mcp only.
@composio/[email protected] NOTES STABLE

Composio @composio/[email protected] adds an experimental ToolRouter and new MCP components.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds the new experimental ToolRouter for routing tool calls.
  • Introduces new MCP components, accessible as the primary MCP experience going forward.
  • Old MCP components remain accessible via deprecated.mcp until the next release.
@composio/[email protected] NOTES STABLE

Composio LangChain 0.1.53 adds experimental ToolRouter and new MCP components, replacing the prior MCP experience.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Introduces the experimental ToolRouter as a new routing layer for tool dispatch.
  • Adds new MCP components, replacing the existing MCP integration (old components accessible via deprecated.mcp until the next release).
  • Adds description to connection fields returned by toolkits.list and toolkits.get methods.
└──▷ BREAKING ON UPGRADE
  • !The existing MCP components are deprecated and moved to deprecated.mcp; they will be removed in the next release.
@composio/[email protected] NOTES STABLE

Composio Cloudflare 0.1.53 adds experimental ToolRouter and new MCP components, with old MCP accessible via deprecated.mcp.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds experimental ToolRouter for routing tool calls across integrations.
  • Introduces new MCP components to replace the existing MCP experience; old components remain accessible via deprecated.mcp until the next release.
  • Adds description to connection fields returned by toolkits.list and toolkits.get methods.
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 →