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 -044, July 6, 2026

THE AI TOOLCHAIN NO. -044
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JULY 6, 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.202 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.202 adds dynamic workflow sizing, OTel workflow attributes, and a multi-level /code-review command.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.202 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.202
└──▷ TRY IT
Cap agent count for lighter workflows to reduce cost or context usage.
$ /config
  • New 'Dynamic workflow size' setting in /config lets you guide how many agents Claude spawns in dynamic workflows (small/medium/large) — advisory, not a hard cap.
  • Adds workflow.run_id and workflow.name OpenTelemetry attributes to telemetry from workflow-spawned agents, enabling full reconstruction of a workflow run from OTel data.
  • New /code-review <level> <pr#> command runs a multi-agent PR review at a chosen effort level; /review <pr> reverts to fast single-pass review.
└──▷ BREAKING ON UPGRADE
  • !/review <pr> now performs a fast single-pass review instead of the multi-agent review; use /code-review <level> <pr#> to get multi-agent review behavior.
Was this useful?

SST OpenCode

Sources Release notes → v1.17.14 NOTES

The open source coding agent.

OpenCode v1.17.14 adds a code mode MCP adapter, desktop tab management, and overhauled review panel.

└──▷ GET THIS VERSION
$ git clone --branch v1.17.14 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.17.14
  • Adds a code mode MCP adapter for running confined orchestration scripts against connected MCP tools.
  • Shows the execute tool only when code mode is enabled, keeping it hidden otherwise.
  • Displays draft server status in the desktop title bar.
  • Adds reopening of closed tabs and background tab opening in the desktop app.
  • Adds recently closed projects to the desktop Home screen.
+6 moreshow less
  • Improves model search in picker dialogs.
  • Overhauled the v2 review panel in the desktop app.
  • Unified the provider connect flow across the desktop app.
  • Improved integrated terminal experience in the desktop app.
  • Makes tab navigation respond on mouse down in the new desktop layout.
  • Refined the session tab preview popover in the desktop app.
Was this useful?

All Hands AI OpenHands

Sources Release notes → cloud-1.41.0 2 RELEASES · 2026-07-06 NOTES STABLE

OpenHands: AI-Driven Development

OpenHands 1.41 adds tree-sitter semantic chunking, parallel tool calls, time-bounded API keys, and an org admin conversation dashboard.

└──▷ GET THIS VERSION
$ git clone --branch cloud-1.41.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:
$ git checkout cloud-1.41.0
└──▷ HOW TO FIND IT
Restrict an API key to a specific validity window so it auto-expires after a contractor engagement ends.
📍In the console, go to Settings › API Keys, create or edit a key, and set the 'Not Before' and 'Expires At' fields to define the active window.
Speed up agent tasks that invoke multiple tools by allowing them to run concurrently instead of sequentially.
📍In the console, go to Agent Settings and set 'tool_concurrency_limit' to the desired number of parallel tool calls (e.g., 4).
  • Adds semantic file chunking using tree-sitter AST parsing for more accurate code understanding during agent tasks.
  • New organization conversation admin dashboard gives org admins visibility into all conversations under their org.
  • Workspace state is now snapshotted at session start and archived before deletion, preserving production workspace history.
  • Parallel tool calls are now configurable via a tool_concurrency_limit agent setting, enabling concurrent tool execution.
  • API keys gain optional active-window controls (not_before and expires_at) for time-bounded access.
+7 moreshow less
  • API keys now support an explicit 'unbound' org scope as a first-class option.
  • New GET /organizations/{id}/me endpoint exposes the caller's permissions within an organization.
  • Enterprise super roles can be assigned via user.role_id with permission fallback for fine-grained access control.
  • Repo and branch metadata is now attached to Laminar trace entries for better observability of agent runs.
  • Dynamic marketplace support added for plugin registration, enabling third-party plugin discovery.
  • SaaS auth now accepts an api_key cookie as a fallback credential alongside header-based auth.
  • Jira Data Center integration panel now surfaces member-appropriate guidance instead of the admin setup form for non-admin users.
1 more release in this issue · 2026-07-06
1.9.0 NOTES STABLE

OpenHands 1.9.0 adds multi-model LLM discovery, Azure DevOps resolver, MCP server config for ACP agents, sub-agent task visualizer, and enterprise admin provisioning.

└──▷ GET THIS VERSION
$ git clone --branch 1.9.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:
$ git checkout 1.9.0
└──▷ USE IT
Set a per-deployment resolver label to customize which resolver macro handles automation events.
ini
OH_RESOLVER_LABEL=my-team-resolver
Set the deployment mode to enterprise cloud to gate cloud-account CTAs appropriately.
ini
OH_DEPLOYMENT_MODE=enterprise_cloud
  • Adds hide_personal_workspaces flag to restrict org-only OHE installs to organization workspaces only.
  • Adds switch_acp_model proxy endpoint for switching LLM models mid-conversation in cloud ACP sessions.
  • Adds model dropdown and credential fields to the agent settings page for ACP agents.
  • Supports MCP server configuration for ACP agents.
  • Adds OHE multi-model LLM discovery with BYOK gating, proxy discovery, catalogue union, and UX.
+29 moreshow less
  • Exposes copyable invite links so organization invitations work without email delivery.
  • Accepts pending invitations by verified-email match at sign-in, removing friction for new members.
  • Auto-accepts invitation links on click instead of showing a confirm/cancel modal.
  • Adds explicit OH_DEPLOYMENT_MODE flag to gate cloud-account CTAs to enterprise cloud deployments.
  • Adds OH_RESOLVER_LABEL environment variable for per-deployment resolver macro customization.
  • Adds Azure DevOps resolver with @mentions support and org-level one-click webhook setup.
  • Adds Jira Data Center email-mode auto-link, targeted repo lookup, and picker mentions.
  • Persists and injects per-user OAuth tokens in Jira DC resolver conversations.
  • Supports Slack attachments in agent context.
  • Adds sub-agent task (TaskToolSet) visualizer to the chat UI.
  • Adds a 'Full Git history' user setting.
  • Adds enterprise admin user-provisioning endpoint.
  • Adds default_sandbox_spec_id to user settings.
  • Adds parallel tool calls via tool_concurrency_limit in agent settings.
  • Implements semantic file chunking using tree-sitter AST parsing.
  • Adds organization conversation admin dashboard.
  • Captures production workspace state with initial snapshot at start and archive before delete.
  • Adds super roles via user.role_id with permission fallback for enterprise auth.
  • Exposes caller permissions on GET /organizations/{id}/me.
  • Adds optional active window (not_before & expires_at) for API keys.
  • Makes 'unbound' org scope an explicit, first-class option for API keys.
  • Adds dynamic marketplace support for plugin registration.
  • Accepts api_key cookie as a fallback credential for SaaS auth.
  • Parallelizes GitHub GraphQL queries in get_suggested_tasks for faster task suggestions.
  • Surfaces a clear error when a custom sandbox image's agent-server SDK version mismatches.
  • Routes unclaimed automation events to the default org on single-org installs.
  • Adds repo/branch metadata to Laminar trace entries.
  • Exposes the automations menu item for all users.
  • Uses interrupt endpoint for agent pause UI interactions.
Was this useful?
◆  Local LLM Runtimes

LocalAI

Sources Release notes → v4.6.2 2 RELEASES · 2026-07-06 NOTES STABLE

LocalAI v4.6.2 adds MiniCPM series models to the model gallery.

└──▷ GET THIS VERSION
$ git clone --branch v4.6.2 https://github.com/mudler/LocalAI.git
# already have the repo? check out this version:
$ git checkout v4.6.2
  • Adds MiniCPM series models to the model gallery.
1 more release in this issue · 2026-07-06
v4.6.1 NOTES STABLE

LocalAI v4.6.1 adds a GET /v1/models/capabilities endpoint and native Prometheus metrics for agent chat runs.

└──▷ GET THIS VERSION
$ git clone --branch v4.6.1 https://github.com/mudler/LocalAI.git
# already have the repo? check out this version:
$ git checkout v4.6.1
└──▷ TRY IT
Discover which capabilities (e.g. chat, embeddings, vision) a deployed model supports before routing requests to it.
$ curl -s http://localhost:8080/v1/models/capabilities | jq .
  • Adds GET /v1/models/capabilities API endpoint to query per-model capability metadata.
  • Adds native Prometheus metrics for agent chat runs.
Was this useful?

llama.cpp

Sources Release notes → b9885 2 RELEASES · 2026-07-06 NOTES STABLE

llama.cpp b9885 enables tiled matmul on AIX, delivering ~2x prompt-processing speed gains for FP32, Q4_0, and Q8_0 models.

└──▷ GET THIS VERSION
$ git clone --branch b9885 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b9885
  • Enables the matmul_tiled path on AIX by reducing stack buffer footprint for A_pack and B_pack, unlocking ~2x gains in prompt-processing speed for FP32, Q4_0, and Q8_0 models on that platform.
1 more release in this issue · 2026-07-06
b9882 NOTES STABLE

Download scripts now use HF_TOKEN to authenticate when fetching UI assets from Hugging Face.

└──▷ GET THIS VERSION
$ git clone --branch b9882 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b9882
  • Adds HF_TOKEN environment variable support to the UI asset download scripts, enabling authenticated downloads from Hugging Face.
Was this useful?
◆  AI Model & Data Infrastructure

Ollama

Sources Release notes → v0.31.2 NOTES

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

Ollama v0.31.2 enables flash attention on older NVIDIA GPUs and iGPU vision model offloading.

└──▷ GET THIS VERSION
$ git clone --branch v0.31.2 https://github.com/ollama/ollama.git
# already have the repo? check out this version:
$ git checkout v0.31.2
  • Enables flash attention on older NVIDIA GPUs with compute capability 6.x, unlocking faster inference on Pascal-generation hardware.
  • iGPU can now offload vision models with padding to fit available memory, expanding multimodal model support on integrated graphics.
  • ollama launch for Claude Code now disables telemetry by default.
Was this useful?
◆  AI Agent Frameworks

OpenAI Agents SDK

Sources Release notes → v0.17.8 NOTES

OpenAI Agents SDK v0.17.8 adds an invalid final output recovery handler for more resilient agent runs.

└──▷ GET THIS VERSION
$ git clone --branch v0.17.8 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:
$ git checkout v0.17.8
  • Adds an invalid final output recovery handler, letting agents recover gracefully when a run produces a final output that fails validation.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-v17.19.0 NOTES

Phoenix v17.19.0 adds trace tree search and a consolidated account menu in the side nav.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.19.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v17.19.0
  • Adds trace tree search in the app UI, enabling practitioners to search within the trace tree view.
  • Adds a consolidated account menu in the side navigation bar.
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 →