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 -349, September 1, 2025

THE AI TOOLCHAIN NO. -349
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED SEPTEMBER 1, 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   # 3 tools matched
AI & LLM Tooling
◆  AI Coding Agents

SST OpenCode

Sources Release notes → v0.6.0 NOTES

The open source coding agent.

OpenCode v0.6.0 adds per-provider timeout overrides, --command flag for run, LSP workspace config support, and a new project model replacing app.

└──▷ GET THIS VERSION
$ git clone --branch v0.6.0 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v0.6.0
└──▷ TRY IT
Run a one-shot prompt with a specific slash command without entering the TUI.
$ opencode run --command "/review" "Check this file for security issues"
  • Adds --command flag to opencode run for specifying a command directly at invocation.
  • Supports per-provider timeout overrides via a new provider timeout configuration.
  • Adds LSP workspace/didChangeConfiguration support, enabling dynamic LSP config updates.
  • Uses a single Rust LSP server instance across an entire Cargo workspace, improving multi-crate project performance.
  • Introduces a project concept (replacing app) with new endpoints to list projects and get the current project.
+2 moreshow less
  • Every API endpoint now accepts an optional directory parameter to operate as if OpenCode is running in that directory.
  • Plugins now receive directory (cwd) and worktree (git repo root) context.
└──▷ BREAKING ON UPGRADE
  • !Storage events have been removed.
  • !The app concept is gone; it is replaced by project, with new endpoints for listing projects and getting the current project.
  • !The session.chat function in the SDK has been renamed to session.prompt and no longer requires model to be passed in (model is now an object).
  • !Plugins no longer receive the previous app-scoped context; they now receive directory (cwd) and worktree (git repo root).
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.0.10-nightly.1 NOTES

Qwen Code v0.0.10-nightly.1 adds a Todo Write tool for in-session task management and progress tracking.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.10-nightly.1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.0.10-nightly.1
  • Adds a Todo Write tool enabling task management and progress tracking within coding sessions.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Milvus

Sources Release notes → v2.6.1 NOTES

Milvus 2.6.1 adds model-based rerankers, POSIX remote storage support, and new configurable limits for indexes and disk writes.

└──▷ GET THIS VERSION
$ git clone --branch v2.6.1 https://github.com/milvus-io/milvus.git
# already have the repo? check out this version:
$ git checkout v2.6.1
  • Makes the build ratio for interim indexes configurable.
  • Adds a configurable write rate limit to the disk writer.
  • Adds a configurable switch to adjust consistency guarantees for higher availability.
  • Supports POSIX-compatible file systems for remote storage.
  • Introduces model-based rerankers.
+9 moreshow less
  • Enables SegCore parameters to be updated dynamically without restarting the Milvus service.
  • Adds unified gRPC latency metrics for better observability.
  • Includes client request timestamps in gRPC headers to simplify debugging.
  • Supports trace log level for segcore.
  • Supports dynamic interval updates for ticker components.
  • Optimizes query performance by converting multiple != conditions into a single NOT IN clause.
  • Accelerates text match by collecting doc_id from posting list directly.
  • Optimizes performance of comparison expressions on primary key fields.
  • Improves auto-detection of ARM SVE instruction sets for bitset operations.
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 →