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.
AutoGPT Platform v0.6.51 adds HITL sensitive-block review, @@agptfile protocol, multimodal vision inputs, and six new LLM model families.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.51 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.51
›Introduces the @@agptfile file-ref protocol for tool call inputs, plus a block input toggle for controlling whether a block receives file references.
›Adds Human-in-the-Loop (HITL) review gate for sensitive block execution, requiring approval before proceeding.
›Adds a credential type selector for multi-auth providers, letting users choose which credential type to apply per block.
›Supports attaching uploaded images and PDFs as multimodal vision blocks in the builder.
›Switches builder file inputs from base64 encoding to workspace uploads.
+19 moreshow less
›Adds folder management tools to CoPilot.
›Adds an autopilot notification system.
›Adds and hardens GitHub blocks for full-cycle development workflows.
›Adds local agent generation with validation, fixing, MCP integration, and sub-agent support.
›Persists large tool outputs to workspace with retrieval instructions, preventing context overflow.
›E2B sandbox now auto-pauses between turns to eliminate idle billing.
›Adds shared Claude Code skills as auto-triggered guidelines.
›Adds batch undo history for cascading operations in the builder.
›Supports Claude Code subscription auth for SDK mode.
›Adds output action buttons (upvote, downvote) with Langfuse feedback integration.
›Adds Langfuse tracing to the baseline LLM path.
›Adds per-turn work-done summary stats in the conversation view.
›Collapses repeated tool calls in the UI and pins interactive tool cards outside reasoning collapse.
›Adds Claude Sonnet 4.6 model support.
›Adds Mistral flagship models: Large 3, Medium 3.1, Small 3.2, and Codestral.
›Adds Grok 3 model support.
›Adds Perplexity Sonar Reasoning Pro model support.
$ git clone --branch v2026.3.12 https://github.com/NousResearch/hermes-agent.git
# already have the repo? check out this version:$ git checkout v2026.3.12
└──▷ TRY IT
Run an isolated agent session in a git worktree to safely work on a feature branch without touching your main working tree.
$ hermes -w
Send a one-shot query non-interactively for use in scripts or CI pipelines.
$ hermes --quiet "Summarize the open CVEs in SECURITY.md"
Check the health of all configured LLM providers and integrations before deploying.
$ hermes doctor
›Adds MCP (Model Context Protocol) client with stdio and HTTP transports, reconnection, resource/prompt discovery, and server-initiated LLM sampling requests.
›Adds multi-platform messaging gateway supporting Telegram, Discord, Slack, WhatsApp, Signal, Email (IMAP/SMTP), and Home Assistant with unified session management and media attachments.
›Adds hermes -w flag to launch isolated agent sessions in git worktrees for safe parallel work on the same repository.
›Adds filesystem checkpoints with automatic snapshots before destructive operations and /rollback command to restore prior state.
›Adds Skills Ecosystem with 70+ bundled and optional skills across 15+ categories, a Skills Hub for community discovery, per-platform enable/disable, and prerequisite validation.
+48 moreshow less
›Adds ACP Server for VS Code, Zed, and JetBrains editor integration via the Agent Communication Protocol standard.
›Adds data-driven CLI skin/theme engine with 7 built-in skins (default, ares, mono, slate, poseidon, sisyphus, charizard) and support for custom YAML skins.
›Adds centralized provider router with unified call_llm() / async_call_llm() API and resolve_provider_client() for automatic credential resolution across all LLM consumers.
›Adds support for OpenAI Codex (Responses API) with ChatGPT subscription and OAuth vision/multimodal content.
›Adds Kimi Code API, z.ai/GLM, Kimi/Moonshot, MiniMax, and Azure OpenAI as first-class providers.
›Adds self-hosted Firecrawl support.
›Adds OpenRouter provider routing via provider_preferences configuration.
›Adds /reasoning command for configuring reasoning effort level and display toggle.
›Adds /personality command for setting and disabling custom agent personalities.
›Adds /verbose slash command to toggle debug output at runtime.
›Adds /insights command for usage analytics, cost estimation, and activity patterns.
›Adds /background command for managing background processes.
›Adds /compress, /usage, and /update slash commands to the gateway.
›Adds /resume command for switching to named sessions in the gateway.
›Adds session naming with unique titles, auto-lineage, rich listing, and resume-by-name.
›Adds interactive session browser with search filtering.
›Adds Honcho AI-native cross-session user modeling.
›Adds --quiet / -Q flag for programmatic single-query mode.
›Adds --fuck-it-ship-it flag to bypass all approval prompts.
›Adds hermes tools subcommand with a curses UI for per-platform tool enable/disable.
›Adds hermes doctor subcommand for health checks across all configured providers.
›Adds hermes update subcommand with auto-restart for the gateway service.
›Adds user-defined quick commands that bypass the agent loop.
›Adds simple fallback model configuration for provider resilience.
›Adds configurable subagent provider/model with full credential resolution.
›Adds tool call repair middleware with auto-lowercase and invalid-tool handling.
›Adds smart context length probing with persistent caching and banner display.
›Adds Nous Portal as a first-class provider in the setup wizard.
›Adds config migration system (currently v7) and modular setup wizard with section subcommands.
›Adds terminal bell notification when the agent finishes a task.
›Adds clipboard image paste via Alt+V / Ctrl+V.
›Adds up/down arrow history navigation in the interactive CLI.
›Adds Signal messenger gateway via signal-cli-rest-api with media URL support.
›Adds full email gateway platform via IMAP/SMTP.
›Adds Home Assistant REST tools and WebSocket gateway with service discovery.
›Adds DISCORD_ALLOW_BOTS config option for bot message filtering.
›Adds WhatsApp native media sending (images, videos, documents) and multi-user session isolation.
›Adds Telegram forum topic session isolation and browser screenshot sharing via MEDIA: protocol.
›Adds configurable background process watcher notifications.
›Adds edit_message() for Telegram, Discord, and Slack with fallback.
›Adds /model validation against the live API instead of hardcoded lists.
›Adds /model and /provider unified single view.
›Adds reasoning effort configuration via /reasoning command.
›Adds iteration budget pressure via tool result injection and shared budget across parent and subagent delegation.
›Adds atomic write for .env to prevent API key loss on crash.
$ git clone --branch cli==0.4.16 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:$ git checkout cli==0.4.16
└──▷ TRY IT
Tail logs from a running LangGraph deployment to debug production agent behavior.
$ langgraph deploy logs <deployment-id>
List all active deployments to audit or identify targets for cleanup.
$ langgraph deploy list
Delete a specific deployment to decommission a retired agent service.
$ langgraph deploy delete <deployment-id>
›Adds langgraph deploy logs subcommand to stream or retrieve logs from a deployment.
›Adds langgraph deploy list subcommand to enumerate active deployments.
›Adds langgraph deploy delete subcommand to remove a deployment.
›Adds distributed runtime support to the LangGraph CLI for scalable deployment configurations.
OpenAI Agents SDK v0.12.0 adds opt-in retry policies for model API calls via ModelSettings.
└──▷ GET THIS VERSION
$ git clone --branch v0.12.0 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:$ git checkout v0.12.0
›Adds opt-in retry policy configuration to ModelSettings, passable as run config or per-agent model settings to automatically retry failed model API calls.
OpenClaw v2026.3.11 adds multimodal memory indexing, ACP session resumption, Ollama onboarding, and new CLI/gateway primitives.
└──▷ GET THIS VERSION
$ git clone --branch v2026.3.11 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:$ git checkout v2026.3.11
└──▷ TRY IT
Run the doctor tool to automatically migrate legacy cron storage and notify/webhook metadata after upgrading past the cron delivery breaking change.
$ openclaw doctor --fix
Get clean, machine-readable JSON from skills commands in CI pipelines — control characters are now stripped so output is valid JSON.
$ openclaw skills list --json | jq '.[] | .name'
›Adds opt-in multimodal image and audio indexing for memorySearch.extraPaths using Gemini gemini-embedding-2-preview, with strict fallback gating and scope-based reindexing.
›Adds gemini-embedding-2-preview memory-search support with configurable output dimensions and automatic reindexing when configured dimensions change.
›Adds optional resumeSessionId for runtime: "acp" in sessions_spawn so spawned ACP sessions can resume an existing ACPX/Codex conversation.
›Adds narrow in-memory pending-work queue primitives (node.pending.enqueue / node.pending.drain) and wake-helper reuse for dormant-node work delivery.
›Adds first-class Ollama setup in onboarding with Local or Cloud + Local modes, browser-based cloud sign-in, curated model suggestions, and smart local-pull skipping.
+8 moreshow less
›Adds new OpenCode Go provider in onboarding, with a shared OpenCode key for both Zen and Go profiles.
›Adds autoArchiveDuration channel config for Discord auto-created threads, supporting 1 hour, 1 day, 3 days, or 1 week archive windows.
›Marks child command environments with OPENCLAW_CLI so subprocesses can detect when they were launched from the OpenClaw CLI.
›Adds openclaw doctor --fix migration command for legacy cron storage and legacy notify/webhook delivery metadata.
›Adds macOS chat model picker with persistent thinking-level selections across relaunch and provider-aware session model sync.
›Adds macOS onboarding detection for remote gateways requiring a shared auth token, with guidance on locating it on the gateway host.
›Adds iOS bundled welcome screen with live agent overview that refreshes on connect, reconnect, and foreground return.
›Adds Fastlane-based local beta release flow for iOS/TestFlight with prepare/archive/upload support and canonical beta bundle IDs.
└──▷ BREAKING ON UPGRADE
!Cron jobs can no longer notify through ad hoc agent sends or fallback main-session summaries; run openclaw doctor --fix to migrate legacy cron storage and legacy notify/webhook delivery metadata.
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.74 adds actionable /context optimization tips and a configurable auto-memory directory.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.74 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.74
└──▷ USE IT
Redirect auto-memory storage to a shared or project-specific path rather than the default location.
json
# In your Claude Code settings (e.g., settings.json)
{
"autoMemoryDirectory": "/home/user/projects/myproject/.claude-memory"
}
Spot which tools or memories are eating your context budget and get specific tips to reclaim space before hitting limits.
$ /context
Sideload a local plugin build that overrides a same-named marketplace plugin during development.
$ claude --plugin-dir ./my-plugin-dev-copy
›Adds actionable suggestions to the /context command — identifies context-heavy tools, memory bloat, and capacity warnings with specific optimization tips.
›Adds autoMemoryDirectory setting to configure a custom directory for auto-memory storage.
›Changes --plugin-dir so local dev copies now override installed marketplace plugins with the same name (unless force-enabled by managed settings).