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.
›Enables AgentOS instances running a custom FastAPI base app to be exposed as MCP servers via the enable_mcp_server parameter.
›Adds a new Claude model class for serving Claude models through Vertex AI.
›Adds fallback model support to the OpenRouter class, allowing multiple models to be defined so that if the primary model fails a fallback is used automatically.
›Agents, Teams, and Workflows exposed via an AgentOS MCP server can now use MCP tools themselves.
›Updates FileTools toolkit to handle relative paths across all its methods.
AutoGPT Platform v0.6.32 adds credential management UI, custom node selection, LaunchDarkly and Prometheus instrumentation to the new builder.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.32 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.32
›Instruments Prometheus metrics for internal services.
›Adds LaunchDarkly feature-flag tracking on the frontend browser.
›Adds Sentry user tracking on the client side.
›Adds an API key modal for adding credentials in the new builder.
›Adds a new credential field in the new builder.
+2 moreshow less
›Adds a selecting UI for custom nodes in the new builder.
›Adds a description field to the Upload Agent dialog.
LangGraph CLI 0.4.3 adds auth control on custom routes and server customization ordering.
└──▷ GET THIS VERSION
$ git clone --branch cli==0.4.3 https://github.com/langchain-ai/langgraph.git
# already have the repo? check out this version:$ git checkout cli==0.4.3
›Adds auth flag in HttpConfig to enable or disable authentication on custom routes.
›Adds configuration for controlling the ordering of server customization (middleware/routers).
Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Cline v3.32.7 launches a super-alpha CLI with send, oneshot, yolo, and checkpoint-restore commands plus AWS Bedrock global/JP inference profile support.
└──▷ GET THIS VERSION
$ git clone --branch v3.32.7 https://github.com/cline/cline.git
# already have the repo? check out this version:$ git checkout v3.32.7
└──▷ TRY IT
Send a follow-up message to a running Cline task from the CLI.
$ cline send "Add error handling to the function you just wrote"
›Introduces a 'super alpha' Cline CLI (cline-cli) for running Cline tasks from the terminal.
›Adds send as a top-level CLI command for sending messages to a running Cline task.
›Adds oneshot CLI command for running a single task non-interactively.
›Adds --yolo flag to the CLI for fully autonomous execution without confirmation prompts.
›Adds --settings flag and settings parsing to the CLI for configuring Cline from the command line.
+7 moreshow less
›Adds checkpoint restore capability to the CLI.
›Adds streaming markdown rendering in the CLI for real-time output display.
›Shows historical messages in the Cline task view via the CLI.
›Supports AWS Bedrock global and Japan (jp) inference profiles.
Continue v1.2.8 adds AWS credential onboarding, environment.json support, MCP JSON formats, and a /pause endpoint for cn serve.
└──▷ GET THIS VERSION
$ git clone --branch v1.2.8-vscode https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout v1.2.8-vscode
└──▷ TRY IT
Connect to an already-running remote agent by its ID instead of spawning a new one.
$ cn --id <agent-id>
Pause a running cn serve agent session via its REST endpoint, e.g. from a CI pipeline hook.
$ curl -X POST http://localhost:<port>/pause
›Adds .continue/environment.json file support, handled by cn serve, for managing environment configuration.
›Adds --id option to cn CLI to connect to existing remote agents via tunnel.
›Adds /pause endpoint to the cn serve command.
›Adds status tool for cn to report agent/session status.
›Enhances /init command to create custom slash commands.
+8 moreshow less
›Adds AWS credentials onboarding flow to the CLI.
›Supports standard MCP JSON formats, with MCP loading errors now surfaced in config loading errors.
›Adds UI for global rule creation.
›Adds tool call args preprocessing for improved agent tool use.
›Highlights the first incomplete item in CLI checklist display.
›Shows dangerous commands only once per session in the CLI.
›Makes ToolCallStatusMessage.tsx clickable in the UI.
›Adds Runloop blueprint CI integration for the cn CLI.
Continue 1.27.0 adds MCP OAuth via mcp-remote, auto-accept agent edits, and directory context referencing in chat.
└──▷ GET THIS VERSION
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout @continuedev/[email protected]
›Adds auto-accept agent edits setting that automatically accepts edit tools invoked by the agent, removing manual approval prompts during agentic workflows.
›Adds MCP OAuth support in the CLI via mcp-remote, enabling authenticated MCP server connections from the command line.
›Adds MentionFileInChatAction and directory mention support, letting users reference both individual files and entire directories as chat context simultaneously.
›Adds MentionRepoMapInChatAction to include the repository map as chat context directly from the IDE action menu.
›Adds a Continue icon to the context actions group in the IDE for quicker access to context-related actions.
Phoenix 12.4.0 adds PKCE support for OAuth 2.0 OIDC authentication flows.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.4.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v12.4.0
›Adds PKCE (Proof Key for Code Exchange) support for OAuth 2.0 OIDC authentication, hardening authorization code flows against interception attacks.
LanceDB python-v0.25.2 adds use_index for merge inserts, namespace-backed databases, and bitmap indexes on more column types
└──▷ GET THIS VERSION
$ git clone --branch python-v0.25.2 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.25.2
›Adds use_index parameter to merge insert operations, enabling index-accelerated lookups during upserts.
›Supports bitmap indexes on large-string, binary, large-binary, and bitmap column types, expanding index coverage beyond standard string columns.
›Adds namespace-backed database support in the Rust backend, enabling namespace-scoped table isolation.