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 -274, November 16, 2025

THE AI TOOLCHAIN NO. -274
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED NOVEMBER 16, 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 Agent Frameworks

CrewAI

Sources Release notes → 1.5.0 NOTES

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

CrewAI 1.5.0 adds LLM call hooks, exposes messages to task outputs, and improves A2A trust and Okta data.

└──▷ GET THIS VERSION
$ git clone --branch 1.5.0 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:
$ git checkout 1.5.0
└──▷ USE IT
Inspect the full message history attached to a task result for auditing or downstream processing.
python
result = crew.kickoff()
for task_output in result.tasks_output:
    print(task_output.messages)
  • Adds before and after LLM call hooks in CrewAgentExecutor for observability and control around every LLM invocation.
  • Exposes messages to TaskOutput and LiteAgentOutputs, giving callers access to the full message history from a task run.
  • Adds A2A trust remote completion status flag for agent-to-agent trust workflows.
  • Fetches and stores richer data about Okta authorization servers for enhanced auth integrations.
  • Enhances schema description of QdrantVectorSearchTool for improved usability and discoverability.
Was this useful?
◆  AI Coding Agents

SST OpenCode

Sources Release notes → v1.0.66 NOTES

The open source coding agent.

OpenCode v1.0.66 adds a batch tool, image support in MCP responses, GPT-5-nano, and a new Flexoki theme.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.66 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.66
  • Adds experimental batch tool for running multiple operations in one invocation.
  • Adds Flexoki theme as a new UI color scheme.
  • Supports local file paths for custom providers.
  • Supports images in MCP tool responses.
  • Adds global.event.subscribe() to the SDK for event-driven integrations.
+1 moreshow less
  • Adds GPT-5-nano model as a selectable option.
Was this useful?

Google gemini-cli

Sources Release notes → v0.17.0-nightly.20251116.e650a4ee5 NOTES

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

gemini-cli v0.17.0-nightly adds metadata server ADC auth option, permissions command trust management, and model display in history.

└──▷ GET THIS VERSION
$ git clone --branch v0.17.0-nightly.20251116.e650a4ee5 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.17.0-nightly.20251116.e650a4ee5
  • Adds option to authenticate via metadata server application default credentials without a project override.
  • Extends the permissions command to support modifying trust for directories beyond the current working directory.
  • Adds folder trust verification before allowing a directory to be added via add directory.
  • Shows the active model in conversation history output.
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 →