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.
$ git clone --branch autogpt-platform-beta-v0.6.66 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.66
›Adds /batch, /batch-remove, and /batch-merge commands for batch-deploying bots.
›Enables file uploads to AutoPilot via Discord, letting users attach files directly in Discord conversations.
›Adds a file picker and @mention support in copilot chat to attach workspace files to conversations.
›Adds chat pinning to the copilot sidebar for quick access to important conversations.
›Adds workspace folders to the artifacts page for organized artifact management.
+5 moreshow less
›Adds a task progress bar above the copilot chat input (behind a feature flag).
›Adds a new layout sidebar for AutoGPT behind a feature flag.
›Preserves action history across task continuations in the classic mode.
›Enforces subscription paywall and rate limits on bot turns.
›Increases skill description character limit from 200 to 250 characters.
OpenHands 1.11.0 adds Agent Profiles, a Budgets dashboard, expanded usage monitoring, and email surface visibility.
└──▷ GET THIS VERSION
$ git clone --branch 1.11.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:$ git checkout 1.11.0
└──▷ HOW TO FIND IT
Check whether your SMTP or Resend email integration is active without digging through config files.
📍In the console, go to Settings › Email and verify that the email provider status is shown as enabled.
Monitor team spend and enforce cost limits by reviewing the new Budgets dashboard.
📍In the console, go to Budgets to view configured budget limits and current usage, and to the Usage Dashboard for a breakdown of consumption by user or project.
›Adds Agent Profiles on the cloud/SaaS backend, enabling enterprise teams to configure and manage distinct agent personas.
›Introduces a Budgets dashboard and expands the Usage Dashboard for spend tracking and resource monitoring.
›New budgets and usage monitoring UI surfaces consumption data directly in the product.
›Surfaces email provider status (SMTP/Resend) so admins can confirm email delivery is enabled.
›Passes repository metadata to observability traces, enriching trace context for debugging agent runs.
OpenHands 1.45 adds Agent Profiles, a Budgets dashboard, expanded Usage Dashboard, and email provider status surfacing.
└──▷ GET THIS VERSION
$ git clone --branch cloud-1.45.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:$ git checkout cloud-1.45.0
›Adds Agent Profiles support on the cloud/SaaS backend, enabling enterprise-level agent configuration management.
›Introduces a Budgets dashboard for tracking and enforcing spending limits.
›Expands the Usage Dashboard with additional monitoring metrics and UI.
›Surfaces email-enabled status for SMTP and Resend email providers in the admin UI.
OpenHands 1.44.0 adds repository metadata to observability traces for richer debugging context.
└──▷ GET THIS VERSION
$ git clone --branch cloud-1.44.0 https://github.com/All-Hands-AI/OpenHands.git
# already have the repo? check out this version:$ git checkout cloud-1.44.0
›Includes repository metadata in observability traces, enabling richer context when debugging agent runs.
Pi v0.80.6 adds a max thinking level above xhigh and input-based pricing tiers for accurate long-context cost accounting.
└──▷ GET THIS VERSION
$ git clone --branch v0.80.6 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.80.6
└──▷ TRY IT
Run the agent at maximum reasoning depth on a complex codebase task where thoroughness matters more than speed.
$ pi --thinking max 'Audit all authentication flows in src/ for privilege escalation paths'
›Adds max thinking level (above xhigh) for GPT-5.6 and adaptive Claude models, available via --thinking max in the CLI, SDK, RPC, and model selection; custom themes can define thinkingMax.
›Adds request-wide input-token pricing tiers for accurate long-context cost accounting (e.g. GPT-5.4/5.5/5.6 rates), configurable for custom models via models.json and modelOverrides.
›Supports ~ (home directory) expansion for the shellPath setting.
KoboldCpp v1.117.1 adds full Ollama API compatibility, inline multimodal image insertion, and a 32k default generation limit.
└──▷ GET THIS VERSION
$ git clone --branch v1.117.1 https://github.com/LostRuins/koboldcpp.git
# already have the repo? check out this version:$ git checkout v1.117.1
›Adds Ollama-compatible embeddings endpoint, enabling drop-in use with any Ollama-compatible client by pointing it at KoboldCpp's port.
›Adds Ollama-compatible streaming and tool-calling support — setting the port to 11434 makes KoboldCpp fully compatible with all Ollama-using software out of the box.
›Multimodal images are now inserted inline in context rather than at the top, improving vision coherence and quality on most models.
›Adds ability to save and display Image LoRA information when generating an image with a pre-loaded LoRA.
›Adds Group Chat rework in Kobold Lite with multi-character avatar and memory management.
›Disables llama.cpp UI mic input by default (now toggled in settings).
└──▷ BREAKING ON UPGRADE
!The --splitmode row option for CUDA is removed in the next release; users must migrate to tensor split or layer split before upgrading beyond v1.117.1.
Arize Phoenix v17.23.0 adds support for the GPT 5.6 model family.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.23.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v17.23.0