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.
LangChain Anthropic 1.4.6 adds package version tracking to tracing metadata and streaming tool call chunk validation.
└──▷ GET THIS VERSION
$ git clone --branch langchain-anthropic==1.4.6 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain-anthropic==1.4.6
›Adds package version tracking to tracing metadata, enabling richer observability when debugging LangChain Anthropic pipelines.
›Validates tool call chunks during streaming in standard tests, surfacing malformed partial tool calls earlier in the development cycle.
browser-use 0.13.2 adds provider-prefixed model strings to ChatBrowserUse
└──▷ GET THIS VERSION
$ git clone --branch 0.13.2 https://github.com/browser-use/browser-use.git
# already have the repo? check out this version:$ git checkout 0.13.2
›Adds support for provider-prefixed model strings (e.g. openai/gpt-5.5) in ChatBrowserUse, letting callers specify the provider inline without separate configuration.
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.176 adds language-aware session titles, footer link badges, and smarter Bedrock credential caching.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.176 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.176
›Session titles are now generated in the language of the conversation; pin a specific language with the language setting.
›New footerLinksRegexes setting lets you add regex-matched link badges to the footer row via user or managed settings.
›Adds enforceAvailableModels managed setting that forces the Default model to fall back to the first allowed model when it would otherwise resolve to a disallowed model, and prevents users or projects from widening a managed availableModels list.
Claude Code v2.1.174 adds wheel-scroll acceleration control and detailed VS Code usage attribution breakdowns.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.174 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.174
└──▷ HOW TO FIND IT
Review where your token spend is going — broken down by subagents, MCP tools, skills, and context size — without leaving VS Code.
📍In VS Code, open the Claude Code panel, then run /usage to open the Account & usage dialog showing the last 24h or 7d breakdown.
›Adds wheelScrollAccelerationEnabled setting to disable mouse-wheel scroll acceleration in fullscreen mode.
›Adds usage attribution panel in the VS Code Account & usage dialog (/usage) showing cache misses, long context, subagents, and per-skill/agent/plugin/MCP breakdowns over the last 24h or 7d.
OpenCode v1.17.4 adds MCP server cwd support, connector-based auth, and new v2 session API endpoints.
└──▷ GET THIS VERSION
$ git clone --branch v1.17.4 https://github.com/sst/opencode.git
# already have the repo? check out this version:$ git checkout v1.17.4
└──▷ USE IT
Pin a local MCP server to a specific subdirectory so it resolves paths relative to your project root rather than the shell's working directory.
json
# In your opencode config, set cwd on a local MCP server entry:
{
"mcpServers": {
"my-server": {
"command": "node",
"args": ["server.js"],
"cwd": "./tools/my-server"
}
}
}
›Adds cwd support for local MCP servers, allowing them to start from a workspace-relative directory.
›Adds connector-based authentication flows with support for stored provider credentials.
›Adds v2 API endpoints to create and fetch sessions, list session questions, and resolve the active location.
›MCP server log notifications are now surfaced in opencode logs.
Pi v0.79.2 adds an experimental first-time setup flow with theme selection and opt-in analytics behind PI_EXPERIMENTAL=1.
└──▷ GET THIS VERSION
$ git clone --branch v0.79.2 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.79.2
└──▷ TRY IT
Trigger the first-time setup flow to configure theme and analytics on a fresh install or new agent directory.
$ PI_EXPERIMENTAL=1 pi
›Adds experimental first-time setup flow (enabled via PI_EXPERIMENTAL=1) that prompts for dark/light theme choice and opt-in analytics, storing a trackingId in settings.json.
›Adds full support for the Anthropic /v1/messages API, including multimodal and tool calling.
›New --sdvramlimit flag limits VRAM usage for image and video generation by splitting the compute graph, enabling any image gen model to load on constrained hardware.
›New --usemtp flag (and GUI toggle) enables Multi-Token Prediction drafting when built into the model; alternatively, pass a MTP drafter via --draftmodel.
›New --reasoningeffort flag (and GUI toggle) sets the default reasoning effort, using --gendefaults under the hood to apply API defaults.
›Use --debugmode to inspect MTP drafting hitrate during inference.
+6 moreshow less
›Adds support for Gemma4 UV (12B) models, their vision/audio mmprojs, and Gemma assistant models.
›Music generation now falls back to a loaded text LLM when no --musicllm is specified.
›Video generation in SDUI overhauled: supports selecting a specific end frame in Img2Img, specifying both start and end frames via two reference images in txt2img, up to 32 FPS with extended limits enabled, and a lower default VAE tiling threshold of 640.
›Adds new chat templates for LFM2.5 and Cohere2Moe (hotfix 1.115.2).
›Launcher context size default increased to 16k; max prompt length for image generation increased.
›Accepts additional SSL file extensions for HTTPS configuration.
llama.cpp b9606 adds EAGLE3 speculative decoding support, including Gemma4 EAGLE3 models from RedHatAI.
└──▷ GET THIS VERSION
$ git clone --branch b9606 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b9606
›Adds EAGLE3 speculative decoding support, enabling faster inference via a third-generation draft model architecture, with support for Gemma4 EAGLE3 models from RedHatAI.
└──▷ BREAKING ON UPGRADE
!The output_layer_inp cparams field is renamed to embeddings_layer_inp.
llama.cpp b9603 adds q5_0 and q5_1 GEMM/GEMV OpenCL kernels for Qualcomm Adreno GPUs.
└──▷ GET THIS VERSION
$ git clone --branch b9603 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b9603
›Adds q5_0 and q5_1 GEMM and GEMV OpenCL kernels for Qualcomm Adreno GPUs, enabling accelerated inference with 5-bit quantized models on Adreno hardware.
Phoenix 17.5.0 adds a subagents toggle in assistant settings and a calendar-based time range picker in the UI.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.5.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v17.5.0
›Adds a subagents toggle to assistant settings, enabling control over whether subagents are used during agent interactions.
›Adds a calendar-based date picker to the time range selector in the UI for more precise trace and data filtering.
Langfuse v3.185.0 adds conversation starters for agents, monitor bucket live preview, shift-selection in traces, and automatic ClickHouse compatibility detection.
└──▷ GET THIS VERSION
$ git clone --branch v3.185.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:$ git checkout v3.185.0
›Automatically detects ClickHouse versions on startup and sets compatibility flags without manual configuration.
›Adds conversation starters to the Langfuse agent interface.
›Adds bucket live preview scoped by evaluation window in monitors.
›Raises the organization limit for monitors from the previous cap to 20.
›Enriched blob export (isEnrichedBlobExportAvailable) is now gated on V4 environment variables for self-hosted deployments.
+4 moreshow less
›Batch export now reads sessions from the events table for V4 users.
›Checkboxes in traces and observations now support shift-selection for bulk actions and are more performant.
›Removes the beta label from the corrections feature, marking it generally available.
›Adds a new experimental feature modal to the web UI.