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.234 adds mid-turn command access, GitLab MR badges, auto-resume at usage limits, and a new CLAUDE_CODE_PROJECT_DIR_NAME env var.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.234 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.234
└──▷ TRY IT
Give each CI/CD session its own clearly named transcript directory instead of a generic hash-based name.
$ export CLAUDE_CODE_PROJECT_DIR_NAME=my-project
claude
Disable the automatic 30-minute goal check-in for background tasks when you want /goal to wait indefinitely.
$ export CLAUDE_CODE_GOAL_CHECKIN_MINUTES=0
claude
›Adds CLAUDE_CODE_PROJECT_DIR_NAME environment variable so hosts can set a short name for the per-project transcript directory when each session gets its own config directory.
›Adds CLAUDE_CODE_GOAL_CHECKIN_MINUTES environment variable to control how often /goal checks in on background tasks that have been waiting 30+ minutes (set to 0 to disable).
›Adds selection:clear keybinding action, bindable to a key to clear in-app text selections including in the agents view.
›Adds a GitLab merge request badge to the footer and statusline for repos with a GitLab remote and an authenticated glab CLI, showing MR !N with draft/pending/green states.
›Adds automatic session continuation when a claude.ai usage limit resets; toggle via /config with the 'Continue automatically at usage limit' setting.
+11 moreshow less
›/permissions can now be opened while Claude is working, with rule changes applying immediately to the current turn.
›/add-dir <path> can now be used while Claude is working; /add-dir, /autocompact, /theme, /help, /config, and /advisor dialogs open mid-turn in the fullscreen TUI.
›claude setup-token now rejects unexpected extra arguments instead of silently ignoring them.
›/goal now clears itself with a notice when a turn dies on an unrecoverable error (e.g. revoked auth, exhausted credit balance, or context overflow).
›/goal now checks in on background tasks that have been waiting 30+ minutes instead of waiting indefinitely.
›SendMessage and ListAgents now report when an account's session list was too long to check completely, rather than treating unseen sessions as absent.
›Reduces context cost of the built-in claude-api skill from ~200k+ tokens to ~25k by loading reference docs on demand.
›Remote Control: effort picks made on a phone or on claude.ai/code now apply to terminal- and Desktop/VS Code-hosted sessions, and the session publishes its effort level to connected clients.
›Remote Control sessions now keep phones and claude.ai/code updated on the session's permission mode (and claude.ai/code on the model) as they change.
›Improves transcript rendering so your own prompts now render markdown (highlighted code blocks, inline code, lists) the same way replies do.
›Removes the 'Default teammate model' setting from /config; agent-team teammates now use the leader's model unless the spawn command names one.
└──▷ BREAKING ON UPGRADE
!The 'Default teammate model' setting has been removed from /config; agent-team teammates now use the leader's model unless the spawn command explicitly names one.
Lightweight coding agent that runs in your terminal
Codex CLI gains endpoint protection detection in codex doctor, improved network diagnostics, and working-directory TUI commands.
└──▷ GET THIS VERSION
$ git clone --branch rust-v0.148.0-alpha.21 https://github.com/openai/codex.git
# already have the repo? check out this version:$ git checkout rust-v0.148.0-alpha.21
└──▷ USE IT
Pass a raw TOML permission-map override with a literal path key via the TypeScript SDK when the structured config API cannot represent it.
›Improves codex doctor network diagnostics, including proxy environment details, macOS system proxy configuration detection, and rejection of proxy authentication challenges (HTTP 407).
›Adds CodexOptions.configOverrides to the TypeScript SDK for passing ordered --config key=value arguments to Codex CLI unchanged, enabling TOML permission maps with literal path keys.
›Adds working-directory commands to the TUI.
›Supports per-environment shell variable policies and environment-specific command policies.
›Adds experimental app-server project APIs.
+4 moreshow less
›Adds a configurable skill catalog token budget.
›Compacts successful command activity in the TUI for a cleaner history view.
›Enables editing queued messages with Vim history-up keybinding in the TUI composer.
›Removes the workspace settings gate for apps and plugins.
Qwen Code v0.21.13 adds conversation forking, file drag-and-drop in Web Shell, --since flag for incremental PR review, and a new External Context Provider Extension Profile.
└──▷ GET THIS VERSION
$ git clone --branch v0.21.13 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.21.13
└──▷ TRY IT
Scope a PR diff review to only changes since a local cache marker, for faster incremental validation in CI.
$ git clone --branch v2026.8.16.2 https://github.com/NousResearch/hermes-agent.git
# already have the repo? check out this version:$ git checkout v2026.8.16.2
›Bundles Bot Mode (hermes-bots) as a built-in, default-on desktop plugin implementing the core teammate protocol for Bot Chat sessions.
›Supports Cua Driver 0.20 runtime contracts for computer-use, including auto-repair of installed drivers that fail the runtime contract at update or runtime.
›Adds remote gateway headers support in the desktop app, carried through the connections registry, test probes, and Settings UI.
›Adds status bar reconnect for offline gateways and self-healing for dropped SSH/HTTP registered remote connections in the desktop.
›Adds connection-aware plugin routing in the desktop, scoping plugin socket connections and session/pin lists per connection.
+4 moreshow less
›Raises Codex OAuth context to 900K tokens for the gpt-5.6 family and gpt-5.4 (subscription 1M rollout), up from a previous raise to 350K for live-verified sessions.
›Adds context-manager protocol support on SessionDB for safer session database lifecycle management.
›Adds capability-refresh and timeless prompts for eternal Bot Chat sessions, plus a one-time protocol upgrade path for legacy Bot Chat sessions.
›Syncs bundled Bot Mode with a multi-source roster.
ONNX Runtime ships its first CUDA Plugin EP release, delivering CUDA execution as a separately packaged, independently installable provider.
└──▷ GET THIS VERSION
$ git clone --branch plugin-ep-cuda/v0.1.0 https://github.com/microsoft/onnxruntime.git
# already have the repo? check out this version:$ git checkout plugin-ep-cuda/v0.1.0
›Introduces the CUDA Plugin EP as a separately packaged execution provider, now the default CUDA provider implementation for ONNX Runtime, distributed as the onnxruntime-ep-cuda Python wheel and NuGet packages.
›Adds provider options for user compute streams, copy behavior, EP-level unified streams, and external allocators, with compatibility back to ONNX Runtime 1.24.4 via version-gated callbacks.
›Adds plugin profiling APIs and memory statistics in profiling output.
›Adds CUDA Graph capture and replay, including user compute stream support, synchronization controls, and a kernel sync stream for scratch allocation.
›Adds arena allocation, resource accounting, available-resource reporting, and IOBinding synchronization.
+4 moreshow less
›Expands operator coverage with cuDNN SDPA for MHA/GQA, quantized MoE kernels, block-quantized FP4 MatMul, native NVFP4 QMoE prefill on SM120, and NHWC hardening.
›Adds cuDNN-free implementations of ArgMax, ArgMin, and ReduceSum.
›Reduces runtime dependencies by making cuDNN and cuFFT optional and removing the nvrtc link requirement.
›Adds Windows ARM64 packages and build coverage across CUDA 12.8/13, SM90, and SM120.
Arize Phoenix v20.3.0 adds an expression filter DSL for querying traces.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v20.3.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v20.3.0
›Adds an expression filter DSL for traces, enabling structured query filtering over trace data.
Langfuse v4.12.0 adds a v4 migration UI, filter sidebar search, PostHog export failure notifications, and off-thread trace graph rendering.
└──▷ GET THIS VERSION
$ git clone --branch v4.12.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:$ git checkout v4.12.0
›Adds a v4 migration UI toggle in the settings page and a migration link in personal settings menus, letting teams self-serve the v4 data-layer transition.
›Adds a PostHog export failure project notification event so teams are alerted when the PostHog analytics export breaks.
›Surfaces persisted PostHog export faults directly in the settings page, making misconfiguration visible without log-diving.
›Adds filter sidebar search by facet name, letting users quickly locate specific filters across large facet lists.
›Moves large trace graph layout off the main thread, unblocking interactive exploration of traces with many spans.
+1 moreshow less
›Removes trace and session bookmarking from the UI.