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 -278, November 12, 2025

THE AI TOOLCHAIN NO. -278
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED NOVEMBER 12, 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   # 11 tools matched
AI & LLM Tooling
◆  AI Agent Frameworks

Agno (formerly Phidata)

Sources Release notes → v2.2.11 NOTES

Agno v2.2.11 adds ParallelTools for web search/extraction, Claude context editing, Anthropic beta access, and expanded Gmail label management.

└──▷ GET THIS VERSION
$ git clone --branch v2.2.11 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:
$ git checkout v2.2.11
└──▷ USE IT
Run AI-optimized parallel web search and content extraction inside an agent using the new ParallelTools toolkit.
python
from agno.tools.parallel_tools import ParallelTools

agent = Agent(
    tools=[ParallelTools()],
    ...
)
agent.run('Find and summarize the latest research on LLM context management')
  • Adds ParallelTools toolkit providing AI-optimized web search and content extraction via both direct API integration and MCP server support.
  • Enables all Anthropic API beta features on Agno Claude models via the betas parameter.
  • Adds duration field to top-level Workflow metrics, exposing total runtime of a complete Workflow run.
  • Extends the Gmail tool with label management: list custom labels, apply labels to emails, remove labels from emails, and delete custom labels.
Was this useful?
◆  AI Coding Agents

Charm Crush

Sources Release notes → v0.17.0 NOTES

Glamourous agentic coding for all

Crush v0.17.0 adds a recent-models picker and opt-in AI attribution trailers to git commits.

└──▷ GET THIS VERSION
$ git clone --branch v0.17.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.17.0
  • Adds a 'recent models' section at the top of the model picker so frequently used models are surfaced automatically.
  • Adds trailer_style config option to append an Assisted-by git trailer (e.g. Assisted-by: Claude Sonnet 4.5 via Crush) to commits, following Fedora Council AI-disclosure guidelines.
  • Migrates the deprecated co_authored_by config setting to the new attribution scheme.
Was this useful?

GitHub Copilot CLI

Sources Release notes → v0.0.355 NOTES

GitHub Copilot CLI v0.0.355 bundles ripgrep with new grep and glob tools and enhances /session output and self-help via /help.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.355 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.355
  • Adds grep and glob tools backed by bundled ripgrep for faster codebase searching.
  • Enables the CLI agent to read its own /help and README to answer questions about its own capabilities.
  • Adds more detail and improved styling to the /session command's output.
  • Improves parsing of VSCode-formatted custom agents using the .agent.md suffix.
Was this useful?

Block Goose

Sources Release notes → v1.14.0 NOTES

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

Goose v1.14.0 adds Mistral AI and GitHub Copilot providers, platform tools via CLI, and env-var substitution in auth config.

└──▷ GET THIS VERSION
$ git clone --branch v1.14.0 https://github.com/block/goose.git
# already have the repo? check out this version:
$ git checkout v1.14.0
  • Adds Mistral AI as a new LLM provider option.
  • Supports newer GitHub Copilot AI model versions as a provider.
  • Enables access to platform tools through the CLI.
  • Supports dynamic environment variable substitution in authentication configuration blocks.
  • Adds a macOS dock menu with a New Window option for better desktop integration.
+1 moreshow less
  • Adds a pending extension indicator in the extension panel for visual loading feedback.
Was this useful?

SST OpenCode

Sources Release notes → v1.0.59 NOTES

The open source coding agent.

OpenCode v1.0.59 adds agent color configuration and hides /share when disabled.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.59 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.59
  • Adds per-agent color configuration for visual differentiation in the TUI.
  • Hides the /share command from the UI when sharing is disabled.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.2.0-preview.0 2 RELEASES · 2025-11-12 NOTES STABLE

Qwen Code v0.2.0-preview.0 adds TodoWriteTool and TaskTool support to the Zed editor integration.

└──▷ GET THIS VERSION
$ git clone --branch v0.2.0-preview.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.2.0-preview.0
  • Adds TodoWriteTool and TaskTool support to the Zed editor integration, enabling task and to-do management workflows within Zed.
1 more release in this issue · 2025-11-12
v0.2.1-nightly.20251112.22edef0c NOTES STABLE

Qwen Code v0.2.1-nightly adds TodoWriteTool and TaskTool support to its Zed editor integration.

└──▷ GET THIS VERSION
$ git clone --branch v0.2.1-nightly.20251112.22edef0c https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.2.1-nightly.20251112.22edef0c
  • Adds TodoWriteTool and TaskTool support to the Zed editor integration, enabling task and to-do management workflows from within Zed.
Was this useful?

Zed

Sources Release notes → v0.212.3 NOTES

Zed v0.212.3 adds git worktree management, git: pull rebase, GitLab/Gitee blame avatars, ACP agent installs via extensions, and new hidden_files and search.center_on_match settings.

└──▷ GET THIS VERSION
$ git clone --branch v0.212.3 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.212.3
└──▷ USE IT
Hide dot-files and build artifacts from the project panel while keeping them accessible via toggle.
json
// In Zed settings (settings.json)
{
  "hidden_files": ["**/.env", "**/node_modules", "**/dist"]
}
Keep the current match centered in the viewport when jumping through project-wide search results.
json
// In Zed settings (settings.json)
{
  "search": {
    "center_on_match": true
  }
}
Always show a scrollbar in the autocomplete completion menu for long suggestion lists.
json
// In Zed settings (settings.json)
{
  "editor": {
    "completion_menu_scrollbar": true
  }
}
  • Adds git: worktree creation action and git worktree picker to open a git worktree in a new window or replace the current one.
  • Adds git: pull rebase action for running git pull --rebase.
  • Adds collab_panel::OpenSelectedChannelNotes action (bound to alt-enter by default) for opening channel notes from the collaboration panel.
  • Adds hidden_files setting to configure glob patterns for files treated as hidden in the project panel.
  • Adds project panel: toggle hidden files action to quickly show or hide hidden files in the project panel.
+24 moreshow less
  • Adds editor.completion_menu_scrollbar setting to show a scrollbar in the completion menu.
  • Adds search.center_on_match option for centering the cursor on buffer/project search matches.
  • Adds workspace: toggle helix mode action to the command palette.
  • Adds ability to install ACP agents via extensions.
  • Adds experimental terminal-based authentication to ACP support.
  • Adds ability to copy a deep-link to a specific setting, opening the settings window directly at that location.
  • Adds ability to remove OpenAI-compatible LLM providers directly from the UI.
  • Adds ability to switch between configured edit prediction providers through the status bar menu.
  • Adds ability to configure conditions, logs, and hit conditions on breakpoints when there is no active debug session.
  • Adds horizontal scroll bars to the debugger variable list, memory view, and breakpoint list.
  • Adds a button for refreshing available Ollama models.
  • Adds Bedrock support for Claude Haiku 4.5.
  • Adds a button to expand or collapse all project search excerpts at once.
  • Adds VS Code-style terminal split keybindings (cmd-d on macOS, ctrl-shift-5 on Windows and Linux).
  • Adds modal hover for one-off tasks.
  • Adds support for showing GitLab and self-hosted GitLab avatars in git blame.
  • Adds support for showing Gitee avatars in git blame.
  • Adds syntax highlighting for the new ignore directive in go.mod files (Go 1.25).
  • Improves diagnostics pane to live-update when editing within its editor.
  • Shows inlay label parts' tooltips on hover.
  • Improves SVG preview to re-render on every keystroke instead of only on save.
  • Improved git blame performance by reducing concurrent git processes spawned.
  • Improved keyboard input handling for international keyboard layouts and IMEs on Windows.
  • Improved startup time on systems with slow process spawning.
Was this useful?

Google gemini-cli

Sources Release notes → v0.16.0-nightly.20251112.c961f274 3 RELEASES · 2025-11-12 NOTES STABLE

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

gemini-cli v0.16.0-nightly adds session resuming, GitHub extension disabling, enhanced RipGrep search, and improved loop detection.

└──▷ GET THIS VERSION
$ git clone --branch v0.16.0-nightly.20251112.c961f274 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.16.0-nightly.20251112.c961f274
  • Adds CLI flags for session management, including the ability to resume previous geminiChat sessions.
  • Adds a setting to disable GitHub extensions from the CLI.
  • Enhances the RipGrep tool with advanced search options and improved defaults.
  • Enhances loop detection with a 2-stage check for more reliable agentic runs.
  • Adds expected_replacements parameter to the smart-edit tool for more precise edits.
+2 moreshow less
  • Adds experiment logging and a caching experiment for performance optimization.
  • Supports Ink scrolling for improved terminal rendering of long outputs.
2 more releases in this issue · 2025-11-12
v0.14.0 NOTES STABLE

gemini-cli v0.14.0 adds scrollable output, extension enable/disable commands, subagent compression, and shell CWD context.

└──▷ GET THIS VERSION
$ git clone --branch v0.14.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.14.0
└──▷ TRY IT
Temporarily disable a noisy extension mid-session without restarting the CLI.
$ /disable <extension-name>
Re-enable a previously disabled extension and pick up any custom command changes without restarting.
$ /enable <extension-name>
  • Adds scrollable support to the CLI output interface.
  • Adds /enable and /disable commands for extensions, and live reloading of custom commands without restarting the CLI.
  • Adds compression mechanism to subagent conversations to manage context length.
  • Includes current working directory (cwd) in shell command descriptions for clearer context.
  • Notifies users when the model falls back to Flash, with an updated error message.
+1 moreshow less
  • Adds ModelConfigService for centralized model configuration management.
v0.15.0-preview.0 NOTES STABLE

gemini-cli v0.15.0 adds session resumption flags, a hook execution engine, /extensions restart, and an a2a listCommands endpoint.

└──▷ GET THIS VERSION
$ git clone --branch v0.15.0-preview.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.15.0-preview.0
└──▷ TRY IT
Restart all loaded extensions after editing their configuration, without restarting the CLI.
$ /extensions restart
  • Adds CLI flags for session management and resuming chat sessions via geminiChat.
  • Introduces a Hook Execution Engine for automating actions around tool calls and model responses.
  • Adds /extensions restart slash command to reload extensions without restarting the CLI.
  • Gemini memory now reloads automatically on extension load/unload.
  • Extension reloading now respects updates to excluded tools.
+6 moreshow less
  • Adds listCommands endpoint to the a2a server for agent-to-agent capability discovery.
  • Adds setting to disable GitHub extensions.
  • Adds expected_replacements parameter to the smart-edit tool for more precise edits.
  • Switches to alternate buffer mode before rendering Ink for a cleaner terminal UI.
  • Supports scrolling in the Ink UI.
  • Tabs are now preserved on paste.
└──▷ BREAKING ON UPGRADE
  • !The icon property on info messages is renamed to prefix.
Was this useful?
◆  AI Model & Data Infrastructure

Ollama

Sources Release notes → v0.12.11 NOTES

Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

Ollama v0.12.11 adds log probability support to its API and opt-in Vulkan GPU acceleration.

└──▷ GET THIS VERSION
$ git clone --branch v0.12.11 https://github.com/ollama/ollama.git
# already have the repo? check out this version:
$ git checkout v0.12.11
└──▷ TRY IT
Retrieve per-token log probabilities to evaluate model confidence on a generation — useful for perplexity scoring or classification pipelines.
$ curl http://localhost:11434/api/generate -d '{"model": "gemma3", "prompt": "Why is the sky blue?", "logprobs": true}'
Inspect the top 3 alternative tokens at each position to understand model uncertainty or build autocomplete candidates.
$ curl http://localhost:11434/api/generate -d '{"model": "gemma3", "prompt": "Why is the sky blue?", "logprobs": true, "top_logprobs": 3}'
Enable Vulkan acceleration to run models on AMD, Intel, or integrated GPUs not supported by the default CUDA/Metal backends.
$ OLLAMA_VULKAN=1 ollama serve
  • Adds logprobs field to Ollama's generate API and OpenAI-compatible API, returning per-token log probabilities and raw bytes for classification, evaluation, and perplexity tasks.
  • Adds top_logprobs parameter to expose the N most-likely alternative tokens at each position, enabling token-level introspection.
  • Adds opt-in Vulkan GPU acceleration via OLLAMA_VULKAN=1, broadening hardware support to AMD, Intel, and integrated GPUs.
  • Adds WebP image support in Ollama's desktop app.
  • Ollama now prefers dedicated GPUs over iGPUs when scheduling models.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Arize Phoenix

Sources Release notes → arize-phoenix-evals-v2.6.0 2 RELEASES · 2025-11-12 NOTES STABLE

Phoenix Evals 2.6.0 adds Anthropic and Google GenAI adapters, GPT-5 on Azure, and invocation params for ClassificationEvaluators.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-evals-v2.6.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-evals-v2.6.0
  • Adds support for invocation params in ClassificationEvaluators, enabling per-evaluation model parameter control.
  • Adds Anthropic and Google GenAI adapters for use with Phoenix evals.
  • Adds GPT-5 support to Azure OpenAI model integrations.
1 more release in this issue · 2025-11-12
arize-phoenix-client-v1.23.0 NOTES STABLE

Arize Phoenix client v1.23.0 adds retry support for experiments.

└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-client-v1.23.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:
$ git checkout arize-phoenix-client-v1.23.0
  • Adds retry support for experiments, allowing failed experiment runs to be automatically retried.
Was this useful?

Langfuse

Sources Release notes → v3.131.0 NOTES

Langfuse v3.131.0 adds data retention for Pro plans, a timestampDay metrics field, and resizable filter sidebar with per-column usage/latency toggles.

└──▷ GET THIS VERSION
$ git clone --branch v3.131.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.131.0
  • Adds timestampDay field to scoresNumericView and scoresCategoricalView for day-level time-bucketing of score metrics.
  • Enables data retention policy configuration for Pro plan workspaces.
  • Makes the filter sidebar resizable and adds a sticky header for easier navigation of long filter lists.
  • Adds individual toggles for usage and latency columns in the trace tree view.
  • Prefetches observation input/output data on hover in the trace view, reducing perceived load time.
+1 moreshow less
  • Adds a contact sales button for Enterprise plan inquiries in the billing UI.
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 →