curated feed

Signal Feed

Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/think@0.19.0

Cloudflare's @cloudflare/think@0.19.0 integrates the new Queue Lifecycle capability ( agents/queue ) for durable background processing, deprecates legacy queue tables, and improves stream recovery for interrupted turns.

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 10:58 PM
Confidence
96%
Agent parse@cloudflare/think@0.19.0 adopts the Queue Lifecycle capability from agents =0.24.0, executing queued background tasks in the alarm loop. It introduces breaking asynchronous signatures for dequeue/queue inspection methods, drops legacy queue/notification tables via one-time startup migrations, and resolves edge-case recovery bugs for interrupted, empty streams.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/voice-twilio@0.1.1

Cloudflare's @cloudflare/voice-twilio patch fixes Twilio Media Streams connection issues, audio playback, and barge-in interruptions.

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 10:58 PM
Confidence
96%
Agent parsePatch @cloudflare/voice-twilio@0.1.1 resolves issues where Twilio Media Streams failed to connect, stream audio, or halt on barge-in. Key fixes include preserving the HTTP(S) URL during Durable Object WebSocket upgrades, supporting both Blob and ArrayBuffer agent audio delivery, and clearing Twilio's audio buffer upon sustained caller speech to interrupt VoiceAgent responses.
cloudflareagents-sdkedge-runtime
Agent Infrastructure82/100 agent utility
Official release watch

@cloudflare/worker-bundler@0.2.4

Cloudflare's @cloudflare/worker-bundler package updated its minimum smol-toml dependency to ^1.7.2 to resolve a high-severity denial of service vulnerability.

Source
Cloudflare Agents SDK releases
Updated
Sep 18, 10:58 PM
Confidence
96%
Agent parse@cloudflare/worker-bundler@0.2.4 raises the dependency floor for smol-toml to ^1.7.2 , incorporating an upstream security fix (from 1.7.1) for a high-severity denial of service caused by malformed TOML input.
cloudflareagents-sdkedge-runtime
Model Behavior82/100 agent utility
Official release watch

Google Gen AI SDK v2.20.0

Google Gen AI SDK releases published Google Gen AI SDK v2.20.0. 2.20.0 (2026-08-25) Features Add AudioTranscriptionConfigMode ( 4a80954 ) Add environment files support and scotty file download helper ( 3074263 ) Add TYPE JPEG2000 to VideoContent.MimeType enum ( ef39c40 )

Source
Google Gen AI SDK releases
Updated
Sep 18, 10:58 PM
Confidence
96%
Agent parseTreat Google Gen AI SDK v2.20.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
geminigooglesdk
Model Behavior82/100 agent utility
Official release watch

Google Gen AI SDK v2.21.0

Google Gen AI SDK v2.21.0 introduces destination-based streaming downloads to client.files.download, adds audio/webm and Video Understanding support, adds GEAP translation config, and exposes processing step types.

Source
Google Gen AI SDK releases
Updated
Sep 18, 10:58 PM
Confidence
96%
Agent parseGoogle Gen AI SDK v2.21.0 adds destination parameter to client.files.download for streaming to disk or file-like objects, enables audio/webm MIME type, adds GEAP translation config SDK support, integrates Video Understanding into the Interactions API, and exposes ProcessingCallStep and ProcessingResultStep classes.
geminigooglesdk
Model Behavior82/100 agent utility
Official release watch

Google Gen AI SDK v2.22.0

Google Gen AI SDK v2.22.0 adds support for the Gemini 3.8 Flash model and updates Flash model descriptions.

Source
Google Gen AI SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseGoogle Gen AI SDK v2.22.0 adds the Gemini 3.8 Flash model identifier to the SDKs and updates existing Flash model descriptions (commit 660001a).
geminigooglesdk
Model Behavior82/100 agent utility
Official release watch

Google Gen AI SDK v2.23.0

Google Gen AI SDK v2.23.0 adds dynamic turn completion via interaction status in the live module, introduces environment copying support, and cleans up FunctionResultDelta.

Source
Google Gen AI SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseGoogle Gen AI SDK v2.23.0 updates live.py receive() to support dynamic turn completion based on interaction status, adds environment copying via from environment , and removes an unused field from FunctionResultDelta .
geminigooglesdk
Model Behavior82/100 agent utility
Official release watch

Google Gen AI SDK v2.24.0

Google Gen AI SDK v2.24.0 adds credential APIs, introduces retrieval interaction steps, enables environment file uploads/downloads, and fixes automatic function calling budget enforcement.

Source
Google Gen AI SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseSDK v2.24.0 updates interactions schema with RetrievalCallStep and RetrievalResultStep, adds credential APIs, supports environment file transfer, and terminates function execution once the automatic function calling budget is depleted.
geminigooglesdk
Model Behavior82/100 agent utility
Official release watch

bedrock-sdk: v0.33.7

Anthropic TypeScript SDK (bedrock-sdk) v0.33.7 fixes streaming error handling by raising an APIError on mid-stream error frames, and updates internal build tooling.

Source
Anthropic TypeScript SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseAnthropic bedrock-sdk v0.33.7 ensures an APIError is thrown when encountering mid-stream exception and error frames during Bedrock streaming responses, and updates internal builds to TypeScript 6.0.3 and Vitest.
anthropicsdktypescript
Model Behavior82/100 agent utility
Official release watch

foundry-sdk: v0.4.8

foundry-sdk v0.4.8 updates internal build tooling to TypeScript 6.0.3 and migrates unit tests from Jest to Vitest.

Source
Anthropic TypeScript SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseInternal updates in foundry-sdk v0.4.8: sub-packages are now compiled using TypeScript 6.0.3, and unit testing infrastructure has migrated from Jest to Vitest.
anthropicsdktypescript
Model Behavior82/100 agent utility
Official release watch

google-cloud-sdk: v0.0.13

Anthropic TypeScript SDK's google-cloud-sdk package was updated to v0.0.13 with internal build and test tooling changes.

Source
Anthropic TypeScript SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseAnthropic TypeScript SDK released google-cloud-sdk v0.0.13. This internal maintenance update compiles sub-packages with TypeScript 6.0.3 and migrates unit testing from Jest to Vitest.
anthropicsdktypescript
Model Behavior82/100 agent utility
Official release watch

sdk: v0.127.0

Anthropic TypeScript SDK v0.127.0 adds rate limit group display names, introduces compactBeforeNextTurn() in the tool runner, and fixes compaction delta and stream-retry bugs.

Source
Anthropic TypeScript SDK releases
Updated
Sep 18, 10:57 PM
Confidence
96%
Agent parseAnthropic TypeScript SDK v0.127.0 adds compactBeforeNextTurn() to the tool runner, updates rate limit headers/typing (deprecating group type in favor of group with display name), resolves a bug coercing null compaction delta content to "null" in BetaMessageStream , avoids retrying streaming/iterator request bodies, and preserves $defs in transformJSONSchema when the root is $ref .
anthropicsdktypescript