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 -070, June 10, 2026

THE AI TOOLCHAIN NO. -070
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JUNE 10, 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   # 13 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

Agno (formerly Phidata)

Sources Release notes → v2.6.13 NOTES

Agno v2.6.13 adds sub-agent event streaming, AgentOS registry auto-population, socket-based HITL workflows, and a Slack app manifest.

└──▷ GET THIS VERSION
$ git clone --branch v2.6.13 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:
$ git checkout v2.6.13
  • Sub-agent events from the context provider update tool now stream through to the parent run, enabling real-time observability of nested agent activity.
  • The AgentOS registry now auto-populates from agents, teams, and workflows, eliminating manual registration.
  • Adds socket support for human-in-the-loop (HITL) workflows, enabling interactive pause-and-resume over persistent socket connections.
  • Adds a Slack app manifest for the AgentOS interface, simplifying Slack app setup and deployment.
Was this useful?

AutoGPT

Sources Release notes → autogpt-platform-beta-v0.6.63 NOTES

AutoGPT v0.6.63 adds MCP auto-discovery, local-LLM AutoPilot, global search, file inputs for Replicate, and bot analytics.

└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.63 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:
$ git checkout autogpt-platform-beta-v0.6.63
  • Adds an ARTIFACTS_PAGE feature flag that gates a new Artifacts page in the frontend.
  • Adds file input support to the Replicate model block, enabling image and file passing to Replicate-hosted models.
  • Adds variable inputs to the Execute Code block for dynamic parameterization at runtime.
  • Adds a global search endpoint plus a bucketed command-palette modal with navigate and action sections for fast in-app navigation.
  • Adds bot usage analytics (events and presence) to the backend, surfaced through a new bot analytics admin page and read API.
+10 moreshow less
  • Introduces a goal decomposition step in the Copilot builder before agent construction begins, gated on a library-similarity check.
  • Adds auto-discovery of MCP integrations when no native block exists in AutoPilot, broadening agent tool coverage without manual block wiring.
  • Enables a local-LLM AutoPilot mode for self-hosted installs that have no API key configured.
  • Adds an optimized file preview endpoint with rich artifact cards for workspace outputs.
  • Adds bidirectional Stripe tier reconciliation with provenance tracking and a periodic sweep for subscription state consistency.
  • Limits copilot-bot auto-replies to bot-created threads only, reducing noise in shared Discord channels.
  • Attaches workspace artifacts to Discord bot replies so outputs are delivered inline in the thread.
  • Adds a credit top-up prompt in the frontend when automation credits are exhausted.
  • Optimizes the creator search experience on the platform.
  • Adds a subscription pricing experiment to the frontend.
Was this useful?

LangChain

Sources Release notes → langchain==1.3.7 3 RELEASES · 2026-06-10 NOTES STABLE

LangChain 1.3.7 adds ProviderToolSearchMiddleware for filtering tool search by provider.

└──▷ GET THIS VERSION
$ git clone --branch langchain==1.3.7 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:
$ git checkout langchain==1.3.7
  • Adds ProviderToolSearchMiddleware to enable provider-based filtering of tool search.
2 more releases in this issue · 2026-06-10
langchain-groq==1.1.3 NOTES STABLE

langchain-groq 1.1.3 adds Strict Mode, standard model property, and content-block-centric streaming for Groq integrations.

└──▷ GET THIS VERSION
$ git clone --branch langchain-groq==1.1.3 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:
$ git checkout langchain-groq==1.1.3
  • Adds Strict Mode for Groq via feat(groq): Strict Mode for Groq, enabling stricter structured-output enforcement in the Groq chat model.
  • Adds a standard model property to the Groq (and Fireworks/OpenRouter) integration classes for consistent model identification across LangChain partners.
  • Adds content-block-centric streaming (v2) to langchain-core, enabling richer, structured streaming responses through the Groq integration.
langchain==1.3.5 NOTES STABLE

LangChain 1.3.5 adds AND-capable trigger conditions to SummarizationMiddleware and apply_patch built-in tool support for OpenAI.

└──▷ GET THIS VERSION
$ git clone --branch langchain==1.3.5 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:
$ git checkout langchain==1.3.5
  • Adds AND-capable trigger conditions to SummarizationMiddleware, enabling compound logic for controlling when summarization fires.
  • Supports the apply_patch built-in tool for OpenAI integrations.
Was this useful?

PydanticAI

Sources Release notes → v1.107.0 NOTES

PydanticAI v1.107.0 adds known_model_names(), OpenRouter prompt caching, and two new Claude model aliases.

└──▷ GET THIS VERSION
$ git clone --branch v1.107.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.107.0
└──▷ USE IT
Discover every model name PydanticAI recognises without reading source — useful for validation or building model-picker UIs.
python
from pydantic_ai import known_model_names

for name in known_model_names():
    print(name)
  • Adds known_model_names() function to programmatically enumerate all KnownModelName members at runtime.
  • Adds CachePoint and prompt caching support for OpenRouter models.
  • Adds claude-fable-5 and claude-mythos-5 as supported model name aliases.
Was this useful?

browser-use

Sources Release notes → 0.13.1 NOTES

Adds Claude 4.5 ('claude fable 5') support and Anthropic extended thinking compatibility.

└──▷ GET THIS VERSION
$ git clone --branch 0.13.1 https://github.com/browser-use/browser-use.git
# already have the repo? check out this version:
$ git checkout 0.13.1
  • Supports Claude 4.5 (claude fable 5) as a model option for browser agents.
  • Switches Anthropic tool choice to auto when extended thinking is enabled, enabling compatibility between thinking mode and tool use.
Was this useful?
◆  AI Coding Agents

Anthropic Claude Code

Sources Release notes → v2.1.172 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.172 adds recursive sub-agents (5 levels deep), Bedrock region auto-detection, plugin search, and a new OTEL model attribute.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.172 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.172
└──▷ TRY IT
Inspect which AWS region Bedrock is using and where it came from, without needing to set AWS_REGION explicitly.
$ /status
Filter a long marketplace plugin list without scrolling through every entry.
📍/plugin
  • Enables sub-agents to spawn their own sub-agents, up to 5 levels of nesting.
  • Amazon Bedrock now auto-detects AWS region from ~/.aws config files following AWS SDK precedence when AWS_REGION is unset; /status shows the region source.
  • Adds a search bar inside the /plugin marketplace browser for filtering plugins.
  • Adds a model attribute to the claude_code.lines_of_code.count OTEL metric, enabling per-model telemetry breakdowns.
Was this useful?

Cline

Sources Release notes → cli-v3.0.23 NOTES

Autonomous coding agent as an SDK, IDE extension, or CLI assistant.

Cline v3.0.23 lets configured agents be used directly as subagent tools.

└──▷ GET THIS VERSION
$ git clone --branch cli-v3.0.23 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout cli-v3.0.23
  • Supports configured agents as subagent tools, enabling agent-to-agent delegation within Cline workflows.
  • Centralizes OAuth management into the SDK, providing unified auth handling across integrations.
Was this useful?

SST OpenCode

Sources Release notes → v1.17.1 2 RELEASES · 2026-06-10 NOTES STABLE

The open source coding agent.

OpenCode v1.17.1 adds richer reference metadata and a new desktop /new-session route with draft tabs.

└──▷ GET THIS VERSION
$ git clone --branch v1.17.1 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.17.1
  • References now support usage descriptions for agents, visibility control to hide entries from @ autocomplete, and inclusion in generated docs.
  • New /new-session desktop route introduces draft tabs that keep prompt and project selection together until the session is started.
1 more release in this issue · 2026-06-10
v1.17.0 NOTES STABLE

OpenCode v1.17.0 adds fff-backed fast file search, Cohere North & vLLM reasoning support, WSL Desktop, and non-interactive MCP flows.

└──▷ GET THIS VERSION
$ git clone --branch v1.17.0 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.17.0
  • Adds fff-backed file search tools for faster search across large projects.
  • Adds X-Session-Id headers to support sticky routing in proxy setups.
  • Adds Cohere North model support.
  • Adds reasoning as an interleaved field option for vLLM providers.
  • Enables mcp add to work in non-interactive (scripted/CI) flows.
+6 moreshow less
  • Enables auth logout to search when choosing an account to log out.
  • Adds WSL-backed Desktop support and WSL server management on Windows.
  • Large v2 SDK tool outputs are now bounded and expose retained output paths for follow-up inspection.
  • Project copies can now be deleted directly from the session move dialog.
  • Adds a help button to the Desktop tabs bar.
  • Preserves prompt drafts while switching tabs in the Desktop app.
Was this useful?

All Hands AI OpenHands

Sources Release notes → 1.8.0 NOTES

OpenHands: AI-Driven Development

OpenHands 1.8.0 adds LLM profiles, sub-agent delegation, sandbox grouping strategies, and a generic ACP agent UI.

└──▷ GET THIS VERSION
$ git clone --branch 1.8.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:
$ git checkout 1.8.0
  • Adds LLM profiles, letting users save and switch between named LLM configurations.
  • Enables sub-agent delegation, allowing the primary agent to hand off subtasks to specialised child agents.
  • Adds user-selectable sandbox grouping strategy to control how sandbox environments are allocated and shared.
  • Introduces a minimal generic ACP (Agent Communication Protocol) agent UI for interacting with ACP-compatible agents.
└──▷ BREAKING ON UPGRADE
  • !The App tab has been removed from the conversation view.
Was this useful?

Zed

Sources Release notes → v1.6.3 NOTES

Zed v1.6.3 adds agent 'Fast mode' for Anthropic/OpenAI, shareable skill links, Git split-diff history, and a new agent.commit_message_instructions setting.

└──▷ GET THIS VERSION
$ git clone --branch v1.6.3 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v1.6.3
└──▷ USE IT
Customize AI-generated commit messages to follow a project's commit convention without editing the message manually every time.
json
{
  "agent": {
    "commit_message_instructions": "Use Conventional Commits format: type(scope): short summary. Include a body only when the change is non-trivial."
  }
}
Always index symlinked directories during project scanning so that code intelligence and search work inside linked monorepo packages.
json
{
  "scan_symlinks": "always"
}
Send a required authentication header to a self-hosted or enterprise language model provider without touching the request pipeline.
json
{
  "language_models": {
    "openai": {
      "custom_headers": {
        "X-Org-Id": "<your-org-id>"
      }
    }
  }
}
  • Adds agent.commit_message_instructions setting to customize AI-generated git commit messages.
  • Adds scan_symlinks setting to control symlinked directory scanning; accepts expanded (default, scans only after expansion in project panel) or always (follows all symlinks during indexing).
  • Adds language_models.<provider>.custom_headers config key to set custom HTTP headers on language model providers.
  • Adds new git: compare with branch action to directly compare the current branch with an arbitrary branch.
  • Adds editor: toggle breadcrumb action to toggle the breadcrumb of the active item without persisting the change to settings.json.
+24 moreshow less
  • Adds shell-script as a recognized modeline alias for the Shell Script language.
  • Adds support for the ex: identifier in Vim modelines.
  • Adds 'Fast mode' support in the agent panel for Anthropic and OpenAI models, enabling faster responses (fast mode for Anthropic, priority service tier for OpenAI) at increased per-token cost.
  • Adds a right-click context menu on thread items in the agent sidebar with options to regenerate title, rename, open as Markdown, or archive a thread.
  • Adds shareable links for agent skills.
  • Adds support for specifying reasoning effort for Grok 4.3 (xAI).
  • Adds Claude Opus 4.8 BYOK support in the agent panel.
  • Adds a manual trigger for the Rules-to-Skills migration in the agent.
  • Adds terminal output controls for agents to inspect command output without hiding live terminal progress.
  • Improves agent terminal sandboxing so commands can request write access to specific paths rather than all-or-nothing filesystem access, with the option to grant access for a single command or the rest of the conversation.
  • Exposes actions to switch between classic and agentic workspace layout in the command palette.
  • Adds support for symlinked global skill directories in the agent.
  • Adds a download progress indicator while ACP servers are downloading.
  • Adds support for opening SHA-256 object format git repositories.
  • Adds support for anchored patterns in .git/info/exclude.
  • Adds toggle for split diff mode in the commit history diff view.
  • Shows total added and removed line counts in the Git panel.
  • Adds progress feedback in the worktree picker while deleting a worktree.
  • Adds the ability to open files from the file finder without dismissing it, using the right arrow key at the end of input or the 'Keep Open' footer button.
  • Adds fuzzy search to the remote projects modal.
  • Adds support for rendering Markdown frontmatter metadata blocks in Markdown Preview and the Agent Panel.
  • Adds volume equalization for participants in collaboration calls.
  • Improves Mermaid diagram rendering in Markdown previews.
  • Improves display of related diagnostic entries in hover popovers to include diagnostic source and code.
Was this useful?
◆  Local LLM Runtimes

LocalAI

Sources Release notes → v4.4.0 NOTES

LocalAI v4.4.0 adds two ASR backends, object detection, video I/O, distributed prefix-cache routing, PII middleware, and a local-ai chat CLI.

└──▷ GET THIS VERSION
$ git clone --branch v4.4.0 https://github.com/mudler/LocalAI.git
# already have the repo? check out this version:
$ git checkout v4.4.0
└──▷ TRY IT
Request TTS with a per-request voice style description using the new instructions field — useful for dynamic emotion/persona without changing model YAML config.
$ curl http://localhost:8080/v1/audio/speech -H "Content-Type: application/json" -d '{"model": "qwen-tts-design", "input": "Hello world, this is a test.", "instructions": "A calm, low-pitched elderly storyteller with a warm tone."}'
  • Adds LOCALAI_FILE_TRANSFER_BUDGET environment variable (default 1h) to control the time budget for resumable large-model GGUF transfers over the distributed worker PUT /v1/files/<key> endpoint, with Content-Range / 308/416 resume semantics and X-Content-SHA256 binding.
  • Adds --distributed-prefix-cache=false flag to disable the new prefix-cache-aware routing in distributed mode (on by default), which biases requests toward the replica already holding the relevant KV/prefix cache.
  • Adds LOCALAI_PREFETCH_MODELS environment variable for boot-time gallery model prefetch in distributed deployments.
  • Plumbs instructions string and params map through the /v1/audio/speech request body end-to-end (proto, schema, core/backend/tts.go), enabling per-request voice/style control for Qwen3-TTS VoiceDesign, Qwen3-TTS CustomVoice, and Chatterbox.
  • New crispasr backend (purego, CGO_ENABLED=0) serving ASR or TTS from a single binary, auto-detecting architecture from GGUF; supports backend:, codec:, speaker:, and voice: model options, with 36 gallery entries (32 ASR + 4 TTS including vibevoice, chatterbox, qwen3-tts, orpheus).
+10 moreshow less
  • New rfdetr-cpp native gRPC backend dlopening librfdetr.so for RF-DETR object detection and segmentation, returning bbox + class_name + confidence and per-detection PNG-encoded masks; 32 prebuilt GGUFs at F32/F16/Q8_0/Q4_K.
  • New local-ai chat interactive terminal CLI for chat against a running server, with /models, /model, and /clear commands.
  • Video input/understanding support in llama-cpp via mtmd: chat requests can now include video content parts (video_url), with allow_video auto-gated by whether the loaded mmproj supports it.
  • Video generation via LTX-2 in stablediffusion-ggml, wiring audio_vae_path and embeddings_connectors_path; new gallery/ltx-ggml.yaml template with T2V/I2V/FLF2V recipes and six LTX-2.3 22B GGUF gallery entries (dev + distilled, UD-Q4_K_M/Q4_K_M/Q8_0).
  • New intelligent middleware layer (#9802) for capability-based model routing, PII detection/redaction/rerouting on /v1/chat/completions, Anthropic /v1/messages, and /v1/completions, and cloud-model proxying including a MITM proxy for Claude Code/Codex OAuth subscriptions; emits proxy_connect and proxy_traffic audit events and restores listener state from runtime_settings.json on restart.
  • New ds4-worker binary for manual layer-split distributed inference via local-ai worker ds4-distributed; coordinator owns layers 0:K, workers own higher ranges, controlled by ds4_role config key.
  • Adds gated X-LocalAI-Node response header for node attribution in distributed deployments.
  • Adds Ideogram4 support in stablediffusion-ggml.
  • RAG agent answers now append a Sources: citations block from the Knowledge Base.
  • LocalVQE updated to v1.3 with input/output spectrogram views in the Audio Transform UI.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

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

Phoenix v17.3.0 adds subagents, playground run controls, claude-fable-5 support, and expanded PXI agent tooling.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.3.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-v17.3.0
  • Adds set_appended_messages_path PXI tool for configuring appended messages paths in the playground.
  • Adds playground prompt instance tools via the pxi agent toolset, enabling agent-driven prompt management.
  • Adds playground experiment recording tool for capturing experiment results from within the PXI agent.
  • Adds dataset management tools for the PXI agent, enabling agent-driven dataset operations.
  • Adds a template variables path tool in the playground for setting template variable sources.
+11 moreshow less
  • Adds support for claude-fable-5 model in the playground.
  • Introduces subagents support in the agents framework, enabling multi-agent orchestration.
  • Adds a user-invokable skill menu in the agents UI for manually triggering agent skills.
  • Adds evals for the trace-debug skill in the agents framework.
  • Adds agent-driven validated evaluator submit in the PXI agent.
  • Surfaces dataset-run experiment context within the PXI agent.
  • Adds a playground repetitions tool for running multiple repetitions of a playground prompt.
  • Adds a playground run cancellation tool to stop in-progress playground runs.
  • Adds a 'copy trace ID' chat action in the chat UI.
  • Introduces an inline, editable time range selector across the app UI.
  • Auto-truncates large tools in the UI while preserving their position.
Was this useful?

Langfuse

Sources Release notes → v3.183.0 3 RELEASES · 2026-06-10 NOTES STABLE

Langfuse v3.183.0 adds web callouts from traces and sessions, new no-data resolution modes for monitors, and user location context in the agent.

└──▷ GET THIS VERSION
$ git clone --branch v3.183.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.183.0
  • Adds additional no-data resolution modes to monitors, giving more control over how missing data is handled in alerting.
  • Enables sending web callouts directly from a trace or session view.
  • Adds current user location context to the agent.
2 more releases in this issue · 2026-06-10
v3.182.0 NOTES STABLE

Langfuse v3.182.0 exposes MCP evaluator tools and adds trace deletion from the events table.

└──▷ GET THIS VERSION
$ git clone --branch v3.182.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.182.0
  • Exposes unstable evaluator and evaluation-rule tools via MCP (Model Context Protocol) integration.
  • Adds a trace delete button directly to the events table in the traces UI.
v3.181.0 NOTES STABLE

Langfuse v3.181.0 adds Claude Fable 5 and Mythos 5 model support for token cost tracking.

└──▷ GET THIS VERSION
$ git clone --branch v3.181.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.181.0
  • Adds Claude Fable 5 and Mythos 5 to the supported models list for usage and cost tracking.
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 →