Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -002, August 17, 2026

THE AI TOOLCHAIN NO. -002
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED AUGUST 17, 2026 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

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.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 8 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Anthropic Claude Code

Sources Release notes → v2.1.234 NOTES

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.
Was this useful?

OpenAI Codex CLI

Sources Release notes →Source code → rust-v0.148.0-alpha.21 NOTES CODE PRE-RELEASE

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.
javascript
const codex = new Codex({
  configOverrides: [
    '--config', 'sandbox.writable_roots."/var/myapp/data"=true'
  ]
});
  • 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.
Was this useful?

All Hands AI OpenHands

Sources Release notes → v1.14.0 2 RELEASES · 2026-08-17 NOTES STABLE

OpenHands: AI-Driven Development

OpenHands v1.14.0 adds Git Sync automation, LLM pre-flight validation, structured Canvas error outcomes, and sets Kimi K3 as the free default Canvas model.

└──▷ GET THIS VERSION
$ git clone --branch v1.14.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:
$ git checkout v1.14.0
  • Adds a Git Sync page under Automations for managing repository synchronization workflows.
  • Adds LLM pre-flight validation when saving LLM profiles, blocking misconfigured settings before they are persisted.
  • Canvas now presents structured error outcomes, surfacing failure details in a readable format rather than raw output.
  • Sets Kimi K3 as the default Canvas model and tags it as free.
1 more release in this issue · 2026-08-17
v1.14.0 NOTES STABLE

OpenHands v1.14.0 adds Git Sync automation, LLM pre-flight validation, structured Canvas error outcomes, and sets Kimi K3 as the free default Canvas model.

└──▷ GET THIS VERSION
$ git clone --branch v1.14.0 https://github.com/OpenHands/OpenHands.git
# already have the repo? check out this version:
$ git checkout v1.14.0
  • Adds a Git Sync page under Automations for managing repository synchronization workflows.
  • Adds LLM pre-flight validation when saving LLM profiles, blocking misconfigured settings before they take effect.
  • Canvas now surfaces structured error outcomes, giving clearer feedback when agent tasks fail.
  • Sets Kimi K3 as the default Canvas model and tags it as free.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.21.13 NOTES

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.
$ qwen review fetch-pr --since <ledger-marker> <pr-number>
Normalize findings inputs through final gates, accepting bracketed source tags without manual cleanup.
$ qwen findings --to-anchors <findings-file>
  • Adds --since flag to qwen review fetch-pr for validating incremental review anchors and scoping diffs based on local cache or ledger markers.
  • Adds --to-anchors option to the findings pipeline to normalize inputs for final gates and accept bracketed source tags.
  • Introduces the External Context Provider Extension Profile v1 to enable provider-owned retrieval integrations via Qwen Extension and MCP boundaries.
  • The /review skill now uses dedicated platform subcommands meta and fetch-diff instead of executing raw gh commands.
  • Stopped takeover PRs now receive an autofix/needs-human label and appear in a new Takeover pool table on the dashboard.
+13 moreshow less
  • The runAllChunks command now outputs a diagnostic message on stderr when --all-chunks fans out a plan identified as Step 3A.
  • Web Shell composer now supports dragging, dropping, and pasting text files as named attachments alongside images.
  • Users can now fork conversations from any specific Assistant response using durable checkpoints.
  • Split-view panes now inherit the host's builtinAtProviders exclusions and custom @ mention categories from the host configuration.
  • Review sessions now record session IDs and diff hashes to credit agent work across interrupted runs.
  • The reverse-audit round cap now scales dynamically based on diff topology, allowing more rounds for small diffs and fewer for large ones.
  • Verified findings outside the PR footprint are now deferred to a follow-up queue and tracked in a dedicated issue.
  • Sessions now preserve active work when close is refused by draining queued tasks within an 8-second budget before teardown.
  • The hourly spam-minimization sweep now includes inline pull request review comments.
  • Duplicate suggestions in /review are now listed in a dedicated paragraph with links to existing comments instead of being counted as anchor failures.
  • PR review workflow now posts a fallback comment with retry guidance if the main review job dies abnormally.
  • Autofix includes a deny-by-default footprint gate and positional window censuses.
  • Release notes are now presented as a bilingual English and Chinese digest grouped by capability themes with attached screenshots.
Was this useful?
◆  AI Agent Frameworks

Nous Research Hermes

Sources Release notes →Source code → v2026.8.16.2 NOTES CODE

The agent that grows with you

Hermes v2026.8.16.2 adds Bot Mode plugin, Cua Driver 0.20, remote gateway headers, /rollback --all, and raised Codex OAuth context limits.

└──▷ GET THIS VERSION
$ 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.
Was this useful?
◆  AI Model & Data Infrastructure

Microsoft ONNX Runtime

Sources Release notes → plugin-ep-cuda/v0.1.0 NOTES

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.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v20.3.0 NOTES

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.
Was this useful?

Langfuse

Sources Release notes → v4.12.0 NOTES

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.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →