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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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 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 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 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 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 @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 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 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.