ClaudeCloudflare Developer Platform2026/07/23 0:00

Agents - Agents SDK packages support AI SDK v6 and v7

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Agents - Agents SDK packages support AI SDK v6 and v7 の要約

Key Points

  • ポイント1: July 23, 2026 Agents SDK packages support AI SDK v6 and v7 Agents The agents , @cloudflare/ai-chat , @cloudflare/codemode , and @cloudflare/think packages now support AI SDK v6 and
  • ポイント2: Existing applications can remain on v6 when updating these packages.
  • ポイント3: Applications can also adopt v7 without changing the Cloudflare Agents APIs they use.

Summary

この記事は 2026-07-23 に公開された「Agents - Agents SDK packages support AI SDK v6 and v7」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: July 23, 2026 Agents SDK packages support AI SDK v6 and v7 Agents The agents , @cloudflare/ai-chat , @cloudflare/codemode , and @cloudflare/think packages now support AI SDK v6 and
  • ポイント2: Existing applications can remain on v6 when updating these packages.
  • ポイント3: Applications can also adopt v7 without changing the Cloudflare Agents APIs they use.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Agents - Agents SDK packages support AI SDK v6 and v7(原文タイトル)

概要

公開日: 2026-07-23 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

July 23, 2026 Agents SDK packages support AI SDK v6 and v7 Agents The agents , @cloudflare/ai-chat , @cloudflare/codemode , and @cloudflare/think packages now support AI SDK v6 and v7. Existing applications can remain on v6 when updating these packages. Applications can also adopt v7 without changing the Cloudflare Agents APIs they use. The supported peer ranges are ai@^6 || ^7 and @ai-sdk/react@^3 || ^4 . Use matching major versions: pair AI SDK v6 with @ai-sdk/react v3, or pair AI SDK v7 with @ai-sdk/react v4. To install the latest packages with AI SDK v7: npm yarn pnpm bun npm i agents@latest @cloudflare/ai-chat@latest @cloudflare/codemode@latest @cloudflare/think@latest ai@^7 @ai-sdk/react@^4 yarn add agents@latest @cloudflare/ai-chat@latest @cloudflare/codemode@latest @cloudflare/think@latest ai@^7 @ai-sdk/react@^4 pnpm add agents@latest @cloudflare/ai-chat@latest @cloudflare/codemode@latest @cloudflare/think@latest ai@^7 @ai-sdk/react@^4 bun add agents@latest @cloudflare/ai-chat@latest @cloudflare/codemode@latest @cloudflare/think@latest ai@^7 @ai-sdk/react@^4 Think normalizes streaming, tool completion events, and telemetry across both AI SDK versions. Existing v6 applications do not need to migrate these integrations before updating Think. For setup and usage details, refer to the Think documentation .

Agents - Agents SDK パッケージが AI SDK v6 と v7 をサポート | Cloudflare Developer Platform | DocsDigest