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.27 adds --from-pr flag for PR-linked session resumption and automatic PR linking via gh pr create.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.27 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.27
└──▷ TRY IT
Pick up a Claude Code session exactly where you left off for a specific pull request, by PR number or full URL.
$ claude --from-pr 42
Resume a session using a full PR URL instead of a number — useful when working across multiple repos.
$ claude --from-pr https://github.com/myorg/myrepo/pull/42
›New --from-pr flag lets you resume a session linked to a specific GitHub PR number or URL.
›Sessions created via gh pr create are now automatically linked to the corresponding PR.
›Tool call failures and denials are now recorded in debug logs for easier troubleshooting workflows.
›VSCode: Enables the Claude in Chrome integration.
›Permissions now respect content-level ask over tool-level allow, so granular deny patterns like ask: ["Bash(rm *)"] correctly override a broad allow: ["Bash"].
└──▷ BREAKING ON UPGRADE
!Permission evaluation order has changed: a content-level ask rule now takes precedence over a tool-level allow. Configurations using allow: ["Bash"], ask: ["Bash(rm *)"] that previously permitted all Bash commands will now prompt for permission on rm commands.
Cline v3.56.1 adds Vercel AI Gateway CLI auth, Kimi-K2.5 model, Trinity Large prompt variant, and OpenTelemetry custom headers.
└──▷ GET THIS VERSION
$ git clone --branch v3.56.1 https://github.com/cline/cline.git
# already have the repo? check out this version:$ git checkout v3.56.1
└──▷ TRY IT
Authenticate Cline in a headless CI pipeline using the Cline API key provider for automated workflows.
$ cline auth
›Adds Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows via CLI authentication.
›Adds Kimi-K2.5 model to the Moonshot provider with 262K context window, image support, and prompt caching.
›Adds Trinity Large prompt variant for improved tool-calling support.
›Supports custom headers on OpenTelemetry metrics and logs endpoints.
›Changes default settings: multi-root workspaces, parallel tool calling, and skills are now enabled by default; strict plan mode is now disabled by default.
+1 moreshow less
›Hook scripts now run from the workspace repository root instead of the filesystem root.
Cline v3.56.0 adds Vercel AI Gateway CLI auth, Kimi-K2.5 model, Trinity Large prompt variant, and OpenTelemetry custom headers.
└──▷ GET THIS VERSION
$ git clone --branch v3.56.0 https://github.com/cline/cline.git
# already have the repo? check out this version:$ git checkout v3.56.0
›Adds Vercel AI Gateway and Cline API key provider support for headless CI/automation workflows via CLI authentication.
›Adds Kimi-K2.5 model to the Moonshot provider with 262K context, image support, and prompt caching.
›Adds Trinity Large prompt variant for improved tool-calling support.
›Supports custom headers on OpenTelemetry metrics and logs endpoints.
›Changes default settings: multi-root workspaces, parallel tool calling, and skills now enabled by default; strict plan mode now disabled by default.
+1 moreshow less
›Hook scripts now run from the workspace repository root instead of filesystem root.
└──▷ BREAKING ON UPGRADE
!Hook scripts now run from the workspace repository root instead of filesystem root — any hook that relied on running from the filesystem root will behave differently after upgrading.
Qwen Code v0.9.0-preview.1 adds multi-modal input, concurrent batch CLI, LSP code intelligence, Zed extension, and extra_body for OpenAI-compatible providers.
└──▷ GET THIS VERSION
$ git clone --branch v0.9.0-preview.1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.9.0-preview.1
›Adds extra_body support for OpenAI-compatible providers, allowing arbitrary extra parameters to be passed in API requests.
›Adds contextWindowSize configuration key for controlling context window size.
›Adds parentToolCallId and subagentType fields for ACP subagent tracking.
›New concurrent runner for batch CLI execution, enabling parallel processing of multiple tasks.
›Adds multi-modal input support (image, PDF, audio) across all content generators.
+6 moreshow less
›Adds experimental LSP (Language Server Protocol) support for code intelligence.
›Adds Zed editor extension for the Qwen Code agent server.
›Supports model selection through ACP in the VS Code IDE companion.
›Improves retry logic for 429 and 5xx error handling.
›Implements unified Web UI architecture with shared component library.
›Clarifies output formats for non-interactive mode.
Qwen Code v0.9.0 adds multi-modal input, concurrent batch CLI, LSP support, extra_body for OpenAI providers, and a Zed extension.
└──▷ GET THIS VERSION
$ git clone --branch v0.9.0-nightly.20260130.0eb94a29 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.9.0-nightly.20260130.0eb94a29
›Adds extra_body support for OpenAI-compatible providers, enabling pass-through of provider-specific request body parameters.
›Adds contextWindowSize configuration key to control the model context window size.
›Adds parentToolCallId and subagentType fields for ACP subagent tracking.
OpenClaw v2026.1.29 adds Venice API key onboarding, Telegram sticker/edit/quote support, Discord gateway intents, per-sender tool policies, and more.
└──▷ GET THIS VERSION
$ git clone --branch v2026.1.29 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:$ git checkout v2026.1.29
›Adds Venice API key support to the non-interactive onboarding flow.
›Adds a dangerous Control UI device auth bypass flag with audit warnings to the Gateway.
›Adds per-sender group tool policies with precedence control.
›Adds extra paths support for memory indexing (symlinks ignored).
›Adds per-account DM session scope with documented multi-account isolation.
+21 moreshow less
›Adds Node module compile cache for faster CLI startup.
›Adds Telegram sticker receive/send with vision caching and pixel forwarding to vision models.
›Adds Telegram support for editing sent messages via message(action="edit").
›Adds Telegram support for quote replies in the message tool and inbound context.
›Adds optional silent send flag to Telegram (disables notifications).
›Adds caption param support for Telegram media sends.
›Adds Telegram plugin sendPayload channelData support (media/buttons) with plugin command validation.
›Adds configurable privileged gateway intents for Discord presences and members.
›Adds multi-image input support to the Nano Banana Pro skill.
›Adds Google auth URL display as a copyable link after ASCII prompt.
›Adds agent message summarization during compaction safeguard pruning.
›Routes browser control via gateway/node and derives browser ports from gateway.port.
›Routes browser.request via node proxies when available, honoring proxy timeouts.
›Warns when gateway is exposed without authentication.
›Warns when hook tokens are passed via query params and documents header auth preference.
›Groups /help and /commands output with Telegram paging.
›Supports tools.exec.safeBins in exec allowlist checks.
›Renames npm package and CLI to openclaw with a compatibility shim; moves extensions to @openclaw/* scope.
›Switches Matrix plugin SDK to @vector-im/matrix-bot-sdk.
›Applies config.env before ${VAR} substitution in config processing.
›Limits project-local node_modules/.bin PATH preference to debug builds to reduce PATH hijacking risk on macOS.
└──▷ BREAKING ON UPGRADE
!Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed). Any setup using auth: none or the gateway auth "off" choice will stop working on upgrade.
!The standalone browser control command and control URL config are removed; browser control is now routed via gateway/node.