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.
Agno v2.3.26 adds per-request isolation for agents, teams, and workflows in shared FastAPI processes.
└──▷ GET THIS VERSION
$ git clone --branch v2.3.26 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:$ git checkout v2.3.26
›Improves request-level isolation for agents, teams, and workflows running in shared FastAPI processes, preventing state bleed between concurrent requests.
Enable Docker bind mounts for sandboxed tool execution so agents can read host paths without a full volume.
yaml
# In your OpenClaw config:
tools:
sandbox:
tools:
- group: default
docker:
binds:
- /host/data:/workspace/data:ro
›Adds vector search for agent memories (Markdown-only) backed by a SQLite index, with chunking, lazy sync, file watch, and per-agent enablement/fallback.
›New clawdbot memory CLI with memory_search and memory_get tools, returning snippets and line ranges; index stored at ~/.clawdbot/memory/{agentId}.sqlite with watch enabled by default.
›Supports custom OpenAI-compatible embedding endpoints and local node-llama-cpp embeddings, with per-agent overrides and provider metadata surfaced in tools and CLI.
›Adds Synthetic provider and Moonshot Kimi K2 0905 (plus turbo/thinking variants) to the model catalog.
›Cron one-shot schedules now accept ISO timestamps (UTC) with optional delete-after-run; cron jobs can target a specific agent via CLI and macOS Control UI.
+9 moreshow less
›Adds agent compaction mode config with optional safeguard summarization and per-agent model fallbacks.
›Adds tool profiles and group shorthands; supports tool-policy groups in tools.sandbox.tools; allows Docker bind mounts via docker.binds.
›New browser scrollintoview action in the tools layer; adds xhigh thinking support for GPT-5.2/Codex with safe downgrades.
›Adds Tailscale binary discovery, custom bind mode, and probe auth retry to the Gateway/CLI; adds clawdbot dashboard auto-open flow.
›Adds discord.allowBots config option; routes MiniMax vision to the Coding Plan VLM endpoint with @/path/to/file.png input support.
›Allows Tailscale Serve identity headers to satisfy gateway token auth.
›Defaults ackMaxChars to 300 so short HEARTBEAT_OK replies stay internal.
›Runs clawdbot doctor --non-interactive automatically after git installs and updates.
└──▷ BREAKING ON UPGRADE
!Chat 'providers' (Slack/Telegram/WhatsApp/…) are renamed to 'channels' across CLI, RPC, and config; legacy config keys are auto-migrated on load and written back as channels.*.
!The legacy memory tool shorthand is dropped from tool profiles/group shorthands.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code v2.1.6 adds config search, date-ranged stats, nested skills discovery, and richer context window metrics.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.6 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.6
└──▷ TRY IT
Review spending or usage trends over the last week vs. month without leaving the terminal.
$ /stats # then press 'r' to cycle through Last 7 days / Last 30 days / All time
Display remaining context window capacity in the status line by referencing the new percentage fields.
$ # In your status line config, reference the new fields:
# context_window.used_percentage
# context_window.remaining_percentage
›Adds search/filter functionality inside the /config command for quickly locating settings.
›Adds an Updates section to /doctor showing the auto-update channel and available npm versions (stable/latest).
›Adds date range filtering to /stats — press r to cycle between Last 7 days, Last 30 days, and All time.
›Adds automatic discovery of skills from nested .claude/skills directories when working with files in subdirectories.
›Adds context_window.used_percentage and context_window.remaining_percentage fields to the status line for easier context window display.
+5 moreshow less
›Improves the external CLAUDE.md imports approval dialog to show which files are being imported and from where.
›Improves /tasks dialog to go directly to task details when only one background task is running.
›Improves @ autocomplete with icons for different suggestion types and single-line formatting.
›Changes terminal title to "Claude Code" on startup for better window identification.
›Caps task notification display at 3 lines with an overflow summary when multiple background tasks complete simultaneously.
└──▷ BREAKING ON UPGRADE
!The ability to @-mention MCP servers to enable/disable them has been removed — use /mcp enable <name> instead.
GitHub Copilot CLI v0.0.381 adds --allow-all/--yolo permission flags, /new alias, and prefix-filtered shell history navigation.
└──▷ GET THIS VERSION
$ git clone --branch v0.0.381 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:$ git checkout v0.0.381
└──▷ TRY IT
Grant all tool permissions in one shot when you trust the session and want to skip per-permission prompts.
$ gh copilot suggest --allow-all 'set up a new node project with eslint'
›Adds --allow-all and --yolo flags to enable all permissions at once without individual prompts.
›Adds /new as an alias for the /clear command in chat.
›Shell mode history navigation now filters by prefix — typing a partial command like !git and pressing up arrow cycles only through matching previous commands.
$ git clone --branch sdk-typescript-v0.1.3 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout sdk-typescript-v0.1.3
└──▷ TRY IT
Invoke the new experimental skills command interactively to load or hot-reload agent skills during a session.
$ /skills
›Adds experimental /skills command with hot reload support for managing agent skills at runtime.
›Adds optional timeout configuration for foreground shell commands.
›Adds custom HTTP headers support for API requests.
Qwen Code v0.7.0-preview.0 adds multi-provider model config, an experimental /skills command with hot reload, Jupyter Notebook support, custom headers, and sandbox customization.
└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-preview.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.7.0-preview.0
└──▷ TRY IT
List or manage your loaded skills mid-session without restarting the CLI.
$ /skills
›Adds experimental /skills command with hot reload, enabling in-session skill management without restarting the CLI.
›Adds multi-provider model configuration support, allowing multiple AI providers to be defined and selected from a single config.
Qwen Code v0.7.0 adds multi-provider model configuration support.
└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-nightly.20260113.09196c6e https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.7.0-nightly.20260113.09196c6e
›Adds multi-provider models config support, enabling configuration of multiple model providers in a single setup.
›Changes the selection order of user settings versus workspace settings, giving workspace settings a new resolution priority.
llama.cpp b7723 adds fattn-mma-f16 flash attention kernel for AMD RDNA4 GPUs via HIP.
└──▷ GET THIS VERSION
$ git clone --branch b7723 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b7723
›Adds fattn-mma-f16 flash attention kernel for RDNA4 GPUs via the HIP backend, enabling hardware-accelerated matrix multiply-accumulate attention on AMD RDNA4 hardware.