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 -262, November 28, 2025

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

OpenClaw

Sources Release notes → v1.2.2 2 RELEASES · 2025-11-28 NOTES STABLE

Your own personal AI assistant. Any OS.

OpenClaw v1.2.2 adds manual heartbeat sends with message body and dry-run preview via Twilio or web providers.

└──▷ GET THIS VERSION
$ git clone --branch v1.2.2 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v1.2.2
└──▷ TRY IT
Send a real outbound heartbeat alert through Twilio to verify an on-call channel is reachable.
$ warelay heartbeat --provider twilio --message "Heartbeat check: system nominal"
Preview the exact payload that would be sent before committing to a live web heartbeat, useful in CI or staging validation.
$ warelay heartbeat --provider web --body "Scheduled heartbeat ping" --dry-run
  • New --message/--body flags for warelay heartbeat let practitioners push real outbound heartbeat messages via --provider web or --provider twilio.
  • New --dry-run flag for warelay heartbeat previews outbound payloads without sending, enabling safe testing of heartbeat configurations.
1 more release in this issue · 2025-11-28
v1.2.1 NOTES STABLE

OpenClaw v1.2.1 adds manual heartbeat messaging with dry-run preview and MIME-first media type detection.

└──▷ GET THIS VERSION
$ git clone --branch v1.2.1 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:
$ git checkout v1.2.1
└──▷ TRY IT
Preview a manual heartbeat payload to Twilio before actually sending it — useful for validating message content in CI or staging.
$ warelay heartbeat --message "System healthy" --dry-run
Send a manual heartbeat with a custom body to the web channel without relying on the default automated ping.
$ warelay heartbeat --body "All services nominal"
  • Adds --message/--body flags to warelay heartbeat for manual heartbeat sends via web or Twilio.
  • Adds --dry-run flag to warelay heartbeat to preview payloads before sending.
  • Enables MIME-first media detection (magic bytes → headers → extension) so files send with the correct type regardless of suffix.
Was this useful?

PydanticAI

Sources Release notes → v1.25.0 NOTES

PydanticAI v1.25.0 adds support for gemini-3-pro-image-preview and improved Google tool error reporting.

└──▷ GET THIS VERSION
$ git clone --branch v1.25.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.25.0
  • Adds support for the gemini-3-pro-image-preview model.
  • Returns tool errors to Google in the error key, enabling structured error feedback in Google model integrations.
Was this useful?
◆  AI Coding Agents

Alibaba Qwen Code

Sources Release notes → v0.3.0 2 RELEASES · 2025-11-28 NOTES STABLE

Qwen Code v0.3.0 adds stream-json I/O format for headless programmatic use and full internationalization support.

└──▷ GET THIS VERSION
$ git clone --branch v0.3.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.3.0
└──▷ TRY IT
Pipe structured prompts into Qwen Code and consume streaming JSON responses in a script or CI pipeline.
$ qwen --input-format stream-json --output-format stream-json
  • Adds stream-json as a supported value for --input-format and --output-format in headless mode, enabling programmatic, machine-readable streaming I/O.
  • Adds internationalization (i18n) support for both UI text and LLM output.
1 more release in this issue · 2025-11-28
v0.3.0-nightly.20251128.c9af7481 NOTES STABLE

Qwen Code v0.3.0-nightly adds stream-json I/O format for headless programmatic use and full internationalization support.

└──▷ GET THIS VERSION
$ git clone --branch v0.3.0-nightly.20251128.c9af7481 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.3.0-nightly.20251128.c9af7481
└──▷ TRY IT
Drive Qwen Code headlessly from a script, piping newline-delimited JSON commands in and reading structured JSON responses out.
$ qwen --input-format stream-json --output-format stream-json
  • Adds stream-json as a supported value for --input-format and --output-format flags in headless mode, enabling programmatic/machine-readable streaming JSON I/O.
  • Adds internationalization (i18n) support for both the UI and LLM output.
Was this useful?
Other / Uncategorized
◆  AI OBSERVABILITY

Langfuse

Sources Release notes → v3.135.0 NOTES

Langfuse v3.135.0 adds comment filtering across traces, sessions, and observations, model pricing tiers, and a new parallel-test trace viewer UI.

└──▷ GET THIS VERSION
$ git clone --branch v3.135.0 https://github.com/langfuse/langfuse.git
# already have the repo? check out this version:
$ git checkout v3.135.0
  • Adds comment filtering to traces, sessions, and observations in the UI.
  • Adds model pricing tiers support for more granular cost tracking.
  • Introduces a new trace viewer UI (trace2) for parallel testing of the trace display.
  • Adds pricing for the claude-opus-4.5 model.
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 →