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 -281, November 9, 2025

THE AI TOOLCHAIN NO. -281
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED NOVEMBER 9, 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 Coding Agents

OpenAI Codex CLI

Sources Release notes → rust-v0.57.0 NOTES

Lightweight coding agent that runs in your terminal

Codex CLI gains Ctrl-N/P slash-command navigation, unified exec safe-command auto-approval, and new app-server endpoints.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.57.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.57.0
└──▷ HOW TO FIND IT
Navigate slash-command suggestions or history without leaving the keyboard while typing a prompt.
📍# Inside the Codex TUI, type '/' to open the slash-command list, then press Ctrl-N / Ctrl-P to move up and down through suggestions.
  • Adds Ctrl-N / Ctrl-P keyboard navigation for slash command lists, file pickers, and history in the TUI.
  • Unified exec mode now allows safe commands to run without requiring user approval.
  • Skips retries automatically when the API returns an insufficient_quota error, avoiding unnecessary wait loops.
  • Removes the shell tool when unified exec is enabled, streamlining the tool surface.
  • Promotes shell config tool to model family config level.
+6 moreshow less
  • App-server implements the account/read endpoint.
  • App-server exposes additional fields on the Thread object.
  • Adds network_access and web_search options to the TypeScript SDK.
  • WSL: normalizes Windows paths during updates.
  • Replaces raw Cloudflare 403 HTML responses with a friendly error message.
  • Kills shell tool process groups on timeout, improving cleanup for long-running commands.
└──▷ BREAKING ON UPGRADE
  • !The shell tool is removed from the available tool set when unified exec is enabled (--unified-exec).
Was this useful?

SST OpenCode

Sources Release notes → v1.0.50 NOTES

The open source coding agent.

OpenCode v1.0.50 adds session/agent/model/messageID context to chat plugin hooks

└──▷ GET THIS VERSION
$ git clone --branch v1.0.50 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.50
  • Adds sessionID, agent, model, and messageID input context to chat.params and chat.message plugin hooks
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.2.0-nightly.20251109.3c01c715 NOTES

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

└──▷ GET THIS VERSION
$ git clone --branch v0.2.0-nightly.20251109.3c01c715 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.2.0-nightly.20251109.3c01c715
  • Extends the Zed editor integration to support TodoWriteTool and TaskTool, enabling todo and task management surfaces within Zed.
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 →