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.
Agno v2.2.9 adds strict_output for schema-enforced model responses, AG-UI state mapping, and multi-table AgentOS support.
└──▷ GET THIS VERSION
$ git clone --branch v2.2.9 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:$ git checkout v2.2.9
›Adds strict_output parameter to all compatible models, guaranteeing generated responses adhere to the contextual output_schema; defaults to True.
›Supports knowledge_filters parameter on AgentOS run endpoints.
›Maps AG-UI request state data to session_state when running Agno Agents or Teams via the AG-UI integration.
›Enables multiple Agno tables of the same type (e.g., multiple session tables) within the same database when using AgentOS.
›Improves mapping of Agno CustomEvent events into AG-UI custom events with all relevant fields when streaming via the AG-UI interface.
+2 moreshow less
›Team members now automatically inherit the primary model from their parent team when no model is specified (secondary models reasoning_model, parser_model, and output_model are not inherited).
›Renames preferred identifiers for Mongo and Redis vector DB implementations to MongoVectorDb and RedisVectorDb.
AutoGPT Platform v0.6.36 adds a full chat system, Google Drive Picker, admin impersonation, cron scheduling, and undo/redo in the flow builder.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.36 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.36
›Adds cron-based scheduling to the new flow builder with support for inputs and credentials, enabling timed agent execution.
›Adds dynamic input dialog for agent execution with credential support, surfaced at agent run time.
›Implements admin user impersonation via header-based authentication for delegated management.
›Introduces a full chat system — backend and frontend — with a complete messaging interface for interacting with agents.
›Restricts chat access to authenticated users and limits agent runs per chat session.
+6 moreshow less
›Integrates a Google Drive Picker component for selecting Drive files directly within agent flows.
›Adds undo/redo functionality with keyboard shortcuts to the flow builder.
›Adds a cookie consent banner and settings UI.
›Removes deprecated LLM models and includes a migration script to transition existing configurations.
›Updates the Exa search block to match the latest Exa API specification.
›Adds a correctness score to execution activity generation for agent run summaries.
└──▷ BREAKING ON UPGRADE
!Deprecated LLM models are removed; a migration script is provided to update existing configurations.
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
CrewAI 1.4.0 adds first-class MCP support, LLM message interceptor hooks, and enhances the QdrantVectorSearchTool.
└──▷ GET THIS VERSION
$ git clone --branch 1.4.0 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:$ git checkout 1.4.0
›Adds first-class support for MCP (Model Context Protocol) with improved concurrent tool execution handling.
›Enhances QdrantVectorSearchTool with new capabilities for vector search workflows.
›Adds support for non-AST plot routes, expanding flow visualization options.
›Caches i18n prompts for more efficient repeated use across agents.
langchain-core 1.0.4 adds PyGraphviz-based subgraph drawing support for Runnables.
└──▷ GET THIS VERSION
$ git clone --branch langchain-core==1.0.4 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain-core==1.0.4
›Adds support for drawing subgraphs using pygraphviz, enabling visual inspection of composed Runnable graphs.
Continue 1.32.0 adds Granite 4 FIM and tool calling, Grok code-fast-1 support, and persistent context percentage display in the CLI.
└──▷ 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]
›Always displays the context window usage percentage in the CLI so practitioners can monitor token consumption at a glance.
›Skips update checks when running the CLI in dev mode, removing noise during development workflows.
›Adds support for IBM Granite 4 fill-in-the-middle (FIM) and tool calling.
›Upgrades Grok to the code-fast-1 model variant.
›Shows a warning message when MCP servers are configured but encounter issues, surfacing MCP connectivity problems earlier.
+1 moreshow less
›Removes applied rules from chat history and developer data, reducing leakage of internal rule metadata.
Qwen Code v0.1.5 simplifies and improves glob, grep, and ripgrep search tools.
└──▷ GET THIS VERSION
$ git clone --branch v0.1.5-nightly.20251107.d17c37af https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.1.5-nightly.20251107.d17c37af
›Simplifies and improves the glob, grep, and ripgrep search tools for faster file and content discovery.
$ git clone --branch v0.15.0-nightly.20251107.cd27cae8 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:$ git checkout v0.15.0-nightly.20251107.cd27cae8
›Adds scrollable support to the CLI interface, enabling navigation through long outputs.
›Adds /enable and /disable commands for extensions, plus live reloading of custom commands.
›Adds compression mechanism to subagent to manage context size in multi-agent workflows.
›Includes current working directory in shell command descriptions for better context visibility.
›Notifies users when the model falls back to Flash, with an updated error message.
+1 moreshow less
›Adds ModelConfigService for centralized model configuration management.
gemini-cli v0.13.0 adds a validate command, hook configuration, extension hot-reload, kitty keyboard support, and model routing for all users.
└──▷ GET THIS VERSION
$ git clone --branch v0.13.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:$ git checkout v0.13.0
└──▷ HOW TO FIND IT
Adjust the context compression threshold on the fly via the settings UI without editing config files.
📍# In the gemini-cli settings UI, navigate to the compression threshold field and enter the desired token count. Note: requires a restart to take effect.
›Adds validate command for catching common package/CLI regressions.
›Introduces Hook Configuration Schema and Types, enabling lifecycle hook definitions.
›Initial support for reloading extensions (MCP servers) in the CLI without restarting.
›Enables model routing for all users, automatically selecting the best model for each request.
›Adds kitty terminal protocol support for function keys.
+16 moreshow less
›Makes compression threshold editable in the UI settings.
›Adds auth_type to StartSessionEvent OpenTelemetry logging.
›Adds extension name and ID to ToolCallEvent and slash command invocation telemetry.
›Adds active extensions list to StartSessionEvent telemetry.
›Introduces release channel detection in core.
›Adds support for listing active experiments.
›Adds DarkGray color to the ColorTheme palette for custom themes.
›Adds a response semantic color for UI theming.
›Adds alternate terminal buffer support.
›Enforces timeout for subagents and grants a recovery turn on TIMEOUT, MAX_TURNS, or NO_TOOL_CALL failures.
›Implements granular memory loaders for the JIT architecture.
›Removes context percentage from the footer by default, reducing UI noise.
›Hides the collapsed Todo tray when all items are complete.
›Handles untrusted folder prompts during extension install and link.
$ git clone --branch v0.14.0-preview.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:$ git checkout v0.14.0-preview.0
└──▷ TRY IT
Reload a custom extension and toggle it on or off without restarting the CLI session.
$ /disable my-extension
/enable my-extension
›Adds scrollable support to the CLI output UI.
›Adds /enable and /disable commands for extensions, and live reloading of custom commands without restarting.
›Adds compression mechanism to subagent to manage long context automatically.
›Includes current working directory (cwd) in shell command descriptions for better context.
›Notifies users when the model falls back to Flash, with an updated error message.
+1 moreshow less
›Adds ModelConfigService for centralized model configuration management.
Phoenix v12.12.0 adds page titles derived from navigation context.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.12.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v12.12.0
›Page titles are now derived from navigation context, improving browser tab and history usability.
Arize Phoenix v12.11.0 adds a user display timezone preference to the UI.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.11.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v12.11.0
›Adds a user display timezone preference so practitioners can view timestamps in their local timezone.
LanceDB python-v0.25.3 adds IVF_RQ index, multivector ColPali support, FTS in SQL, and output_schema for queries.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.25.3 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.25.3
└──▷ USE IT
Inspect the result schema of a vector search query before materializing results — useful for validating column types in a pipeline.
›Adds IVF_RQ index type for approximate nearest neighbor search via a new index option.
›Adds output_schema method to query objects so callers can inspect the result schema before executing.
›Adds full-text search as a user-defined table function (UDTF) in SQL queries.
›Adds a Permutation Python class that mimics the Hugging Face dataset interface and provides a PyTorch DataLoader-compatible permutation view over LanceDB tables.