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.
Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline v3.36.0 adds AIhubmix provider, promotes Hooks to GA, enables native tool calls by default, and ships initial CLI samples.
└──▷ GET THIS VERSION
$ git clone --branch v3.36.0 https://github.com/cline/cline.git
# already have the repo? check out this version:$ git checkout v3.36.0
›Adds AIhubmix as a new AI provider option.
›Promotes Hooks out of feature-flag preview — hooks setting toggle remains available.
›Enables native tool call mode by default for all supported providers.
›Adds native tool call usage tracking via telemetry.
›Adds GCP Vertex as a provider option in remote config schema.
+2 moreshow less
›Filters MCP Marketplace results based on remote configuration, with an info banner shown during marketplace lockdown state.
›Ships initial CLI sample scripts to help practitioners get started with Cline's CLI interface.
└──▷ BREAKING ON UPGRADE
!Native tool calls are now enabled by default; setups that relied on the previous default-off behavior may see changed request formats to compatible providers.
LangChain 1.0.4 adds model-profiles as an optional dependency.
└──▷ GET THIS VERSION
$ git clone --branch langchain==1.0.4 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain==1.0.4
›Adds model-profiles as an optional dependency for LangChain, enabling model profile support.