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.206 adds directory suggestions for /cd, a /doctor CLAUDE.md trimmer, smarter git push remotes, and faster background agent upgrades.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.206 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.206
└──▷ TRY IT
Quickly identify and slim down a bloated CLAUDE.md before committing it to the repo.
$ /doctor
Navigate to a subdirectory mid-session with autocomplete suggestions, the same way /add-dir works.
$ /cd src/
›Adds directory path suggestions to /cd, matching the autocomplete behavior already available in /add-dir.
›New /doctor check analyzes checked-in CLAUDE.md files and proposes trimming content Claude can derive directly from the codebase.
›/commit-push-pr now auto-allows git push to the repo's configured remote.pushDefault (or the sole remote when only one exists), not just origin.
›/login now supports Anthropic-operated public gateway endpoints.
›EnterWorktree prompts for confirmation before entering a git worktree outside the project's .claude/worktrees/ directory.
+3 moreshow less
›Background agents upgrade to a new Claude Code version immediately after an update, eliminating the slow stale-session upgrade cost on attach.
›Agents view status column now uses full terminal width instead of truncating at 64 characters.
›Ctrl+X in the agents view now permanently removes a completed session; deleted background jobs stay deleted across renders.
›Adds --sandbox and --no-sandbox flags to toggle the OS-level shell sandbox on or off for the current session only, without persisting the change to saved settings (composable with -p).
›Adds sha field in plugin source configuration to pin plugins to an exact commit SHA.
›Adds --repo and --local flags to /settings and /model commands.
›Adds paginated session.mcp.resources RPCs — read, list, and listTemplates — for MCP server resources.
›Lets a trusted repository pin the model, effort level, and context tier and extend URL/MCP/skill deny lists via .github/copilot/settings.json.
+14 moreshow less
›Adds /refine command to rewrite a rough, stream-of-consciousness prompt into a clear one.
›Adds GPT-5.6 model support.
›Adds preToolUse hooks that exit with code 2 to deny tool calls.
›Marks locally-spawned MCP servers running inside the sandbox in /mcp list output (e.g. connected (sandboxed)).
›Exposes SDK APIs to manage live MCP servers in running sessions.
›Enables web_fetch to work through mandatory HTTPS proxies.
›Adds hide and search functionality on the Gists tab.
›Adds a setting to show or hide timeline timestamps.
›Enables Forge to create draft skills when it finds a clear workflow pattern.
›Opens the plan file or research report with Ctrl+Y in any mode.
›Long-running sessions now refresh enterprise managed settings hourly.
›Makes markdown links and bare URLs in the timeline and tool output clickable.
›Adds Tab key to switch the context window in /model.
›Prefills /chronicle search so it can accept a query directly.
OpenHands 1.46 adds configurable BYOR key alias patterns and enriched final archive manifests.
└──▷ GET THIS VERSION
$ git clone --branch cloud-1.46.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:$ git checkout cloud-1.46.0
›Enables configurable key alias patterns for Bring Your Own Router (BYOR) keys in enterprise deployments.
›Enriches final archive manifests with additional metadata and removes initial snapshots to streamline workspace archives.
Zed v1.10.2 adds GPT 5.6 Sol & Terra models for ChatGPT subscription users.
└──▷ GET THIS VERSION
$ git clone --branch v1.10.2 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:$ git checkout v1.10.2
›Adds GPT 5.6 Sol and GPT 5.6 Terra model options for ChatGPT subscription users in the agent panel (GPT 5.6 Luna is not yet available, pending OpenAI third-party access).
LangChain 1.3.13 adds a meta extra with langchain-meta support in init_chat_model and explicit OpenAI prompt caching.
└──▷ GET THIS VERSION
$ git clone --branch langchain==1.3.13 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain==1.3.13
└──▷ TRY IT
Initialize a Meta-hosted model using the unified init_chat_model factory after installing the new meta extra.
$ pip install 'langchain[meta]'
›Adds meta extra and integrates langchain-meta into init_chat_model, enabling Meta model initialization through the unified chat model factory.
›Adds explicit prompt caching support for OpenAI models in the langchain-openai integration.
LangGraph CLI now supports prebuild images for langgraph deploy.
└──▷ GET THIS VERSION
$ git clone --branch cli==0.4.31 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:$ git checkout cli==0.4.31
›Supports prebuild images for langgraph deploy, enabling faster deployments by skipping the image build step.
SGLang v0.5.15 adds native Exa web search, decode context parallelism, new FlashKDA kernels, and expands model support to Hunyuan 3, HRM-Text, and more.
└──▷ GET THIS VERSION
$ git clone --branch v0.5.15 https://github.com/sgl-project/sglang.git
# already have the repo? check out this version:$ git checkout v0.5.15
›Adds flashinfer_trtllm_routed MoE runner with FlashInfer all-to-all for routed Mixture-of-Experts inference.
›Adds opt-in non-paged indexer for DeepSeek-V4 long-context prefill, now enabled by default for large prefill chunks, with >5% end-to-end throughput gain.
›Enables Breakable CUDA Graph as the default capture path, reducing per-step kernel-launch overhead; full CUDA Graph for the prefill phase lands as experimental.
›Adds web_search built-in tool backed by Exa for native web search support.
›Adds FlashKDA prefill backend for safe-gate KDA linear attention, plus ReplaySSM buffered output-only decode for linear attention.
+10 moreshow less
›Adds Spec V2 as the default speculative decoding path with CUDA-graphable DSA draft-extend, dropped D2H/H2D syncs, and fused metadata ops for +11% end-to-end TPS.
›Adds IndexShare MTP, reusing indexer top-k across draft steps for up to 1.9x lower draft-step cost at long context.
›Adds TopK V2 fusing top-k selection with the page-table transform, supporting runtime k up to 2048.
›Enables FlashMLA sparse prefill by default for DeepSeek-V4, providing >10% throughput gain on long context.
›Enables decode context parallelism for MLA models including DeepSeek V3 and Kimi K2 series.
›Adds shape-specialized JIT router GEMM and CuteDSL BF16 GEMM support for Blackwell (SM120).
›Extends FlashInfer autotune coverage to draft-model graphs.
›Adds new model support: Hunyuan 3 (Hy3), Hierarchical Reasoning Model (HRM-Text), NVIDIA LocateAnything-3B, Baidu Unlimited-OCR, JoyEcho multi-shot A/V, and Qwen3.6 NVFP4.
›Adds speculative decoding support on XPU.
›Bumps transformers to 5.12.1 and upgrades tvm-ffi, sgl-deep-gemm, and tilelang.
›Adds new GGML_ET backend (ExecuTorch) enabled at build time with -DGGML_ET=ON, supporting MUL_MAT, ROPE, RMS_NORM, GLU, SOFT_MAX, GET_ROWS, SET_ROWS, MUL_MAT_ID, FlashAttention, and many more operators offloaded to ET-SoC hardware.
›Adds -DGGML_ET_SYSEMU=ON compile-time flag to enable ET-SoC emulator (sysemu) support for development and testing without physical hardware.
›Supports Q4_0, Q4_K, Q8_0, F16, and F32 quantization formats in the ET backend, including matrix-engine (TensorFMA) accelerated paths for Q4_0 and Q8_0MUL_MAT.
›Supports kernel fusion in the ET backend, initially fusing RMS_NORM + MUL into a single accelerated pass.
›Adds FlashAttention support (F32 and F16 via matrix engine) in the ET backend, enabling full offload of attention for models such as LLaMA 3.1 and Gemma 4.
+6 moreshow less
›Adds MROPE (multi-rope) operator support in the ET backend, broadening compatible model architectures.
›Adds uberkernel support in the ET backend, batching multiple operator kernels into a single dispatch for reduced launch overhead.
›Adds WKV*, SSM_CONV, SSM_SCAN, GATED_DELTA_NET, and GROUP_NORM operators to the ET backend, enabling inference for Mamba/RWKV-style and hybrid SSM architectures.
›Embeds ET kernels directly into the build via CMake (with filesystem fallback), eliminating the need for runtime kernel import hacks.
›Adds DeepSeek-V2-Lite RoPE test coverage to test-backend-ops.
›Supports Gemma 4 model family via the ET backend.
Phoenix evals move to a pytest plugin, enabling PXI evals to run natively in standard test suites.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.24.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v17.24.0
›Moves PXI evals to a pytest plugin, allowing Phoenix evals to be executed directly within pytest test suites.
LanceDB python-v0.35.0-beta.0 adds an elastic dataloader, OpenTelemetry metrics, Tencent COS/GooseFS support, and expanded expression literal types.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.35.0-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.35.0-beta.0
›Adds get_lsm_write_spec function to read the installed LSM write spec from a dataset.
›Aligns Permutation.with_format('torch') behavior with HuggingFace's set_format('torch') convention.
›Adds an elastic dataloader as an iterable dataset for flexible, streaming data loading.
›Supports date, datetime, bytes, and Decimal literals in the expression builder.
›Exposes Lance metrics via OpenTelemetry in both Python and Node.
+1 moreshow less
›Adds Tencent COS and GooseFS object store support via new feature flags.
└──▷ BREAKING ON UPGRADE
!Permutation.with_format('torch') behavior has changed to align with HuggingFace's set_format('torch') — existing code relying on the previous behavior will need to be updated.
LanceDB v0.32.0-beta.0 adds an elastic dataloader, OpenTelemetry metrics, Tencent COS/GooseFS support, and richer expression literals.
└──▷ GET THIS VERSION
$ git clone --branch v0.32.0-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.32.0-beta.0
›Adds get_lsm_write_spec function to read the currently installed LSM write spec from a table.
›Exposes Lance metrics via OpenTelemetry in Python and Node, enabling observability integration.
›Adds Tencent COS and GooseFS object store support via new feature flags.
›Adds an elastic dataloader as an iterable dataset for flexible data loading pipelines.
›Supports date, datetime, bytes, and Decimal literals in the expression builder.
+1 moreshow less
›Aligns Permutation.with_format('torch') behavior with HuggingFace set_format('torch').
└──▷ BREAKING ON UPGRADE
!Permutation.with_format('torch') now behaves like HuggingFace's set_format('torch'), which may change output format semantics for existing callers.