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.47 adds new hook fields, keybindings, statusline data, and smarter background-agent lifecycle controls.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.47 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.47
└──▷ TRY IT
Kill all running background agents at once without interrupting the main thread.
$ # While Claude Code is running, press ctrl+f to terminate all background agents instantly.
›Adds last_assistant_message field to Stop and SubagentStop hook inputs, letting hooks read the final assistant response without parsing transcript files.
›Adds chat:newline keybinding action for configurable multi-line input.
›Adds added_dirs to the statusline JSON workspace section, exposing directories added via /add-dir to external scripts.
›New ctrl+f shortcut kills all background agents; pressing ESC now cancels only the main thread while background agents keep running, giving finer control over agent lifecycle.
›The /rename command now also updates the terminal tab title.
+3 moreshow less
›Increases initial session count in the /resume picker from 10 to 50 for faster session discovery.
›Config backup files are now stored in ~/.claude/backups/ instead of the home directory root.
›VS Code plan preview auto-updates as Claude iterates and keeps the preview open on rejection so Claude can revise.
$ git clone --branch rust-v0.104.0 https://github.com/openai/codex.git
# already have the repo? check out this version:$ git checkout rust-v0.104.0
└──▷ TRY IT
Route Codex CLI WebSocket traffic through a corporate proxy without modifying code or config files.
$ WS_PROXY=ws://proxy.corp.example.com:3128 codex
›Supports WS_PROXY/WSS_PROXY environment variables (and lowercase variants) for proxying WebSocket connections through the network proxy.
›App-server v2 now emits notifications when threads are archived or unarchived, so clients can react to state changes without polling.
›Core and protocol layers now carry distinct approval IDs per command approval, enabling multiple approvals within a single shell command execution flow.
Qwen Code v0.10.4-preview.0 adds Global/International region support for Coding Plan.
└──▷ GET THIS VERSION
$ git clone --branch v0.10.4-preview.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.10.4-preview.0
›Adds Global and International region support for the Coding Plan feature.
›Adds per-tool permission settings for the Agent, including regex-based rules for auto-allow, auto-deny, or always-require-confirmation on individual tools.
›Adds textDocument/foldingRange LSP support; set "lsp_folding_ranges": "on" in language settings to fetch and prefer LSP folds.
›Adds global_lsp_settings.request_timeout setting to configure the maximum timeout duration for LSP-related operations.
›Adds tab_switcher::OpenInActivePane action for a more vim-like tab switching experience.
›Adds alt-l as an alternate keybinding for agent::CycleFavoriteModels on Linux and Windows.
+16 moreshow less
›Adds support for viewing diffs in split (side-by-side) mode.
›Adds LSP semantic tokens highlighting support.
›Adds autocomplete support for the settings field in LSP configuration, complementing existing initialization_options autocomplete.
›Adds support for .devcontainer.json in the project root.
›Adds forwarding of ZED_* environment variables when using the Flatpak on Linux.
›Adds project panel: collapse selected entry and children action to collapse a selected directory and all its subdirectories.
›Adds Collapse All option to the Project Panel context menu for all directories, not just project roots.
›Allows individual DAP settings fields (such as binary) to be overridden independently.
›Improves Agent terminal command safety by auto-blocking a wider range of dangerous commands, detecting commands hidden in I/O redirects, here-documents, and compound constructs, and detecting path traversal attacks.
›Requires Agent file and directory tool operations to confirm before modifying sensitive settings paths.
›Adds Claude Opus 4.6 and 4.6 Thinking with Cross region inference for US, EU, and Global endpoints.
›Adds a Latest indicator in the Agent Panel to highlight the latest models available through the Zed provider.
›Adds C++ attribute highlighting.
›Adds a dedicated @preproc capture group for C/C++ preprocessor directive highlighting, allowing themes to style them independently from language keywords.
›Adds a Show Active Channels button to the collab panel to filter to only channels with active participants.
›Reduces resource usage when the system is under high thermal stress.
›Adds Ollama /api/show endpoint emulation, extending API compatibility for tools that expect an Ollama-compatible server.
›Autofit is now triggered when -1 gpulayers (the default) is selected and no tensor splits or tensor overrides are set; setting explicit GPU layers overrides this behavior.
›--autofit mode now hides the GUI layers selector to reduce confusion when autofit is active.
›Autofit toggle is now accessible from the Quick Launch menu.
›Allows the Image Gen soft limit to be overridden up to 2048x2048 resolution when the user explicitly chooses to do so.
+3 moreshow less
›Adds support for loading multiple image LoRAs.
›Improved MCP behavior with multipart content.
›Adds a toggle in SDUI to send img2img as a reference image.
llama.cpp b8091 adds JIT shader compilation for WebGPU, covering mul_mat, get_rows, and scale operations.
└──▷ GET THIS VERSION
$ git clone --branch b8091 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8091
›Adds JIT (just-in-time) compilation for WebGPU shaders covering mul_mat, get_rows, and scale operations, enabling runtime-optimized GPU kernel dispatch.
›Reorganizes the WebGPU backend into an all-encompassing shader library, splitting large shaders into multiple static strings and refactoring argmax, set_rows, flash attention, and matrix multiplication into a unified format.
LangChain text-splitters 1.1.1 adds model_kwargs support to SentenceTransformersTokenTextSplitter.
└──▷ GET THIS VERSION
$ git clone --branch langchain-text-splitters==1.1.1 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain-text-splitters==1.1.1
›Adds model_kwargs parameter to SentenceTransformersTokenTextSplitter, allowing callers to pass model-level arguments (e.g. device, trust_remote_code) directly to the underlying SentenceTransformers model at initialization.
LlamaIndex v0.14.15 adds multimodal prompt templates, AgentMesh trust layer, LayoutIR reader, OCI streaming, and more integrations.
└──▷ GET THIS VERSION
$ git clone --branch v0.14.15 https://github.com/run-llama/llama_index.git
# already have the repo? check out this version:$ git checkout v0.14.15
›Adds llama-index-agent-agentmesh [0.1.0], a new trust layer integration for LlamaIndex agents via AgentMesh.
›Adds multimodal prompt templates and a multimodal chat prompt helper to llama-index-core, enabling template variable formatting across multimodal types.
›Adds retry and error handling to BaseExtractor in llama-index-core.
›Adds support for the /predictWithStream endpoint in llama-index-llms-oci-data-science [1.0.0] for streaming use cases.
›Adds support for custom span processors in llama-index-observability-otel [0.3.0], with improved OpenTelemetry data serialization via dict flattening; refactored to use llama-index-instrumentation instead of llama-index-core.
+7 moreshow less
›Sandboxes LLM-generated code execution in EvaporateExtractor within llama-index-program-evaporate.
›Enhances GitHubRepoReader in llama-index-readers-github [0.10.0] with selective file fetching and deduplication.
›Adds pagination support for Microsoft Graph API calls in llama-index-readers-microsoft-sharepoint [0.8.0].
›Adds partial_params propagation to get_tools_from_mcp utils in llama-index-tools-mcp [0.4.7].
›Adds Claude Sonnet 4.6 model support to llama-index-llms-anthropic [0.10.9] and llama-index-llms-bedrock-converse [0.12.10].
›Adds Azure SDK support to llama-index-llms-mistralai [0.10.0].
›Adds recursive LLM type support to llama-index-core.
└──▷ BREAKING ON UPGRADE
!The persistent_connection parameter is removed from llama-index-embeddings-ibm [0.6.0.post1] and llama-index-llms-ibm [0.7.0.post1]; any configuration referencing this parameter will break on upgrade.
!The metadata_seperator field is removed from TextNode in llama-index-core; code or serialized objects referencing this field will break on upgrade.
›Adds opt-in 1M context beta header for Anthropic Opus/Sonnet via params.context1m: true (maps to anthropic-beta: context-1m-2025-08-07).
›Supports Anthropic Claude Sonnet 4.6 (anthropic/claude-sonnet-4-6) with forward-compat fallback to Sonnet 4.5.
›Adds /subagents spawn chat command for deterministic subagent activation.
›Adds iOS share extension forwarding shared URL/text/image content directly to gateway agent.request with delivery-route fallback and optional receipt acknowledgements.
›Adds iOS Talk Mode Background Listening toggle to keep Talk Mode active while the app is backgrounded.
+25 moreshow less
›Adds iOS Talk Mode Voice Directive Hint toggle to disable ElevenLabs voice-switching instructions and save tokens.
›Adds native Slack single-message text streaming via chat.startStream/appendStream/stopStream with replyToMode threading and automatic fallback.
›Adds configurable Slack streaming modes for draft previews.
›Adds inline button style support (primary|success|danger) for Telegram interactive messages.
›Surfaces Telegram user message reactions as system events with configurable channels.telegram.reactionNotifications scope.
›Supports replyToId on outbound iMessage text/media sends.
›Adds intent-first tool detail views and exec summaries in the Web UI.
›Exposes native Discord /exec command options (host/security/ask/node) with autocomplete and structured inputs.
›Allows reusable Discord interactive components (buttons, selects, forms) with components.reusable=true.
›Adds per-button allowedUsers allowlist for Discord interactive components.
›Adds separate per-job cron webhook delivery (delivery.mode = "webhook") with valid HTTP(S) URL enforcement.
›Adds openclaw cron add/edit --stagger <duration> and --exact flags for per-job timing control, with auto-migration of existing jobs to persisted schedule.staggerMs.
›Logs per-run model/provider usage telemetry in cron run logs/webhooks and adds a local usage report script for aggregating token usage by job.
›Adds URL allowlists for web_search and web_fetch tools.
›Adds extraArgs config for custom Chrome launch arguments in the browser integration.
›Pre-caches inbound greeting TTS for faster first playback in voice calls.
›Enables tool_stream by default for Z.AI real-time tool call streaming, with opt-out via params.tool_stream: false.
›Adds before_agent_start plugin hook for model/provider overrides before resolution.
›Adds Mattermost emoji reaction actions and reaction event notifications with an explicit boolean remove flag.
›Adds full-text search fallback plus query expansion for memory search.
›Supports per-model thinkingDefault overrides in model config.
›Enables llms.txt discovery in default agent behavior.
›Adds OpenAI Codex CLI auth provider integration.
›Adds Feishu Bitable create-app and create-field tools for automation workflows.
Phoenix 13.1.0 adds session skills, dynamic markdown chat rendering, model display in evaluator details, and column resizing in evaluator tables.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v13.1.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v13.1.0
›Merges the phoenix-sdk-python skill into phoenix-evals, consolidating skill capabilities into the evals package.
›Adds session skills support via the new skills system, enabling skill-based session workflows.
›Adds model information display to evaluator details in the UI.
›Adds column resizing support to EvaluatorsTable and DatasetEvaluatorsTable for improved data exploration.
›Renders session chat using dynamic markdown content, enabling richer chat display in the session view.
+1 moreshow less
›Updates the CLI starter kit to use clack for an improved interactive CLI experience.