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 -261, November 29, 2025

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

SST OpenCode

Sources Release notes → v1.0.120 NOTES

The open source coding agent.

OpenCode v1.0.120 adds an explore agent, built-in Dart LSP/formatter, and persistent thinking-block display state.

└──▷ GET THIS VERSION
$ git clone --branch v1.0.120 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.0.120
  • Adds an explore agent optimized for fast codebase navigation.
  • Adds built-in Dart LSP server and formatter for Dart projects.
  • Persists thinking-blocks display preference to KV store and surfaces its current state in the command list.
  • Improves task display in session view to show tool names and completion status.
Was this useful?
◆  AI Agent Frameworks

browser-use

Sources Release notes → 0.10.0 NOTES

browser-use 0.10.0 adds Vercel AI Gateway support, captcha/impossible flags in AgentEvent, history rerun improvements, and an env var to disable version checks.

└──▷ GET THIS VERSION
$ git clone --branch 0.10.0 https://github.com/browser-use/browser-use.git
# already have the repo? check out this version:
$ git checkout 0.10.0
  • Adds captcha and impossible flags to AgentEvent so callers can detect when the agent hits a CAPTCHA or an unsolvable state.
  • Adds ChatVercel model class with provider options for Vercel AI Gateway integration, enabling routing to hosted models through Vercel.
  • Adds CodeAgentHistoryList class for improved agent history management in the Code Agent.
  • Adds step_interval calculation to agent history rerun, variable detection from agent history, variable substitution during rerun, and an AI summary for rerun tasks — enabling more robust history replay workflows.
  • Adds an environment variable to disable the version check at startup.
+5 moreshow less
  • Adds support for passing a Base URL to the MCP Server.
  • Records click coordinates in the agent system state, replacing broken mouse-click handling with ClickCoordinateEvent.
  • Newlines are now correctly executed via send_keys, improving keyboard input fidelity.
  • New headless tabs respect the configured window size.
  • Adds support for deepcogito/cogito-v2.1-671b model.
└──▷ BREAKING ON UPGRADE
  • !Pages are removed from browser state (Remove pages from browser state), which may break code that reads the pages field from browser state objects.
Was this useful?
◆  Local LLM Runtimes

oobabooga's Text Generation WebUI (textgen)

Sources Release notes → v3.19 NOTES

oobabooga textgen v3.19 adds a --ubatch-size slider for llama.cpp and updates the backend with Qwen3-Next support.

└──▷ GET THIS VERSION
$ git clone --branch v3.19 https://github.com/oobabooga/textgen.git
# already have the repo? check out this version:
$ git checkout v3.19
  • Adds --ubatch-size slider in the llama.cpp loader UI with new defaults tuned for MoE models, significantly improving prompt processing speeds in full-GPU and GPU+CPU configurations.
  • Updates llama.cpp backend to commit ff55414c adding Qwen3-Next model support.
  • Updates ExLlamaV3 to version 0.0.16.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

Weaviate

Sources Release notes → v1.32.19 NOTES

Weaviate v1.32.19 adds a /debug/config endpoint to inspect live node configuration without exposing sensitive data.

└──▷ GET THIS VERSION
$ git clone --branch v1.32.19 https://github.com/weaviate/weaviate.git
# already have the repo? check out this version:
$ git checkout v1.32.19
  • Adds GET /debug/config endpoint to dump the current node configuration at runtime, with sensitive data automatically redacted.
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 →