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 -286, November 4, 2025

THE AI TOOLCHAIN NO. -286
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED NOVEMBER 4, 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   # 8 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Cline

Sources Release notes → v3.35.1 NOTES

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

Cline v3.35.1 adds a redesigned Hooks UI, Hicap provider, Claude 4.5 Sonnet on SAP AI Core, and remote multi-provider config.

└──▷ GET THIS VERSION
$ git clone --branch v3.35.1 https://github.com/cline/cline.git
# already have the repo? check out this version:
$ git checkout v3.35.1
  • Redesigned Hooks UI with an overhauled visual interface for managing .clinerules/hooks/.
  • Adds Hicap as a new AI provider integration.
  • Adds Claude 4.5 Sonnet model support for the SAP AI Core provider.
  • Enables remote config to configure multiple providers simultaneously.
  • Adds global rules and workflows to the remote config schema.
+3 moreshow less
  • Adds a field mask to the updateApiConfiguration RPC for granular API configuration updates.
  • Terminal timeouts are now enabled by default.
  • Adds provider field to tool usage telemetry events for better observability.
└──▷ BREAKING ON UPGRADE
  • !Terminal timeouts are now enabled by default, which may interrupt long-running terminal commands that previously ran without a timeout.
Was this useful?

Charm Crush

Sources Release notes → v0.14.0 NOTES

Glamourous agentic coding for all

Crush v0.14.0 adds MCP Prompt template support and startup progress feedback on Ghostty/Windows Terminal.

└──▷ GET THIS VERSION
$ git clone --branch v0.14.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.14.0
  • Supports MCP stored prompts (templates): access via ctrl+p then the MCP tab in the command prompt.
  • Shows a progress bar loading feedback during startup on Ghostty and Windows Terminal.
Was this useful?

OpenAI Codex CLI

Sources Release notes → rust-v0.54.0 NOTES

Lightweight coding agent that runs in your terminal

Codex CLI v0.54.0 adds Azure OpenAI proxy support, an improved compactor, and elapsed-time display after aborts.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.54.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.54.0
  • Adds options to responses-api-proxy to support Azure OpenAI endpoints.
  • Introduces compactor v2 (feat: compactor 2) for improved conversation compaction, with a warning displayed on compact.
  • Shows elapsed time in the TUI after aborting a request.
  • Follows symlinks during file search.
  • Parses Azure OpenAI rate-limit messages for clearer error reporting.
+5 moreshow less
  • Logs sandbox commands to $CODEX_HOME instead of the current working directory.
  • Includes reasoning tokens in the context window calculation.
  • Adds sandbox command assessment changes based on experiment feedback.
  • Refines TUI text-area word separator handling.
  • Ensures the trust prompt is not skipped on Windows when sandbox is enabled.
Was this useful?

SST OpenCode

Sources Release notes → v1.0.21 3 RELEASES · 2025-11-04 NOTES STABLE

The open source coding agent.

OpenCode v1.0.21 adds scoped npm plugin support, /mcp alias, and disable_paste_summary setting.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.21 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.21
└──▷ TRY IT
Quickly check MCP server status using the new /mcp alias instead of /status.
$ /mcp
  • Supports scoped npm packages as plugins (e.g., @org/plugin-name).
  • Adds /mcp as an alias for the /status command.
  • Honors the disable_paste_summary setting to suppress paste summaries.
2 more releases in this issue · 2025-11-04
v1.0.20 NOTES STABLE

OpenCode v1.0.20 adds OPENCODE & AGENT environment variables for scripting and automation.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.20 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.20
└──▷ TRY IT
Reference the current agent name inside a shell tool or script to conditionally change behavior per agent.
$ echo $AGENT
  • Exposes OPENCODE and AGENT environment variables for use in sessions and tooling.
v1.0.19 NOTES STABLE

OpenCode v1.0.19 adds a stats command to display usage statistics.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.19 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.19
└──▷ TRY IT
Check your session usage statistics without leaving the terminal.
$ opencode stats
  • New stats command displays usage statistics directly from the CLI.
Was this useful?

Google gemini-cli

Sources Release notes → v0.12.0 NOTES

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

gemini-cli v0.12.0 adds YOLO mode disable setting, extension aliases, sequential tool approval, and an executeCommand API endpoint.

└──▷ GET THIS VERSION
$ git clone --branch v0.12.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.12.0
  • Adds a setting to disable YOLO mode, giving users control over autonomous tool execution.
  • Adds an extension alias for the /extensions command for faster CLI access.
  • Adds an executeCommand API endpoint with support for /extensions list.
  • Supports requesting extension settings during install via extension settings.
  • Implements sequential approval for tool execution, prompting confirmation one tool at a time.
+4 moreshow less
  • Introduces a message bus for tool execution confirmation, enabling programmatic approval workflows.
  • Adds BYOID (Bring Your Own Identity) auth client support when BYOID credentials are detected.
  • Adds basic OpenTelemetry (OTEL) trace instrumentation for developer observability.
  • Supports recitation events in responses from the A2A Server.
Was this useful?
◆  AI Agent Frameworks

PydanticAI

Sources Release notes → v1.10.0 NOTES

PydanticAI v1.10.0 adds synchronous streaming via Agent.run_stream_sync, application/msword file detection, and OpenAIResponsesModel.base_url.

└──▷ GET THIS VERSION
$ git clone --branch v1.10.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.10.0
└──▷ USE IT
Run a streaming agent response synchronously — useful in scripts or frameworks where an event loop is unavailable.
python
with agent.run_stream_sync('Summarise this document') as result:
    for text in result.stream_text():
        print(text, end='', flush=True)
  • Adds Agent.run_stream_sync method and synchronous convenience methods on StreamedRunResult for consuming streamed agent runs without an async runtime.
  • Implements OpenAIResponsesModel.base_url property, exposing the configured base URL on the responses model.
  • Adds support for detecting and handling application/msword files as agent inputs.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Chroma

Sources Release notes → 1.3.2 NOTES

Chroma 1.3.2 adds Qwen to the JavaScript embedding package list.

└──▷ GET THIS VERSION
$ git clone --branch 1.3.2 https://github.com/chroma-core/chroma.git
# already have the repo? check out this version:
$ git checkout 1.3.2
  • Adds Qwen to the list of supported JS embedding packages.
Was this useful?
◆  AI OBSERVABILITY

Langfuse

Sources Release notes → v3.126.0 NOTES

Langfuse v3.126.0 adds tool call rendering in the trace UI and IdP-initiated SSO support.

└──▷ GET THIS VERSION
$ git clone --branch v3.126.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.126.0
  • Adds IdP-initiated SSO, allowing identity providers to initiate authentication flows directly.
  • Renders tool calls in the trace UI, making LLM tool-use interactions visible in trace views.
  • Displays IdP callback error messages on the sign-in page for clearer authentication failure feedback.
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 →