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.54 adds dry-run agent loops, extended thinking, SQL analytics, /orchestrate fleet supervisor, and 12 new GLM models via OpenRouter.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.54 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.54
›Adds dry_run session-level flag to autopilot sessions, enabling a create → dry-run → fix loop for agent generation without live execution.
›Adds include_graph option to the find_library_agent API call, letting callers retrieve the full agent graph alongside library results.
›Adds extended thinking execution mode to OrchestratorBlock for deeper multi-step reasoning.
›Adds a SQL query block with multi-database support for CoPilot analytics.
›Adds /orchestrate skill — a Claude Code agent fleet supervisor with spare worktree lifecycle management.
+20 moreshow less
›Adds /open-pr and /setup-repo skills to the platform skill set.
›Adds ask_question as a generic CoPilot tool for structured question-and-answer interactions.
›Adds a generic managed credential system with AgentMail auto-provisioning.
›Adds cost tracking for system credentials.
›Adds all 12 Z.ai GLM models via OpenRouter.
›Adds a Fast/Thinking mode toggle with full tool parity in CoPilot.
›Adds a CoPilot artifact preview panel.
›Adds gitleaks secret scanning to pre-commit hooks.
›Adds a rate-limit tiering system for CoPilot, including the ability to spend credits to reset the daily rate limit.
›Adds shared admin user search and a rate-limit modal on the spending page, with LD-configurable global limits.
›Loads CoPilot messages newest-first with cursor-based pagination.
›Adds live timer stats with persisted duration display in CoPilot.
›Sets git committer identity from the user's GitHub profile when executing in E2B environments.
›Redesigns the onboarding wizard with an Autopilot-first flow.
›Auto-reconnects CoPilot chat after device sleep/wake cycles.
›Shows all agent outputs instead of only the last one in the UI.
›Replaces suggestion pills with themed prompt categories in the CoPilot interface.
›Adds a copy button to user prompt messages in CoPilot.
›Sets up Codecov coverage reporting across platform and classic, including Playwright E2E coverage.
›Sets up React integration testing with Vitest, React Testing Library, and MSW.
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
CrewAI 1.14.1 adds async checkpoint TUI browser and proper resource management for streaming outputs.
└──▷ GET THIS VERSION
$ git clone --branch 1.14.1 https://github.com/crewAIInc/crewAI.git
# already have the repo? check out this version:$ git checkout 1.14.1
›Adds async checkpoint TUI browser for interactive inspection of crew checkpoints.
›Adds aclose()/close() methods and async context manager support to streaming outputs for proper resource cleanup.
Hermes v2026.4.8 adds MCP OAuth 2.1, live model switching, background task notifications, Google AI Studio, and OSV malware scanning.
└──▷ GET THIS VERSION
$ git clone --branch v2026.4.8 https://github.com/NousResearch/hermes-agent.git
# already have the repo? check out this version:$ git checkout v2026.4.8
└──▷ TRY IT
Switch to a different model mid-session without restarting — useful when you need a more capable or cheaper model for the next task.
$ /model gemini-2.5-pro
Tail agent logs in real time to debug tool execution or provider errors across a running session.
$ hermes logs --tail
›Adds notify_on_complete for background tasks — agent is automatically notified when long-running processes (builds, tests, deployments) finish, eliminating polling.
›New /model command enables live model and provider switching mid-session across CLI, Telegram, Discord, Slack, and other gateway platforms.
›Adds native Google AI Studio (Gemini) provider with automatic context length detection via models.dev registry.
›Adds MCP OAuth 2.1 PKCE support for standards-compliant MCP server authentication.
›Adds automatic OSV malware scanning of MCP extension packages on install.
+20 moreshow less
›Adds approval buttons on Slack and Telegram for dangerous command approvals — replaces typing /approve with native inline buttons.
›Adds inactivity-based agent timeouts — agents are only timed out when truly idle, not when actively running tools.
›Adds hermes logs command for tailing and filtering structured agent logs written to ~/.hermes/logs/ (agent.log + errors.log).
›Adds config structure validation at startup to catch malformed YAML before it causes cryptic failures.
›Expands plugin system: plugins can now register CLI subcommands, receive request-scoped API hooks with correlation IDs, prompt for required env vars during install, and hook into session lifecycle events.
›Adds MiniMax TTS provider (speech-2.8) for text-to-speech.
›Adds interactive model picker with inline buttons for Telegram and Discord.
›Adds xAI (Grok) prompt caching via x-grok-conv-id header.
›Adds model pricing display for OpenRouter and Nous Portal providers.
›Adds free-tier Xiaomi MiMo v2 Pro model on Nous Portal for auxiliary tasks (compression, vision, summarization).
LangGraph CLI gains remote build support for langgraph deploy
└──▷ GET THIS VERSION
$ git clone --branch cli==0.4.20 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:$ git checkout cli==0.4.20
›Adds remote build support for langgraph deploy, enabling builds to run on remote infrastructure instead of locally.
Override the system prompt for a controlled experiment without affecting global agent defaults.
yaml
agents:
defaults:
systemPromptOverride: "You are a security analyst. Focus only on CVE triage."
›Auto-fallback across image, music, and video providers with intent preservation and capability remapping for size/aspect/resolution/duration hints.
›New bundled webhook ingress plugin enables external automation to create and drive bound TaskFlows through per-route shared-secret endpoints.
›Pluggable compaction provider registry lets plugins replace the built-in summarization pipeline, configured via agents.defaults.compaction.provider.
›New agents.defaults.systemPromptOverride for controlled prompt experiments plus heartbeat prompt-section controls.
›Gemma 4 model support added for the Google provider, including reasoning support and explicit thinking-off semantics in compatibility wrappers.
+7 moreshow less
›New bundled Arcee AI provider plugin with Trinity catalog entries and OpenRouter support.
›Ollama vision capability auto-detected from /api/show response, enabling image attachments on supported models.
›Dreaming corpus now ingests redacted session transcripts with per-day session-corpus notes, cursor checkpointing, and promotion/doctor support.
›Plugin SDK assemble() now receives availableTools and citationsMode, plus memory-artifact and memory-prompt seams for companion plugins and non-legacy context engines.
›Discord event-create action accepts a cover image URL or local PNG/JPG/GIF file path.
›Prompt-cache runtime context exposed to context engines, with current-turn usage aligned to the active attempt.
›String-content compatibility added for stricter OpenAI-compatible chat backends (inferrs), with full config example and troubleshooting guidance.
PydanticAI v1.78.0 adds return_schema, function_signature, and SetToolMetadata to ToolDefinition, plus OTel cached token span attributes.
└──▷ GET THIS VERSION
$ git clone --branch v1.78.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:$ git checkout v1.78.0
└──▷ USE IT
Inspect a tool's return schema and function signature at definition time to validate or log tool contracts.
python
from pydantic_ai.tools import ToolDefinition
def my_tool(x: int) -> str:
return str(x)
td = ToolDefinition(
name='my_tool',
description='Converts int to str',
parameters_json_schema={},
return_schema=..., # new field
function_signature=..., # new field
)
print(td.return_schema)
print(td.function_signature)
›Adds return_schema and function_signature fields to ToolDefinition, exposing richer tool metadata for inspection and downstream use.
›Adds SetToolMetadata capability, enabling dynamic mutation of tool metadata at runtime.
›Adds cached token span attributes to OTel traces per the OpenTelemetry specification, improving observability of token usage.
Semantic Kernel Python 1.41.2 adds FunctionChoiceBehavior filter support in OpenAI responses agent tools.
└──▷ GET THIS VERSION
$ git clone --branch python-1.41.2 https://github.com/microsoft/semantic-kernel.git
# already have the repo? check out this version:$ git checkout python-1.41.2
›Applies FunctionChoiceBehavior filters when building tool lists for OpenAI responses agents, ensuring function inclusion/exclusion rules are respected at invocation time.
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.97 adds focus view toggle, refreshable status lines, git worktree context, live subagent indicators, and Cedar policy syntax highlighting.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.97 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.97
└──▷ USE IT
Keep a live clock or custom metric in the status line without restarting — useful for monitoring session-level stats in long-running agentic runs.
OpenCode v1.4.0 adds OTLP observability, HTTP proxy support, PDF drag-and-drop, and a new --dangerously-skip-permissions run flag.
└──▷ GET THIS VERSION
$ git clone --branch v1.4.0 https://github.com/sst/opencode.git
# already have the repo? check out this version:$ git checkout v1.4.0
└──▷ TRY IT
Auto-approve all non-denied permission prompts in a non-interactive or CI context to run an agent task without manual confirmation.
$ opencode run --dangerously-skip-permissions
›Adds OTLP observability export support for tracing and monitoring OpenCode sessions.
›Adds full HTTP proxy support for routing OpenCode traffic through a proxy.
›Adds opencode run --dangerously-skip-permissions flag to auto-approve non-denied permission prompts.
›Adds a configurable keybinding for the 'Switch model variant' command in the TUI.
›Adds PDF drag-and-drop support for attachments in the TUI.
└──▷ BREAKING ON UPGRADE
!Diff metadata in the edit and patch tool no longer contains to and from fields with full file contents — only a patch field with the unified diff remains. Session and user message snapshot diffs follow the same format.
!UserMessage.variant is now nested under model: use userMessage.model.variant instead of userMessage.variant.
Pi v0.66.0 adds an Earendil startup announcement with inline image rendering and an Anthropic subscription billing warning.
└──▷ GET THIS VERSION
$ git clone --branch v0.66.0 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.66.0
›Displays an Earendil startup announcement with bundled inline image rendering and a linked blog post during interactive mode on April 8 and 9, 2026.
›Shows an interactive warning when Anthropic subscription auth is active, clarifying that third-party Anthropic usage draws from extra usage and is billed per token.
›Adds agent.thinking_display setting to control thinking block display in agent threads, accepting values 'automatic', 'always_expanded', or 'always_collapsed'.
›Adds minimum_split_diff_width setting to configure the column threshold at which the git diff view automatically switches from split mode to unified mode.
›Adds wrap_around option to pane::ActivatePreviousItem and pane::ActivateNextItem actions to optionally disable tab-cycling wrap-around behavior.
›Adds customizations.zed.extensions field in devcontainer.json to declare Zed extensions in devcontainers, backed by a new native devcontainer implementation replacing the previous Node-based CLI.
›Adds Git Graph view, accessible via the button at the bottom of the git panel or the git graph: Open action.
+6 moreshow less
›Adds ability to restart agent servers directly from the Agent Settings panel (ACP).
›Adds controls for whether the Terminal and Agent panels use flexible or fixed width, configurable in the settings view.
›Adds ability to favorite channels in the collab panel.
›Agent thread generation now streams top-down with auto-scroll, replacing the previous bottom-up rendering.
›Adds pinching gesture support on all devices.
›Marks .json.dist files as json and .jshintrc files as jsonc for language association.
llama.cpp b8705 adds support for the Step3-VL-10B vision-language model.
└──▷ GET THIS VERSION
$ git clone --branch b8705 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8705
›Adds support for the Step3-VL-10B multimodal vision-language model, including fused QKV, tensor mapping via tensor_mapping.py, and understand_projector_stride read from the global config.
llama.cpp b8703 adds a KleidiAI-enabled arm64 macOS release artifact for Apple Silicon.
└──▷ GET THIS VERSION
$ git clone --branch b8703 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8703
›Adds a KleidiAI-enabled arm64 macOS release artifact (llama-b8703-bin-macos-arm64-kleidiai.tar.gz) for Apple Silicon, providing ARM-optimized compute kernels via the KleidiAI library.
Chroma 1.5.7 adds getCollectionById across all SDKs, streaming S3 uploads, log sharding, and stdout-only tracing.
└──▷ GET THIS VERSION
$ git clone --branch 1.5.7 https://github.com/chroma-core/chroma.git
# already have the repo? check out this version:$ git checkout 1.5.7
›Adds getCollectionById API across all client SDKs and the server, enabling collection lookup by ID directly.
›Adds put_stream to chroma-storage for streaming S3 uploads.
›Adds shard_index, num_shards, and log_upper_bound_offset parameters passed through to query and orchestrator, enabling log partitioning across active and non-active shards.
›Adds SegmentWriter and Flusher abstractions over shards for internal write path.
›Enables stdout-only tracing mode for simplified observability output.