curated feed

Signal Feed

Agent Infrastructure82/100 agent utility
Official release watch

agents@0.23.0

Cloudflare Agents SDK releases published agents@0.23.0. Minor Changes - 2193 (https://github.com/cloudflare/agents/pull/2193) 87bd594 (https://github.com/cloudflare/agents/commit/87bd59401f4644d1fd2c82cae439e9848ce437b1) Thanks @mattzcarey (https://github.com/mattzcarey)! - Extract facet ("sub-agent") machinery into packages/agents/src/dynamic-agents/ , add…

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parseTreat agents@0.23.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/think@0.19.0

Cloudflare Agents SDK releases published @cloudflare/think@0.19.0. Minor Changes - 2245 (https://github.com/cloudflare/agents/pull/2245) beff78a (https://github.com/cloudflare/agents/commit/beff78a8f7dbe6c6de303ed32b709876adba94f1) Thanks @mattzcarey (https://github.com/mattzcarey)! - Add the Queue Lifecycle capability ( agents/queue ) for durable…

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parseTreat @cloudflare/think@0.19.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/voice-twilio@0.1.1

Cloudflare Agents SDK releases published @cloudflare/voice-twilio@0.1.1. Patch Changes - 2270 (https://github.com/cloudflare/agents/pull/2270) a7b2913 (https://github.com/cloudflare/agents/commit/a7b29135acf127cdf4a44114652970d0a22300de) Thanks @cjol (https://github.com/cjol)! - Fix Twilio Media Streams calls failing to connect, play audio, or stop playback…

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parseTreat @cloudflare/voice-twilio@0.1.1 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/worker-bundler@0.2.4

@cloudflare/worker-bundler updated smol-toml to ^1.7.2 to address a high-severity denial of service vulnerability.

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parsePatch update @cloudflare/worker-bundler@0.2.4 raises the minimum smol-toml dependency to ^1.7.2 to patch a high-severity DoS vulnerability caused by malformed TOML inputs.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

agents@0.24.0

Cloudflare Agents 0.24.0 introduces a Cap'n Web transport alongside standard WebSockets, refactors durable state and background queues into modular Lifecycle capabilities, and migrates legacy tables.

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parseagents@0.24.0 adds Cap'n Web wire transport support via useAgent and AgentClient , removes the experimental ?agents rpc=capnweb endpoint, and refactors core subsystems into Lifecycle capabilities ( Queue and State ). Queue operations are now asynchronous, queued callbacks execute via alarm loops without caller connection contexts, and legacy tables ( cf agents queues and cf think workflow notifications ) are…
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

MCP Registry v1.8.1

MCP Registry v1.8.1 fixes an auth vulnerability by rejecting github.io domains in token exchanges, caches bulk registry reads, and updates dependencies.

Source
MCP Registry releases
Updated
Sep 18, 08:33 PM
Confidence
96%
Agent parseMCP Registry v1.8.1 addresses an org namespace takeover risk in PR 1506 by rejecting github.io domains during DNS/HTTP token exchange, implements bulk registry read caching in deployment, and updates dependencies including a fix for GO-2026-5970 via golang.org/x/text v0.39.0.
mcpregistrydiscovery
Agent Infrastructure84/100 agent utility
Human reviewed

MCP Registry 1.8.0 refreshes production dependencies and release operations

MCP Registry 1.8.0 advances the production deployment and refreshes core delivery dependencies, including registry deployment and container tooling.

Source
MCP Registry releases
Updated
Jul 20, 11:23 PM
Confidence
86%
Agent parseTrack 1.8.0 when operating or integrating with the MCP Registry; review deployment dependencies and production behavior before mirroring the service.
mcpregistryreleaseoperations
Agent Infrastructure95/100 agent utility
Human reviewed

OpenAI Agents SDK 0.18.2 adds hosted multi-agent support and GPT-5.6 controls

OpenAI Agents SDK 0.18.2 adds hosted multi-agent beta support and GPT-5.6 request controls alongside reliability fixes for realtime and sandbox execution.

Source
OpenAI Agents SDK releases
Updated
Jul 20, 11:23 PM
Confidence
92%
Agent parseUse 0.18.2 to test hosted multi-agent orchestration and GPT-5.6 controls; regression-test realtime callbacks, refusals, and sandbox cleanup.
openai-agents-sdkmulti-agentgpt-5-6sandbox
Agent Infrastructure91/100 agent utility
Human reviewed

OpenAI Agents SDK 0.18.1 updates model defaults and hardens session cleanup

OpenAI Agents SDK 0.18.1 updates GPT-5.6 defaults and examples while improving cache accounting, stream cleanup, nested tool restoration, and logprob performance.

Source
OpenAI Agents SDK releases
Updated
Jul 20, 11:23 PM
Confidence
90%
Agent parseReview model-default changes before upgrading to 0.18.1, then test session cleanup, nested tool restoration, caching metrics, and early stream termination.
openai-agents-sdkmodel-defaultssessionsstreaming
Model Behavior92/100 agent utility
Human reviewed

OpenAI Agents SDK 0.18.0 moves RealtimeAgent to gpt-realtime-2.1

OpenAI Agents SDK 0.18.0 changes the default RealtimeAgent model to gpt-realtime-2.1 and adds Unicode storage support for SQLAlchemy sessions.

Source
OpenAI Agents SDK releases
Updated
Jul 20, 11:23 PM
Confidence
93%
Agent parseTreat 0.18.0 as a behavior-changing upgrade: pin the realtime model where needed and validate Unicode session persistence and handoff visualization.
openai-agents-sdkrealtimemodel-defaultssessions
Agent Infrastructure90/100 agent utility
Human reviewed

OpenAI Agents SDK 0.17.8 improves recovery and strict tool validation

OpenAI Agents SDK 0.17.8 adds invalid final-output recovery and fixes cancellation, validation, redaction, visualization escaping, and sandbox framing issues.

Source
OpenAI Agents SDK releases
Updated
Jul 20, 11:23 PM
Confidence
89%
Agent parseUse 0.17.8 as a compatibility signal for recovery handlers, strict handoff schemas, realtime cancellation, safe logs, and sandbox input framing.
openai-agents-sdkrecoveryvalidationsandbox
Agent Infrastructure92/100 agent utility
Human reviewed

A2A 1.0.1 aligns HTTP media types, transcoding, and task status values

A2A 1.0.1 corrects HTTP binding guidance, transcoding-related errors, and TaskStatus values after the protocol's 1.0 release.

Source
A2A protocol releases
Updated
Jul 20, 11:23 PM
Confidence
94%
Agent parseApply the 1.0.1 corrections when implementing A2A HTTP bindings; prefer application/a2a+json and verify transcoding errors and task states.
a2aprotocolhttp-bindinginteroperability