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 -325, September 25, 2025

THE AI TOOLCHAIN NO. -325
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED SEPTEMBER 25, 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 Agent Frameworks

Agno (formerly Phidata)

Sources Release notes → v2.0.10 NOTES

Agno v2.0.10 adds overwrite_db_session_state flag to overwrite persisted session state in the database.

└──▷ GET THIS VERSION
$ git clone --branch v2.0.10 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:
$ git checkout v2.0.10
└──▷ USE IT
Force a fresh session state on the next run instead of resuming from the previously stored state in the database.
python
agent = Agent(..., overwrite_db_session_state=True)
  • Adds overwrite_db_session_state flag to overwrite the session state persisted in the database, enabling clean session resets without manual DB intervention.
Was this useful?

AutoGPT

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

AutoGPT Platform beta v0.6.30 adds a Notion page reader block, a DataForSEO depth parameter, and a store API caching layer.

└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.30 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:
$ git checkout autogpt-platform-beta-v0.6.30
  • Adds depth parameter to the DataForSEO Related Keywords block, enabling control over keyword relationship traversal depth.
  • Adds a NotionReadPage block for reading Notion pages directly within agent workflows.
  • Implements a caching layer for store API endpoints (Part 1), reducing latency on repeated store queries.
Was this useful?

Hugging Face smolagents

Sources Release notes → v1.22.0 NOTES

smolagents v1.22.0 adds Modal remote execution, custom Dockerfiles, MCP structured output, and user-configurable model parameter overrides.

└──▷ GET THIS VERSION
$ git clone --branch v1.22.0 https://github.com/huggingface/smolagents.git
# already have the repo? check out this version:
$ git checkout v1.22.0
└──▷ USE IT
Retrieve the full run result — including token usage and intermediate steps — directly from a single run call.
python
result = agent.run('Summarize this document', return_full_result=True)
print(result.token_usage)
print(result.steps)
Use a custom Dockerfile in DockerExecutor to pre-install project-specific dependencies in the sandbox environment.
python
from smolagents.executors import DockerExecutor

with open('Dockerfile', 'rb') as f:
    executor = DockerExecutor(custom_dockerfile=f)
agent = CodeAgent(tools=[], model=model, executor=executor)
agent.run('Analyze the dataset')
  • Adds return_full_result parameter directly to the agent run method, enabling callers to retrieve the full RunResult object inline.
  • Adds support for custom Dockerfile in DockerExecutor, letting users supply their own build context instead of the default image.
  • Adds support for user-configurable parameter overrides for model completion parameters, allowing callers to override defaults passed to the underlying model completion call.
  • Adds ModalRemoteExecutor for running agent code on Modal's remote infrastructure.
  • Adds support for MCP structured output and output schema in MCP tool integrations.
+2 moreshow less
  • Makes RunResult JSON-serializable, enabling downstream logging and persistence pipelines.
  • Supports e2b-code-interpreter v2 in E2BExecutor.
Was this useful?
◆  AI Coding Agents

Cline

Sources Release notes → v3.31.1 2 RELEASES · 2025-09-25 NOTES STABLE

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

Cline v3.31.1 adds CLI tools detection to environment details and renames the MCP 'Installed' tab to 'Configure'.

└──▷ GET THIS VERSION
$ git clone --branch v3.31.1 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v3.31.1
  • Adds CLI tools detection to environment details, giving the agent visibility into available command-line tools in the working environment.
  • Renames the MCP tab from 'Installed' to 'Configure' for clearer navigation.
1 more release in this issue · 2025-09-25
v3.31.0 NOTES STABLE

Cline v3.31.0 adds voice mode (macOS), multi-root workspace search, configurable auto-condense threshold, and a new Cline Auth Provider.

└──▷ GET THIS VERSION
$ git clone --branch v3.31.0 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v3.31.0
  • Adds voice mode for dictating prompts to Cline (macOS only).
  • Adds a Search tool for multi-root workspaces, enabling file search across all workspace roots.
  • Adds multi-root workspace support for auto-approve file reads.
  • Adds a configurable auto-condense threshold setting to control when conversation context is condensed.
  • Introduces a new Cline Auth Provider for authentication.
+4 moreshow less
  • Adds multi-root workspace setting with feature flag support.
  • Removes the VCS (version control) requirement from multi-root checkpoints, broadening checkpoint support.
  • Improves error messaging when Cline receives empty or unparsable responses from API providers.
  • Adds a new Task Header UI redesign.
Was this useful?

Continue

Sources Release notes → v1.2.5-vscode NOTES

Continue v1.2.5 adds invokable rules, terminal stop controls, thinking-tag dimming, HuggingFace router detection, and MCP request timeouts.

└──▷ GET THIS VERSION
$ git clone --branch v1.2.5-vscode https://github.com/continuedev/continue.git
# already have the repo? check out this version:
$ git checkout v1.2.5-vscode
  • Adds transform option to YAML autocomplete configuration (previously missing from autocomplete).
  • Adds MCP request timeout when calling a tool, preventing hung tool invocations.
  • Adds invokable rules — rules that can be explicitly called rather than always applied.
  • Adds ability to stop foreground terminal commands from within the extension.
  • Enables thinking/reasoning toggle for Ollama models.
+10 moreshow less
  • Adds HuggingFace OpenAI-compatible router auto-detection.
  • Adds autoformatting detection for edit tools.
  • Adds message queueing in the CLI.
  • Parses <think> / thinking tags and dims them in the UI to visually separate reasoning from output.
  • Improves find-and-replace capability.
  • Improves compaction UI, surfacing compaction status as a status message.
  • Allows Cmd+L / Cmd+I on an empty selection to select the entire file.
  • Excludes single-file edit mode for models capable of handling multi-file edits.
  • Auto-selects scope for org API keys in the Continue network.
  • Updates CLI fetch tool to use fetchUrlContent from core.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.0.14-nightly.0 NOTES

Qwen Code v0.0.14-nightly.0 adds Plan Mode for safe, non-destructive code planning before execution.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.14-nightly.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.0.14-nightly.0
  • Adds Plan Mode, a safe code-planning workflow that lets the model reason and propose changes before any code is executed or modified.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Weaviate

Sources Release notes → v1.33.0 NOTES

Weaviate v1.33.0 adds Collection Aliases (GA), 1-bit RQ compression, ContainsNone/Not filters, and OIDC group management.

└──▷ GET THIS VERSION
$ git clone --branch v1.33.0 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.33.0
└──▷ USE IT
Filter out documents that contain any of a set of unwanted values using the new ContainsNone operator.
json
{
  "where": {
    "operator": "ContainsNone",
    "path": ["tags"],
    "valueTextArray": ["spam", "draft", "archived"]
  }
}
  • Adds GET /alias endpoint and alias-by-name resolution across objects, batch delete, collection GET, and shard-status operations, with RBAC requiring read=true,collection=* permission for alias lookup.
  • Supports backup and restore of aliases as part of a collection, including an overwrite_alias flag during restore.
  • Introduces ContainsNone and Not filter operators for inverted-index queries.
  • Adds 1-bit Rotational Quantization (rq-1) compression mode alongside the existing 8-bit variant (rq-8), with RQ bit counts now tracked in usage metrics.
  • Enables API-based vectorizer modules by default, removing the need for explicit opt-in configuration.
+7 moreshow less
  • Expands vectorizer support to additional property types, and skips vectorizing objects that have only empty property values.
  • Adds OIDC group claim parsing from string, improving OIDC role group management support.
  • Switches the default filter strategy to acorn for improved filtered-search performance.
  • Adds a Weaviate health-check file for liveness/readiness probing.
  • Introduces experimental server-side batching capability.
  • Sets a default compression algorithm for vector indexes when none is explicitly configured.
  • Adds checksum validation to the inverted index format for data integrity.
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 →