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.50 adds worktree isolation for agents, new hook events, claude agents CLI command, and 1M context controls.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.50 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.50
└──▷ TRY IT
List all configured agents to audit what's available in your Claude Code setup.
$ claude agents
Declare an agent that runs in its own isolated git worktree, keeping changes sandboxed from your main branch.
yaml
isolation: worktree
Disable 1M context window support to control token usage or costs in environments where smaller context is preferred.
$ CLAUDE_CODE_DISABLE_1M_CONTEXT=1 claude -p "summarize this repo"
›Adds WorktreeCreate and WorktreeRemove hook events for custom VCS setup and teardown during agent worktree isolation.
›Supports isolation: worktree in agent definitions, letting agents declaratively run in isolated git worktrees.
›New claude agents CLI command lists all configured agents.
›Adds startupTimeout configuration option for LSP servers.
›Adds CLAUDE_CODE_DISABLE_1M_CONTEXT environment variable to disable 1M context window support.
+5 moreshow less
›Opus 4.6 (fast mode) now includes the full 1M context window.
›CLAUDE_CODE_SIMPLE mode now also disables MCP tools, attachments, hooks, and CLAUDE.md file loading for a fully minimal experience.
›VSCode: Adds /extra-usage command support in VS Code sessions.
›Improves startup performance for headless mode (-p flag) by deferring Yoga WASM and UI component imports.
›Improves memory efficiency during long sessions by clearing internal caches after compaction and clearing large tool results after processing.
llama.cpp b8117 adds RISC-V Vector (RVV) vec dot kernels for iq1_s, iq1_m, iq2_s, iq3_s, tq1_0, and tq2_0 quantization types.
└──▷ GET THIS VERSION
$ git clone --branch b8117 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8117
›Adds RVV (RISC-V Vector) vectorized dot-product kernels for quantization types iq2_s, iq3_s, tq1_0, tq2_0, iq1_s, and iq1_m, accelerating inference on RISC-V hardware with vector extensions.
›Adds VLEN-aware switching logic for RVV vec dot kernels, enabling correct dispatch across RISC-V implementations with different vector register lengths.
›Adds --dry-run flag to llama-quantize, letting practitioners preview tensor layout, bits-per-weight, and imatrix requirements without writing output files.
›Adds a courtesy warning when a selected quantization type requires an importance matrix (imatrix) but none is provided, including an edge-case guard for Q2_K.
›Displays model and quantization BPW (bits per weight) summary upon quantization completion.
llama.cpp b8110 adds support for the PaddleOCR-VL multimodal model.
└──▷ GET THIS VERSION
$ git clone --branch b8110 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8110
›Adds support for the PaddleOCR-VL vision-language model, including updated CLIP loader parameters and multimodal rope (mtmd_decode_use_mrope) handling via convert_hf_to_gguf.py.
llama.cpp b8106 adds JAIS-2 Arabic-English bilingual model architecture support with quantization down to Q2_K.
└──▷ GET THIS VERSION
$ git clone --branch b8106 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8106
›Adds JAIS-2 architecture support for Inception AI's Arabic-English bilingual model family (Jais-2-8B and Jais-2-70B), including LLAMA_VOCAB_PRE_TYPE_JAIS2 pre-tokenizer type and control vector support via build_cvec.
Phoenix 13.3.0 adds a conciseness classification evaluator and removes the model inferences/embeddings UI.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v13.3.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v13.3.0
›Adds a conciseness classification evaluator to the evals library for scoring response brevity.
›Removes model inferences, dimensions, embeddings, and point-cloud UI surfaces from the Phoenix interface.
└──▷ BREAKING ON UPGRADE
!The model inferences, dimensions, embeddings, and point-cloud UI has been removed — any workflows that relied on those screens will no longer find them in the interface.
$ git clone --branch v1.17.0 https://github.com/qdrant/qdrant.git
# already have the repo? check out this version:$ git checkout v1.17.0
└──▷ TRY IT
Control whether an upsert call strictly inserts new points, updates existing ones, or does both — useful for write pipelines that need to enforce idempotency.
›Adds update_mode parameter to upsert operations, accepting upsert, update, or insert to control insert/update behavior per request.
›Adds secondary API key configuration for zero-downtime key rotation in distributed clusters.
›Adds a dedicated HTTP port for the /metrics endpoint to support internal monitoring without exposing the main API port.
›Adds an API to list shard keys for collections using user-defined sharding.
›Adds Audit Access Logging for tracking access to the Qdrant API.
+13 moreshow less
›Adds Weighted RRF (Reciprocal Rank Fusion) support in hybrid queries, allowing per-query weight assignment to result sets.
›Adds configurable read fan-out delay to reduce tail latency in distributed clusters.
›Adds a config option to control update throughput and prevent searches on unoptimized segments.
›Adds an API for a detailed report on optimization progress and stages, including per-segment and per-shard visibility.
›Adds an API for aggregated telemetry across the whole cluster.
›Introduces Relevance Feedback, enabling search refinement using positive and negative example points.
›Introduces Qdrant Edge: an in-process version of Qdrant sharing the same storage format, points API, and shard snapshot compatibility as the server.
›Adds ability to disable extra HNSW links construction for specific payload indices.
›Adds a more convenient way to configure API keys for external inference providers.
›Adds unlimited update queue to gracefully absorb update spikes and maintain low search latency.
›Web UI now shows detailed visualization of optimization progress.
›Web UI 'Create collection' dialog previews the exact API command that will be executed.
›Web UI adds buttons for resharding control.
└──▷ BREAKING ON UPGRADE
!Starting in v1.17.0, the gRPC interface changes its response format for vector fields; deprecated fields are removed — upgrade all official Qdrant client libraries before upgrading the server.
!RocksDB support is completely removed in v1.17.x in favor of Gridstore, making direct upgrades from v1.15.x to v1.17.x unsupported — upgrade one minor version at a time.
!The old shard key format deprecated in v1.15.0 is now disabled.