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.
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.196 adds org-default models, clickable file attachments, and an always-on stream watchdog.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.196 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.196
└──▷ TRY IT
Disable the new always-on stream watchdog if your provider intentionally sends long silent gaps (e.g. a slow self-hosted endpoint).
$ CLAUDE_ENABLE_STREAM_WATCHDOG=0 claude
›Adds organization default models: admins set a model in the org console; users see 'Org default' or 'Role default' in /model when no personal selection is made.
›Adds readable default session names at start, making sessions easier to identify and resume.
›Adds clickable file attachments in chat — Cmd/Ctrl-click reveals the file in Finder/Explorer.
›Enables the streaming idle watchdog by default for all providers: aborts and retries any response stream that produces no events for 5 minutes; disable with CLAUDE_ENABLE_STREAM_WATCHDOG=0.
›Improves background agents: workers killed by a daemon restart are automatically resumed from where they left off when the agents view next opens.
+3 moreshow less
›Improves /code-review workflow: merges five cleanup finders into one, cutting token usage by roughly 25%.
›Disables Remote Control automatically when ANTHROPIC_BASE_URL points at a non-Anthropic host, matching existing behavior under CLAUDE_CODE_USE_BEDROCK/_VERTEX/_FOUNDRY.
›Hardens claude mcp list/get: untrusted workspaces no longer auto-spawn .mcp.json servers self-approved via a committed .claude/settings.json; such servers show ⏸ Pending approval instead.
└──▷ BREAKING ON UPGRADE
!Opening the agents view from a foreground session now requires a single ← press instead of two.
Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline v4.0.4 makes ClinePass available everywhere in the UI — onboarding, settings, and credit-limit actions.
└──▷ GET THIS VERSION
$ git clone --branch v4.0.4 https://github.com/cline/cline.git
# already have the repo? check out this version:$ git checkout v4.0.4
›ClinePass is now universally available across all UI surfaces: onboarding, settings, the welcome promo banner, and the credit-limit 'Switch to ClinePass' action.
›Adds real /v1/embeddings support for messages with chat_template_kwargs.
›Adds cache-usage reporting to the Anthropic-compatible /v1/messages endpoint.
+29 moreshow less
›Adds multimodal token counts inside usage.prompt_tokens_details in API responses.
›Adds strict mode for tool calling in Chat Completions API and Responses API.
›Introduces a new Streaming Parser Engine that unifies tool-call and reasoning parsing, with parsers for Qwen3, MiniMax-M2, GLM-4.7/5.1/5.2, and Nemotron V3.
›Adds support for new models: MiniMax-M3, DiffusionGemma (including a CPU path), Hierarchical Reasoning Model (HrmTextForCausalLM), and OpenMOSS.
›Model Runner V2 now supports quantized models by default and enables GraniteMoE by default.
›Adds Dynamic Speculative Decoding and EAGLE3 support for Qwen3 targets.
LanceDB v0.31.0-beta.4 adds an OAuth header provider for Rust clients.
└──▷ GET THIS VERSION
$ git clone --branch v0.31.0-beta.4 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.31.0-beta.4
›Adds an OAuth header provider to the Rust client, enabling authenticated requests to LanceDB services via OAuth.
LanceDB python-v0.34.0-beta.4 adds an OAuth header provider for authenticated connections.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.34.0-beta.4 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.34.0-beta.4
›Adds an OAuth header provider for authenticating requests, enabling token-based auth flows when connecting to LanceDB services.