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.
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
›Adds defineToolPlugin plus openclaw plugins build, validate, and init commands for authoring typed simple tool plugins with generated manifest metadata and context factories.
›Adds a meme-maker skill supporting curated template search, local SVG/PNG rendering, Imgflip hosted rendering, and Know Your Meme provenance links.
›Adds a Python debugging skill covering pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
›Switches Android Talk Mode to realtime Gateway relay voice sessions with streaming mic input, realtime audio playback, tool-result bridging, and on-screen transcripts.
+12 moreshow less
›Supports HTTPS managed forward-proxy endpoints with scoped proxy.tls.caFile CA trust for proxy endpoint TLS.
›Adds OPENCLAW_IMAGE_APT_PACKAGES as a runtime-neutral image build arg for extra apt packages (Docker/Podman), keeping OPENCLAW_DOCKER_APT_PACKAGES as a legacy fallback.
›Surfaces pending and recently handled modal dialogs in browser snapshots, returns blockedByDialog when an action opens a modal, and adds browser dialog --dialog-id to answer pending dialogs.
›Adds openclaw qa suite --runtime-parity-tier to wire the standard Codex-vs-Pi tier into release checks separately from optional/live-only/soak lanes.
›Exposes runtime tool fixture coverage through openclaw qa coverage --tools with optional suite-summary evaluation for parity gate artifacts.
›Allows trusted admin HTTP RPC clients to start and wait for web QR login flows.
›Redesigns Mac app Settings pages with consistent card layouts, cached navigation, and cleaner permissions/voice/skills/cron/exec/debug panes.
›Adds pnpm test:restart:gateway benchmark tooling for repeated restart readiness, downtime, trace, and resource-slope evidence.
›Overlaps startup logging and plugin-service startup with channel sidecars to reduce restart ready latency while preserving /readyz sidecar gating.
›Adds presentation capability limits for channel renderers and adapts rich message controls before native rendering.
›Updates the Obsidian skill to target the official obsidian CLI and require its registered binary instead of the third-party obsidian-cli.
›Renames the repo-local Codex closeout review skill and helper to autoreview while preserving the Codex-first fallback behavior.
└──▷ BREAKING ON UPGRADE
!The Obsidian skill now requires the official obsidian binary to be registered instead of the third-party obsidian-cli; setups using obsidian-cli will break.
!The repo-local Codex closeout review skill is renamed to autoreview; any config or scripts referencing the old skill name must be updated.
!The minimum supported Node.js 22 line is raised to 22.19; environments running an earlier 22.x patch will no longer be supported.
LanceDB v0.29.1-beta.0 adds namespace management, streaming ingestion, LSM write spec, and unenforced primary keys for Node.js and Python.
└──▷ GET THIS VERSION
$ git clone --branch v0.29.1-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.29.1-beta.0
└──▷ USE IT
Use bytes literals in filter expressions when querying tables that store binary fields.
LanceDB python-v0.32.1-beta.0 adds namespace management, streaming ingestion, bytes in lit(), unenforced primary keys, and LSM write spec support.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.32.1-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.32.1-beta.0
└──▷ USE IT
Return query results in a defined order using the new order_by method in the Node.js client.