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 -360, August 21, 2025

THE AI TOOLCHAIN NO. -360
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED AUGUST 21, 2025 · 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   # 7 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Cline

Sources Release notes → v3.26.1 NOTES

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

Cline v3.26.1 adds Vercel AI Gateway, Groq prompt caching, SAP deployed models, and next-gen context management.

└──▷ GET THIS VERSION
$ git clone --branch v3.26.1 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v3.26.1
  • Adds Vercel AI Gateway as a new provider.
  • Supports prompt caching on Groq to reduce latency and cost on repeated context.
  • Shows SAP AI Core deployed models alongside SAP provider's built-in supported models.
  • Introduces next-gen context management method switch for improved long-context handling.
  • Adds task_progress parameter to the summarize task tool call.
+6 moreshow less
  • Adds telemetry tracking for rules and workflow usage.
  • Adds telemetry tracking for MCP tool usage.
  • Enables strict plan mode by default.
  • Adds RPC to the host bridge to reveal a directory in the IDE file explorer.
  • Adds openSettings RPC and VS Code host bridge support.
  • Adds workspace file/folder search via host bridge mentions.
└──▷ BREAKING ON UPGRADE
  • !The default for strict plan mode is now enabled; existing setups that relied on it being disabled will now run in strict plan mode unless explicitly toggled off.
Was this useful?

SST OpenCode

Sources Release notes → v0.5.13 NOTES

The open source coding agent.

OpenCode v0.5.13 adds a plugin hook for config

└──▷ GET THIS VERSION
$ git clone --branch v0.5.13 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v0.5.13
  • Adds a plugin hook for config, enabling plugins to tap into configuration loading
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.0.8-nightly.6 NOTES

Qwen Code v0.0.8-nightly.6 adds .geminiignore support in grep and project/global save location options.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.8-nightly.6 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.0.8-nightly.6
  • Adds project/global save location option, letting users control where conversation or session data is persisted.
  • Applies .geminiignore rules to the grep tool, so files excluded from Gemini/Qwen Code context are also excluded from grep searches.
Was this useful?

Google gemini-cli

Sources Release notes → v0.3.0-nightly.20250821.653267a6 NOTES

An open-source AI agent that brings the power of Gemini directly into your terminal.

gemini-cli v0.3.0-nightly adds stdin+prompt combining, HTTP OpenTelemetry, MCP server restart, automatic conversation saving, and more.

└──▷ GET THIS VERSION
$ git clone --branch v0.3.0-nightly.20250821.653267a6 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.3.0-nightly.20250821.653267a6
└──▷ TRY IT
Pipe file contents into gemini-cli while also supplying an inline prompt — useful for quick one-shot analysis in CI or shell scripts.
$ cat findings.txt | gemini -p "Summarize the security findings above and suggest remediation steps"
Restart a misbehaving MCP server mid-session without leaving the CLI — handy after updating an MCP tool's config.
$ /mcp refresh
  • Supports combining -p and stdin for prompt input, enabling piped data to be merged with an inline prompt in non-interactive mode.
  • Adds HTTP OpenTelemetry exporter support for shipping traces to any OTLP-compatible backend.
  • Introduces ChatRecordingService for automatic conversation saving across sessions.
  • Adds /mcp refresh now restarts MCP servers in addition to refreshing their state.
  • Introduces a non-recursive file search strategy for faster file discovery in large repositories.
+14 moreshow less
  • Adds MCP Root change notifications so MCP servers are informed when workspace roots change.
  • Includes disallowed command names in shell block reason messages for clearer audit output.
  • Adds argument support for shell execution in custom slash commands.
  • Displays untrusted workspace status in the CLI footer.
  • Shows /ide subcommands conditionally based on actual IDE connection status.
  • Adds IDE client name to /about and /bug output when IDE mode is active.
  • Adds session ID to session summary and /bug report template.
  • Adds GitHub OAuth support and resource parameter handling to the OAuth spec.
  • Logs telemetry event when chat context is compressed.
  • Tracks file changes as a session metric.
  • Reads and writes files through Zed editor integration.
  • Supports multi-folder workspaces in IDE mode.
  • Logs CLI version and git commit hash on startup.
  • Saves empty conversations (system context only) with /chat save.
Was this useful?
◆  AI Agent Frameworks

browser-use

Sources Release notes → 0.6.1 NOTES

browser-use 0.6.1 adds authenticated proxy support, unexecuted-action context, and click/input coordinate tracking.

└──▷ GET THIS VERSION
$ git clone --branch 0.6.1 https://github.com/browser-use/browser-use.git
# already have the repo? check out this version:
$ git checkout 0.6.1
  • Adds authenticated proxy server support, enabling browser sessions to route through proxies that require credentials.
  • Adds unexecuted actions into agent context so the agent retains awareness of planned-but-not-yet-run steps across turns.
  • Saves click and input-text coordinates, capturing the exact screen position of each interaction for replay or debugging.
  • Sets a default LLM, reducing required configuration for new agent setups.
  • Adds cloud API usage examples demonstrating how to call the browser-use cloud API.
└──▷ BREAKING ON UPGRADE
  • !The agent call method has been removed.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Langfuse

Sources Release notes → v3.102.0 3 RELEASES · 2025-08-21 NOTES STABLE

Langfuse v3.102.0 adds observation type mapping for OpenInference, OpenAI, and Vercel AI SDK traces.

└──▷ GET THIS VERSION
$ git clone --branch v3.102.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.102.0
  • Maps OpenInference and OpenAI spans to new Langfuse observation types for richer tracing fidelity.
  • Maps Vercel AI SDK spans to new Langfuse observation types, expanding structured trace support for that SDK.
2 more releases in this issue · 2025-08-21
v3.101.0 NOTES STABLE

Langfuse v3.101.0 adds opt-out of blob-storage file logging for lifecycle-policed buckets.

└──▷ GET THIS VERSION
$ git clone --branch v3.101.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.101.0
  • Adds opt-out of blob-storage file logging to support buckets governed by lifecycle policies, preventing conflicts with automated retention rules.
v3.100.0 NOTES STABLE

Langfuse v3.100.0 adds variable highlighting in prompt content and improved trace-tree search.

└──▷ GET THIS VERSION
$ git clone --branch v3.100.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.100.0
  • Highlights variables in prompt content for easier identification.
  • Improves search in trace detail view for better compatibility with the new trace tree.
  • Improves comments display in the annotation drawer with a dedicated panel.
Was this useful?
◆  VECTOR DB RAG

Milvus

Sources Release notes → v2.5.17 NOTES

Milvus 2.5.17 adds ARM SVE bitset acceleration, direct I/O disk writer, and CPU-scaled import concurrency.

└──▷ GET THIS VERSION
$ git clone --branch v2.5.17 https://github.com/milvus-io/milvus.git
# already have the repo? check out this version:
$ git checkout v2.5.17
  • Adds a disk file writer with direct I/O support, bypassing the OS page cache for more predictable write throughput.
  • Adds write rate limiting for the disk file writer to cap I/O pressure during heavy ingest.
  • Enables ARM SVE (Scalable Vector Extension) hardware acceleration for bitset operations, speeding up filtered searches on ARM deployments.
  • Scales import task concurrency automatically based on CPU count, making bulk imports self-tuning.
  • Supports skipping TSafe checks in specific scenarios for lower-latency query paths.
+1 moreshow less
  • Reduces etcd calls during ShowCollections and DescribeCollections operations to lower metadata overhead at scale.
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 →