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.
Pi v0.42.2 adds smarter model switching, a custom footer API, and a hotkey to recover queued messages.
└──▷ GET THIS VERSION
$ git clone --branch v0.42.2 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.42.2
└──▷ TRY IT
Jump directly to a specific provider's model when multiple providers offer the same model name.
$ /model openai/gpt-4
›Adds pre-filtering and exact-match auto-selection to /model <search>, with provider/model syntax (e.g., /model openai/gpt-4) to disambiguate across providers.
›Introduces FooterDataProvider API: ctx.ui.setFooter() gains a third footerData parameter exposing getGitBranch(), getExtensionStatuses(), and onBranchChange() for reactive custom footers.
›Adds Alt+Up hotkey to restore queued steering or follow-up messages back into the editor without aborting the current run.
Qwen Code v0.7.0 adds multi-provider model configuration and changes workspace settings selection order.
└──▷ GET THIS VERSION
$ git clone --branch v0.7.0-nightly.20260110.bde31d12 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.7.0-nightly.20260110.bde31d12
›Adds multi-provider models config support, enabling multiple AI provider backends to be configured simultaneously.
›Changes the selection order of user settings and workspace settings to give workspace settings proper precedence.
OpenClaw v2026.1.9 adds Microsoft Teams, MiniMax/OpenCode Zen models, gateway discovery, message subcommands, and a major provider capability expansion.
└──▷ GET THIS VERSION
$ git clone --branch v2026.1.9 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:$ git checkout v2026.1.9
└──▷ TRY IT
Discover local and wide-area gateways and get structured JSON output for scripting or inventory.
$ clawdbot gateway discover --json--timeout 10
Inspect or reorder authentication profiles to control which credentials are tried first for model access.
$ clawdbot models auth order get
clawdbot models auth order set anthropic minimax opencode
›Adds Microsoft Teams provider with polling, attachment support, outbound sends, requireMention, config reload, and DM policy.
›Onboards OpenCode Zen and MiniMax (Anthropic-compatible API) models with hosted onboarding flows.
›Introduces token auth profiles and clawdbot models auth order {get,set,clear} for managing authentication priority.
›Adds OAuth expiry health checks in doctor/status output.
llama.cpp b7691 embeds all licenses into compiled binaries, accessible via new --license flag.
└──▷ GET THIS VERSION
$ git clone --branch b7691 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b7691
›Adds --license flag to display all embedded licenses directly from the binary, eliminating the need to distribute separate LICENSE files alongside executables.