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.
$ git clone --branch v2.5.8 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:$ git checkout v2.5.8
└──▷ USE IT
Use GitlabTools to give an agent read access to a GitLab instance for repository inspection or CI pipeline queries.
python
from agno.tools.gitlab import GitlabTools
agent = Agent(
tools=[GitlabTools()],
...
)
›Adds AGENT_OS_HOST and AGENT_OS_PORT environment variables as fallbacks to serve(), simplifying container and orchestrated deployments.
›Adds GitlabTools with read-focused GitLab integrations, async support, and cleaner tool configuration.
›Extends GmailTools with new tools and service account authentication.
›Agents and teams now generate Docker-style human-readable IDs (e.g., brave-falcon-7x3k) instead of UUIDs, making debugging and monitoring more intuitive.
LangChain 0.3.28 adopts UUID7 for run IDs and patches a ReDoS vulnerability in MRKL/ReAct action parsing.
└──▷ GET THIS VERSION
$ git clone --branch langchain==0.3.28 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain==0.3.28
›Switches run ID generation to UUID7 (time-ordered) for langchain, langchain-core, and langchain-text-splitters, enabling chronological sorting of trace/run identifiers.
›Bumps minimum langchain-core dependency to 0.3.73.
LangChain 1.0.2 adds OpenAI automatic server-side compaction and state updates from wrap_model_call with commands.
└──▷ GET THIS VERSION
$ git clone --branch langchain-classic==1.0.2 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain-classic==1.0.2
›Supports state updates from wrap_model_call with command(s), enabling LangGraph nodes to propagate state changes through model call wrappers.
›Adds automatic server-side compaction support for the OpenAI integration.
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.70 adds VS Code session browser, plan markdown view, and native MCP server management dialog.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.70 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.70
└──▷ TRY IT
Manage MCP servers (enable/disable, reconnect, OAuth) directly from the VS Code chat panel without switching to a terminal.
$ /mcp
›Adds a spark icon in the VS Code activity bar listing all Claude Code sessions, with sessions opening as full editors.
›Adds a full markdown document view for plans in VS Code, including support for inline comments to provide feedback.
›Adds a native MCP server management dialog via /mcp in the VS Code chat panel — enable/disable servers, reconnect, and manage OAuth authentication without leaving the editor.
vMLX v1.1.0 adds speculative decoding, embedding model preloading, and server-wide generation defaults
└──▷ GET THIS VERSION
$ git clone --branch v1.1.0 https://github.com/jjang-ai/vmlx.git
# already have the repo? check out this version:$ git checkout v1.1.0
›Adds /v1/embeddings endpoint support via a pre-loadable separate embedding model, enabling semantic search and RAG workflows without a separate server.
›Adds speculative decoding configuration with draft model and num-draft-tokens controls for 20–90% generation speedup.
›Adds server-wide default temperature and top-p sliders for generation defaults.
›Adds a dismissible auto-update checker banner that notifies when a new version is available.
Arize Phoenix client v1.31.0 adds session retrieval methods and a list_sessions alias with timeout support to the Python SDK.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-client-v1.31.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-client-v1.31.0
›Adds list_sessions alias and timeout parameter to the sessions API in the Python client SDK.
›Adds session retrieval methods to the Python client SDK, enabling programmatic lookup of tracing sessions.
Composio CLI 0.2.0 adds top-level command aliases and restructures root help into BASIC/ADVANCED sections.
└──▷ 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 top-level command aliases to the CLI, letting practitioners invoke common commands with shorter names.
›Restructures the CLI root help output into BASIC and ADVANCED sections with full usage and options shown for basic commands.