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 -308, October 13, 2025

THE AI TOOLCHAIN NO. -308
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED OCTOBER 13, 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   # 6 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Cline

Sources Release notes → v0.0.1-cli NOTES

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

Cline launches its first CLI release with AI-assisted coding, Cerebras support, hooks, remote config, and JetBrains instance management.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.1-cli https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v0.0.1-cli
└──▷ TRY IT
Install and authenticate the Cline CLI in one go to start using AI-assisted coding from the terminal.
$ curl -fsSL https://raw.githubusercontent.com/cline/cline/main/scripts/install.sh | bash && cline auth login
Verify the installed Cline CLI version and explore available commands after installation.
$ cline version && cline --help
  • New cline CLI binary for macOS (Intel/Apple Silicon) and Linux x64, bundling Node.js v22.15.0 and Ripgrep v14.1.1.
  • Adds cline auth login command with an org-selection wizard for authenticating via Cline's cloud.
  • Adds cline version command to verify the installed CLI version.
  • Adds Cerebras provider support to the CLI for model selection.
  • Introduces an initial hooks foundation, enabling event-driven automation within CLI workflows.
+5 moreshow less
  • Adds remote config fetch and state-setting support, allowing centrally managed CLI configuration.
  • Adds instance list support for JetBrains, including a kill-all command for managing running instances.
  • Includes a CLI onboarding flow to guide new users through initial setup.
  • Adds environment variable override support for CLI runtime configuration.
  • Bundles Ripgrep v14.1.1 for fast in-project file searching within CLI tasks.
Was this useful?

Charm Crush

Sources Release notes → v0.11.0 NOTES

Glamourous agentic coding for all

Crush v0.11.0 adds terminal progress bar support, MCP notifications, and automatic filepath walk limits.

└──▷ GET THIS VERSION
$ git clone --branch v0.11.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.11.0
  • Adds application-level progress bar display in supporting terminals (Windows Terminal, Ghostty).
  • Adds MCP notifications support including tools/list_changed events, enabling real-time tool updates to MCP clients like Neovim.
  • Adds automatic filepath walk limits, with lower limits applied automatically when not in a git repository.
Was this useful?

GitHub Copilot CLI

Sources Release notes → v0.0.340 NOTES

GitHub Copilot CLI v0.0.340 adds --allow-all-paths flag, improved Windows support, and better API error debugging.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.340 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.340
└──▷ TRY IT
Run Copilot CLI in path-restricted mode while granting access to all paths upfront, skipping per-path approval prompts.
$ copilot -p --allow-all-paths
Update an MCP server config to correctly reference an environment variable after the literal-value parsing change.
json
{
  "env": {
    "GITHUB_ACCESS_TOKEN": "${GITHUB_TOKEN}"
  }
}
  • Adds --allow-all-paths argument to approve access to all paths without per-path prompts in -p mode.
  • Adds a prompt to approve new paths when running in -p mode, giving users explicit control over path access.
  • Improves debugging output by including the Copilot API request ID for model call errors and stack traces for client errors.
  • Removes the 'Windows support is experimental' warning, reflecting significant Windows stability improvements.
└──▷ BREAKING ON UPGRADE
  • !MCP server env values in ~/.copilot/mcp-config.json are now treated as literal strings instead of environment variable references. Existing configs must prefix values with ${...} (e.g. change "GITHUB_ACCESS_TOKEN": "GITHUB_TOKEN" to "GITHUB_ACCESS_TOKEN": "${GITHUB_TOKEN}") to preserve the previous behavior of reading from the CLI environment.
Was this useful?
◆  AI Agent Frameworks

PydanticAI

Sources Release notes → v1.0.18 NOTES

PydanticAI v1.0.18 adds Nebius AI Studio provider, EvaluationReport.render(), and ToolCallPart.id for OpenAI Responses.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.18 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.0.18
└──▷ USE IT
Render a human-readable evaluation report after running evals against your agent.
python
report = EvaluationReport(...)
print(report.render())
  • Adds ToolCallPart.id field to carry tool-call identifiers from the OpenAI Responses API.
  • Adds render method to the EvaluationReport class for displaying evaluation results.
  • Adds Nebius AI Studio as a supported model provider.
  • Adds anyio and httpcore to Temporal passthrough modules, enabling those libraries to work correctly in Temporal workflows.
Was this useful?

holmesgpt

Sources Release notes → 0.15.0 NOTES

SRE Agent - CNCF Sandbox Project

HolmesGPT 0.15.0 adds Cilium/Hubble toolsets, a feedback command, AG-UI chat endpoint, and a tool approval workflow.

└──▷ GET THIS VERSION
$ git clone --branch 0.15.0 https://github.com/HolmesGPT/holmesgpt.git
# already have the repo? check out this version:
$ git checkout 0.15.0
└──▷ TRY IT
Submit feedback directly from the CLI after an investigation session.
$ holmes feedback
  • Adds feedback subcommand (with privacy notice) for submitting feedback from the CLI.
  • Allows passing a custom system-prompt parameter in the Holmes chat endpoint via the custom_sys_prompt param (ROB-2197).
  • Adds experimental AG-UI-supported chat endpoint and PPL query-assist feature.
  • Adds Cilium and Hubble toolsets for network observability and policy inspection.
  • Adds a tool approval workflow, enabling operator review of tool calls before execution (ROB-1933).
+7 moreshow less
  • Adds Vertex AI Claude model support by including the google-cloud-aiplatform dependency.
  • Adds OpenSearchQueryAssistToolset with prerequisites checking.
  • Expands NewRelic toolset with freeform queries, transaction embed support, and improved trace handling.
  • Limits max tool output to a hard-coded 25K tokens regardless of model context size, improving stability with large responses.
  • Improves Gemini model support and compatibility.
  • Removes experimental tag from three previously experimental toolsets.
  • Improves CLI output to reduce noise during normal operation.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Milvus

Sources Release notes → client/v2.6.1 NOTES

Milvus Go SDK v2.6.1 adds geospatial types, CDC replication, manual L0 compaction, and per-collection FlushAll targeting.

└──▷ GET THIS VERSION
$ git clone --branch client/v2.6.1 https://github.com/milvus-io/milvus.git
# already have the repo? check out this version:
$ git checkout client/v2.6.1
  • Adds Geospatial data type support with WKT/WKB data exchange, R-Tree index for geometry columns, and GIS query functions including ST_EQUALS in query expressions.
  • Adds CDC (Change Data Capture) service implementation enabling log-based cross-cluster replication for Milvus 2.6.
  • Adds manual L0 compaction triggering for finer control over compaction operations.
  • Enhances FlushAll to support targeting specific collections within a database, while maintaining backward-compatible database-level flushing.
  • Allows inserting primary key data even when AutoID is enabled, providing more flexibility in data insertion workflows.
+1 moreshow less
  • Adds receiver parse result cache to reduce redundant parsing overhead during result deserialization.
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 →